From b77539470949bf637f827a0d292ac880c94ec4ba Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 9 Nov 2024 16:39:32 +0000 Subject: [PATCH] Bump up version to v0.54.0 --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- tflint/meta.go | 2 +- tools/release/release-note.md | 50 ++++++++++++++++++++++++---------- 3 files changed, 37 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 73b863d68..9ac446acb 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.53.0' + placeholder: '0.54.0' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index 266afc0eb..7442276dd 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.53.0")) +var Version *version.Version = version.Must(version.NewVersion("0.54.0")) // 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 81cdf3f3f..e234eec14 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,24 +1,44 @@ ## What's Changed +### Breaking Changes +* Remove deprecated --module/--no-module and `module` attribute by @wata727 in https://github.com/terraform-linters/tflint/pull/2036 + ### Enhancements -* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.8.0 to 0.9.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2093 +* Update to owenrumney/go-sarif/v2 by @oWretch in https://github.com/terraform-linters/tflint/pull/2111 +* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.9.1 to 0.10.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2152 ### Bug Fixes -* Fix a race condition when evaluating on the root context by @wata727 in https://github.com/terraform-linters/tflint/pull/2096 +* Override exactly according to the Terraform spec by @wata727 in https://github.com/terraform-linters/tflint/pull/2124 ### Chores -* build(deps): Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2086 -* build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2088 -* build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.20.0 to 0.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2090 -* build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2089 -* build(deps): Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2098 -* build(deps): Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2097 -* build(deps): Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2092 -* build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2099 -* build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2100 -* build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2091 -* chore: bump to use go 1.23.0 by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2101 -* chore: pin workflow action sha by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2102 +* build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2112 +* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2109 +* build(deps): Bump actions/attest-build-provenance from d6e56129ac57db21eabf33778e4aa20e800eb5cb to 310b0a4a3b0b78ef57ecda988ee04b132db73ef8 by @dependabot in https://github.com/terraform-linters/tflint/pull/2103 +* plugin: Introduce explicit locking on the root runner operations by @wata727 in https://github.com/terraform-linters/tflint/pull/2115 +* build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2125 +* build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2129 +* build(deps): Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2117 +* build(deps): Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2120 +* build(deps): Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2119 +* build(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2131 +* Update config.md by @rquadling in https://github.com/terraform-linters/tflint/pull/2130 +* build(deps): Bump actions/attest-build-provenance from 1.4.1 to 1.4.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2121 +* build(deps): Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2134 +* build(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2136 +* build(deps): Bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2137 +* build(deps): Bump github.com/zclconf/go-cty-yaml from 1.0.3 to 1.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2138 +* build(deps): Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2139 +* build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2140 +* build(deps): Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2141 +* build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2135 +* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2147 +* build(deps): Bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2148 +* go: Remove patch version from go.mod by @wata727 in https://github.com/terraform-linters/tflint/pull/2156 +* Bump GoReleaser to v2 by @wata727 in https://github.com/terraform-linters/tflint/pull/2157 +* Fix FromAsCasting build check failure by @wata727 in https://github.com/terraform-linters/tflint/pull/2158 +## New Contributors +* @oWretch made their first contribution in https://github.com/terraform-linters/tflint/pull/2111 +* @rquadling made their first contribution in https://github.com/terraform-linters/tflint/pull/2130 -**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.52.0...v0.53.0 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.53.0...v0.54.0