Skip to content

Commit e352b57

Browse files
committed
Bump up version to v0.57.0
1 parent 2e67d14 commit e352b57

File tree

3 files changed

+20
-45
lines changed

3 files changed

+20
-45
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body:
4949
- type: input
5050
attributes:
5151
label: TFLint Version
52-
placeholder: '0.56.0'
52+
placeholder: '0.57.0'
5353
validations:
5454
required: true
5555
- type: input

tflint/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// Version is application version
10-
var Version *version.Version = version.Must(version.NewVersion("0.56.0"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.57.0"))
1111

1212
// ReferenceLink returns the rule reference link
1313
func ReferenceLink(name string) string {

tools/release/release-note.md

Lines changed: 18 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,28 @@
11
## What's Changed
22

33
### Enhancements
4-
* Add support for tflint-ignore-file annotations in JSON by @isobit in https://github.com/terraform-linters/tflint/pull/2230
5-
* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.10.0 to 0.11.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2264
6-
* Add support for Terraform v1.11 by @wata727 in https://github.com/terraform-linters/tflint/pull/2258
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
75

86
### Bug Fixes
9-
* Exclude expression context from marked `for_each` diagnostics by @wata727 in https://github.com/terraform-linters/tflint/pull/2256
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.
109

1110
### Chores
12-
* Remove dependency on dpkg in install_linux.sh by @jimmydavies in https://github.com/terraform-linters/tflint/pull/2229
13-
* build(deps): Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2237
14-
* build(deps): Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2233
15-
* dependabot: group golang.org/x/* deps by @bendrucker in https://github.com/terraform-linters/tflint/pull/2238
16-
* build(deps): Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2236
17-
* build(deps): Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2232
18-
* build(deps): Bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2231
19-
* build(deps): Bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2235
20-
* feat: bump to build with go1.24 by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2239
21-
* build(deps): Bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2241
22-
* build(deps): Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2240
23-
* docs: add docker example with `--init` by @coolapso in https://github.com/terraform-linters/tflint/pull/2242
24-
* build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 by @dependabot in https://github.com/terraform-linters/tflint/pull/2244
25-
* build(deps): Bump docker/metadata-action from 5.6.1 to 5.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2247
26-
* build(deps): Bump docker/build-push-action from 6.13.0 to 6.15.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2248
27-
* build(deps): Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2249
28-
* build(deps): Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2250
29-
* build(deps): Bump actions/attest-build-provenance from 2.2.0 to 2.2.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2251
30-
* build(deps): Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2253
31-
* build(deps): Bump the go-x group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint/pull/2252
32-
* go: use `testing.T` helpers by @bendrucker in https://github.com/terraform-linters/tflint/pull/2254
33-
* Fix broken GitHub Actions badge by @wata727 in https://github.com/terraform-linters/tflint/pull/2255
34-
* build(deps): Bump actions/attest-build-provenance from 2.2.2 to 2.2.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2261
35-
* build(deps): Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2260
36-
* build(deps): Bump the go-x group with 4 updates by @dependabot in https://github.com/terraform-linters/tflint/pull/2259
37-
* build(deps): Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2262
38-
* build(deps): Bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2263
39-
* build(deps): Bump github.com/spf13/afero from 1.12.0 to 1.14.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2265
40-
* go: 1.24.1 by @bendrucker in https://github.com/terraform-linters/tflint/pull/2266
41-
* Update pinned GitHub Action versions by @wata727 in https://github.com/terraform-linters/tflint/pull/2268
42-
* Enable Dependabot auto-merge by @wata727 in https://github.com/terraform-linters/tflint/pull/2269
43-
* build(deps): Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2270
44-
* golangci-lint v2 by @bendrucker in https://github.com/terraform-linters/tflint/pull/2273
45-
* build(deps): Bump actions/setup-go from 5.0.2 to 5.4.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2272
46-
* go: use `govulncheck` to detect security issues by @bendrucker in https://github.com/terraform-linters/tflint/pull/2274
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
4724

4825
## New Contributors
49-
* @jimmydavies made their first contribution in https://github.com/terraform-linters/tflint/pull/2229
50-
* @coolapso made their first contribution in https://github.com/terraform-linters/tflint/pull/2242
51-
* @isobit made their first contribution in https://github.com/terraform-linters/tflint/pull/2230
26+
* @ricardo-kh made their first contribution in https://github.com/terraform-linters/tflint/pull/2292
5227

53-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.55.1...v0.56.0
28+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.56.0...v0.57.0

0 commit comments

Comments
 (0)