Skip to content

Commit 42f8ce0

Browse files
committed
Bump up version to v0.59.1
1 parent 6c34f01 commit 42f8ce0

File tree

3 files changed

+4
-34
lines changed

3 files changed

+4
-34
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.59.0'
54+
placeholder: '0.59.1'
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.59.0"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.59.1"))
1111

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

tools/release/release-note.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
11
## What's Changed
2+
* Bump github.com/ulikunitz/xz to v0.5.15 by @wata727 in https://github.com/terraform-linters/tflint/pull/2375
23

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
64

7-
### Bug Fixes
8-
* format(sarif): Add `tflint-errors` rules for errors by @wata727 in https://github.com/terraform-linters/tflint/pull/2373
9-
10-
### Chores
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
33-
34-
35-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.58.1...v0.59.0
5+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.59.0...v0.59.1

0 commit comments

Comments
 (0)