diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9ac446acb..2a1959cb5 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.54.0' + placeholder: '0.55.0' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index 7442276dd..ed6b43b23 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.54.0")) +var Version *version.Version = version.Must(version.NewVersion("0.55.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 e234eec14..6abb76256 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,44 +1,47 @@ ## What's Changed ### Breaking Changes -* Remove deprecated --module/--no-module and `module` attribute by @wata727 in https://github.com/terraform-linters/tflint/pull/2036 +* plugin: Drop support for plugin SDK v0.14/v0.15 by @wata727 in https://github.com/terraform-linters/tflint/pull/2203 + * Plugins built with SDKs v0.14/v0.15 are no longer supported. If you get "SDK version is incompatible" error, you need to update the plugin to use SDK v0.16+. ### Enhancements -* 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 -* Override exactly according to the Terraform spec by @wata727 in https://github.com/terraform-linters/tflint/pull/2124 +* Move recursive init output to debug when there are no changes by @pvickery-ParamountCommerce in https://github.com/terraform-linters/tflint/pull/2150 +* Introduce plugin keyless verification by @wata727 in https://github.com/terraform-linters/tflint/pull/2159 + * For third-party plugins that are not PGP signed and have uploaded [artifact attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds), TFLint will now attempt to verify them via the Sigstore ecosystem. +* Add support for Terraform v1.10 by @wata727 in https://github.com/terraform-linters/tflint/pull/2178 +* cmd: Simplify recursive init outputs by @wata727 in https://github.com/terraform-linters/tflint/pull/2204 ### Chores -* 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 +* build(deps): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2165 +* build(deps): Bump actions/attest-build-provenance from 1.4.3 to 1.4.4 by @dependabot in https://github.com/terraform-linters/tflint/pull/2166 +* build(deps): Bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2164 +* build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2160 +* build(deps): Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2163 +* build(deps): Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2174 +* build(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2173 +* build(deps): Bump mislav/bump-homebrew-formula-action from 3.1 to 3.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2171 +* build(deps): Bump docker/metadata-action from 5.5.1 to 5.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2170 +* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2168 +* build(deps): Bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2177 +* install: handle GitHub API JSON without newlines by @bendrucker in https://github.com/terraform-linters/tflint/pull/2176 +* build(deps): Bump alpine from 3.20 to 3.21 by @dependabot in https://github.com/terraform-linters/tflint/pull/2180 +* build(deps): Bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2181 +* build(deps): Bump actions/attest-build-provenance from 1.4.4 to 2.0.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2185 +* build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2183 +* build(deps): Bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2184 +* build(deps): Bump alpine to 3.21 and golangci-lint to 1.62.2 by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2188 +* build(deps): Bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2189 +* build(deps): Bump actions/attest-build-provenance from 2.0.1 to 2.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2190 +* build(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2191 +* build(deps): Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2192 +* build(deps): Bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2196 +* build(deps): Bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2195 +* chore: fix typos by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2198 +* build(deps): Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2199 +* build(deps): Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2200 +* build(deps): Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2202 ## 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 +* @pvickery-ParamountCommerce made their first contribution in https://github.com/terraform-linters/tflint/pull/2150 -**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.53.0...v0.54.0 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.54.0...v0.55.0