Skip to content

Commit a49ec86

Browse files
committed
Bump up version to v0.59.0
1 parent 97433ac commit a49ec86

File tree

3 files changed

+30
-18
lines changed

3 files changed

+30
-18
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:
5151
- type: input
5252
attributes:
5353
label: TFLint Version
54-
placeholder: '0.58.1'
54+
placeholder: '0.59.0'
5555
validations:
5656
required: true
5757
- 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.58.1"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.59.0"))
1111

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

tools/release/release-note.md

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

3+
### Enhancements
4+
* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.12.0 to 0.13.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2351
5+
* json: add fixed, fixable by @bendrucker in https://github.com/terraform-linters/tflint/pull/2355
6+
37
### Bug Fixes
4-
* Allow calling provider-defined functions with variadic arguments by @wata727 in https://github.com/terraform-linters/tflint/pull/2340
8+
* format(sarif): Add `tflint-errors` rules for errors by @wata727 in https://github.com/terraform-linters/tflint/pull/2373
59

610
### Chores
7-
* build(deps): Bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2322
8-
* build(deps): Bump mislav/bump-homebrew-formula-action from 3.2 to 3.3 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2324
9-
* build(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2326
10-
* build(deps): Bump alpine from 3.21 to 3.22 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2325
11-
* build(deps): Bump mislav/bump-homebrew-formula-action from 3.3 to 3.4 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2327
12-
* build(deps): Bump the go-x group with 3 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2328
13-
* build(deps): Bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2329
14-
* build(deps): Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2332
15-
* build(deps): Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2333
16-
* build(deps): Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2335
17-
* build(deps): Bump sigstore/cosign-installer from 3.8.2 to 3.9.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2336
18-
* build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2337
19-
* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.23.1-0.20250203194505-ba0759438da2 to 2.24.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2338
20-
* Bump GoReleaser to v2.11.0 by @wata727 in https://github.com/terraform-linters/tflint/pull/2342
11+
* build(deps): Bump github.com/sigstore/sigstore-go from 1.0.0 to 1.1.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2343
12+
* build(deps): Bump golang.org/x/net from 0.41.0 to 0.42.0 in the go-x group across 1 directory by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2346
13+
* build(deps): Bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2347
14+
* workflow: validate issues by @bendrucker in https://github.com/terraform-linters/tflint/pull/2348
15+
* build(deps): Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2349
16+
* build(deps): Bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2350
17+
* build(deps): Bump mislav/bump-homebrew-formula-action from 3.4 to 3.5 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2353
18+
* dependabot: allow actions writes by @bendrucker in https://github.com/terraform-linters/tflint/pull/2356
19+
* build(deps): Bump docker/metadata-action from 5.7.0 to 5.8.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2352
20+
* build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2357
21+
* build(deps): Bump the go-x group with 3 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2358
22+
* build(deps): Bump github.com/sigstore/sigstore-go from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2359
23+
* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.3 to 1.7.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2360
24+
* build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2361
25+
* build(deps): Bump golang from 1.24-alpine3.21 to 1.25-alpine3.21 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2362
26+
* build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2363
27+
* build(deps): Bump github.com/hashicorp/go-getter from 1.7.8 to 1.7.9 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2364
28+
* build(deps): Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2365
29+
* build(deps): Bump github.com/zclconf/go-cty from 1.16.3 to 1.16.4 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2366
30+
* build(deps): Bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 by @dependabot[bot] in https://github.com/terraform-linters/tflint/pull/2371
31+
* Add support for Terraform v1.13 by @wata727 in https://github.com/terraform-linters/tflint/pull/2372
32+
* deps: Bump Go version to 1.25 by @wata727 in https://github.com/terraform-linters/tflint/pull/2374
2133

2234

23-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.58.0...v0.58.1
35+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.58.1...v0.59.0

0 commit comments

Comments
 (0)