-
Notifications
You must be signed in to change notification settings - Fork 359
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
1 parent
df86b16
commit e34bda7
Showing
3 changed files
with
12 additions
and
9 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,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 |