-
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
Showing
3 changed files
with
21 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,18 +1,22 @@ | ||
## What's Changed | ||
* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2047 | ||
* build(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2048 | ||
* build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2049 | ||
* build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2053 | ||
* build(deps): Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2054 | ||
* build(deps): Bump alpine from 3.19 to 3.20 by @dependabot in https://github.com/terraform-linters/tflint/pull/2055 | ||
* build(deps): Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/terraform-linters/tflint/pull/2061 | ||
* build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2062 | ||
* build(deps): Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2064 | ||
* build(deps): Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2063 | ||
* build(deps): Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2065 | ||
* build(deps): Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2066 | ||
* build(deps): Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/terraform-linters/tflint/pull/2067 | ||
* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2068 | ||
* build(deps): Bump github.com/go-test/deep from 1.1.0 to 1.1.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2069 | ||
* build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in https://github.com/terraform-linters/tflint/pull/2070 | ||
* deps: Go 1.22.4 by @wata727 in https://github.com/terraform-linters/tflint/pull/2073 | ||
* docs: Recommend verification with GitHub CLI by @wata727 in https://github.com/terraform-linters/tflint/pull/2074 | ||
|
||
### Bug Fixes | ||
|
||
* terraform: Fix `provider::terraform::*` function names by @wata727 in https://github.com/terraform-linters/tflint/pull/2046 | ||
|
||
### Chores | ||
|
||
* build(deps): Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2043 | ||
* build(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2039 | ||
* gh: update golangci-lint by @bendrucker in https://github.com/terraform-linters/tflint/pull/2045 | ||
* go: remove loop variable copying by @bendrucker in https://github.com/terraform-linters/tflint/pull/2044 | ||
* build(deps): Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2042 | ||
* build(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2041 | ||
* release: Introduce Artifact Attestations by @wata727 in https://github.com/terraform-linters/tflint/pull/2038 | ||
|
||
|
||
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.0...v0.51.1 | ||
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.1...v0.51.2 |