Skip to content

Commit f95d8c8

Browse files
committed
Bump up version to v0.56.0
1 parent 6887cb6 commit f95d8c8

File tree

3 files changed

+49
-16
lines changed

3 files changed

+49
-16
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.55.1'
52+
placeholder: '0.56.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.55.1"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.56.0"))
1111

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

tools/release/release-note.md

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

3-
### Fixes
4-
* plugin: Skip keyless verification for private third-party plugins by @wata727 in https://github.com/terraform-linters/tflint/pull/2223
3+
### 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
7+
8+
### Bug Fixes
9+
* Exclude expression context from marked `for_each` diagnostics by @wata727 in https://github.com/terraform-linters/tflint/pull/2256
510

611
### Chores
7-
* build(deps): Bump docker/build-push-action from 6.10.0 to 6.11.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2205
8-
* Refactor plugin verifications by @wata727 in https://github.com/terraform-linters/tflint/pull/2224
9-
* build(deps): Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2211
10-
* build(deps): Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot in https://github.com/terraform-linters/tflint/pull/2214
11-
* build(deps): Bump github.com/spf13/afero from 1.11.0 to 1.12.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2216
12-
* build(deps): Bump docker/build-push-action from 6.11.0 to 6.13.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2217
13-
* build(deps): Bump actions/attest-build-provenance from 2.1.0 to 2.2.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2218
14-
* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2220
15-
* build(deps): Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2222
16-
* build(deps): Bump github.com/sigstore/sigstore-go from 0.6.2 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2219
17-
* build(deps): Bump google.golang.org/grpc from 1.69.2 to 1.70.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2221
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
1847

48+
## 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
1952

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

0 commit comments

Comments
 (0)