From e34bda7f398c139d7bc528261ee96998c10e79c8 Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Mon, 5 Feb 2024 10:45:16 -0800 Subject: [PATCH] Bump up version to v0.50.3 --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- tflint/meta.go | 2 +- tools/release/release-note.md | 17 ++++++++++------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index f43d62e4f..5a76f717a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -46,7 +46,7 @@ body: - type: input attributes: label: TFLint Version - placeholder: '0.50.2' + placeholder: '0.50.3' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index f99e7a985..29635a064 100644 --- a/tflint/meta.go +++ b/tflint/meta.go @@ -7,7 +7,7 @@ import ( ) // Version is application version -var Version *version.Version = version.Must(version.NewVersion("0.50.2")) +var Version *version.Version = version.Must(version.NewVersion("0.50.3")) // ReferenceLink returns the rule reference link func ReferenceLink(name string) string { diff --git a/tools/release/release-note.md b/tools/release/release-note.md index 30a65fb15..55ebc7fa7 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,10 +1,13 @@ ## What's Changed +* build(deps): Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/1962 +* build(deps): Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1963 +* build(deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1964 +* Ignore module issues that are not valid expressions by @bendrucker in https://github.com/terraform-linters/tflint/pull/1969 +* `make release`: invoke `$EDITOR` in shell by @bendrucker in https://github.com/terraform-linters/tflint/pull/1971 +* build(deps): Bump sigstore/cosign-installer from 3.3.0 to 3.4.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1970 +* actions: test on macOS by @bendrucker in https://github.com/terraform-linters/tflint/pull/1972 +* test: use darwin_arm64 compatible aws plugin by @bendrucker in https://github.com/terraform-linters/tflint/pull/1973 +* test: document git submodule requirements by @bendrucker in https://github.com/terraform-linters/tflint/pull/1974 -### Bug Fixes -* Fix a bug where auto-fixed code could not be retrieved via GetFile API by @wata727 in https://github.com/terraform-linters/tflint/pull/1959 -### Chores -* build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/terraform-linters/tflint/pull/1954 -* build(deps): Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1956 - -**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.2...v0.50.3 \ No newline at end of file