|
1 | 1 | ## What's Changed
|
2 | 2 |
|
3 | 3 | ### Enhancements
|
4 |
| -* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.11.0 to 0.12.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2278 |
| 4 | +* Add support for Terraform v1.12 by @wata727 in https://github.com/terraform-linters/tflint/pull/2321 |
5 | 5 |
|
6 | 6 | ### Bug Fixes
|
7 |
| -* plugin: Skip keyless verification for private third-party plugins by @ricardo-kh in https://github.com/terraform-linters/tflint/pull/2292 |
8 |
| - * This bug was supposed to have been fixed in v0.55.1, but was not fully fixed so has been fixed again. |
| 7 | +* terraform: Cache resolved local values by @wata727 in https://github.com/terraform-linters/tflint/pull/2301 |
| 8 | +* cmd: Apply `format` set in config file by @wata727 in https://github.com/terraform-linters/tflint/pull/2320 |
9 | 9 |
|
10 | 10 | ### Chores
|
11 |
| -* build(deps): Bump golang.org/x/net from 0.37.0 to 0.38.0 in the go-x group by @dependabot in https://github.com/terraform-linters/tflint/pull/2277 |
12 |
| -* build(deps): Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2276 |
13 |
| -* build(deps): Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2281 |
14 |
| -* build(deps): Bump the go-x group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint/pull/2282 |
15 |
| -* build(deps): Bump golang.org/x/net from 0.38.0 to 0.39.0 in the go-x group by @dependabot in https://github.com/terraform-linters/tflint/pull/2285 |
16 |
| -* build(deps): Bump github.com/sigstore/sigstore-go from 0.7.0 to 0.7.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2286 |
17 |
| -* build(deps): Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2288 |
18 |
| -* Potential fix for code scanning alert no. 12: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint/pull/2289 |
19 |
| -* Potential fix for code scanning alert no. 11: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint/pull/2290 |
20 |
| -* Set explicit workflow permissions by @wata727 in https://github.com/terraform-linters/tflint/pull/2291 |
21 |
| -* build(deps): Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2294 |
22 |
| -* build(deps): Bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2293 |
23 |
| -* build(deps): Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2295 |
| 11 | +* build(deps): Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 in the go-x group by @dependabot in https://github.com/terraform-linters/tflint/pull/2296 |
| 12 | +* build(deps): Bump the go-x group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint/pull/2302 |
| 13 | +* build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2304 |
| 14 | +* build(deps): Bump github.com/sigstore/sigstore-go from 0.7.2 to 0.7.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2303 |
| 15 | +* go: modernize by @bendrucker in https://github.com/terraform-linters/tflint/pull/2307 |
| 16 | +* docs: annotations cannot ignore errors by @bendrucker in https://github.com/terraform-linters/tflint/pull/2311 |
| 17 | +* docs: `tflint-ruleset` GitHub topic by @bendrucker in https://github.com/terraform-linters/tflint/pull/2312 |
| 18 | +* build(deps): Bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2313 |
| 19 | +* build(deps): Bump github.com/sourcegraph/jsonrpc2 from 0.2.0 to 0.2.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2314 |
| 20 | +* build(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2315 |
| 21 | +* build(deps): Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2297 |
| 22 | +* build(deps): Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2317 |
| 23 | +* build(deps): Bump github.com/sigstore/sigstore-go from 0.7.3 to 1.0.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2316 |
24 | 24 |
|
25 |
| -## New Contributors |
26 |
| -* @ricardo-kh made their first contribution in https://github.com/terraform-linters/tflint/pull/2292 |
27 | 25 |
|
28 |
| -**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.56.0...v0.57.0 |
| 26 | +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.57.0...v0.58.0 |
0 commit comments