-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |