diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2a1959cb5..915cabd2f 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.55.0' + placeholder: '0.55.1' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index ed6b43b23..22e0a8f8a 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.55.0")) +var Version *version.Version = version.Must(version.NewVersion("0.55.1")) // 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 6abb76256..fc7433ea7 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,47 +1,20 @@ ## What's Changed -### Breaking Changes -* 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 -* 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 +### Fixes +* plugin: Skip keyless verification for private third-party plugins by @wata727 in https://github.com/terraform-linters/tflint/pull/2223 ### Chores -* 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 +* build(deps): Bump docker/build-push-action from 6.10.0 to 6.11.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2205 +* Refactor plugin verifications by @wata727 in https://github.com/terraform-linters/tflint/pull/2224 +* build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2211 +* build(deps): Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot in https://github.com/terraform-linters/tflint/pull/2214 +* build(deps): Bump github.com/spf13/afero from 1.11.0 to 1.12.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2216 +* build(deps): Bump docker/build-push-action from 6.11.0 to 6.13.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2217 +* build(deps): Bump actions/attest-build-provenance from 2.1.0 to 2.2.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2218 +* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2220 +* build(deps): Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2222 +* build(deps): Bump github.com/sigstore/sigstore-go from 0.6.2 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2219 +* build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.70.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2221 -## New Contributors -* @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.54.0...v0.55.0 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.55.0...v0.55.1