Skip to content

Commit 51fe073

Browse files
committed
Bump up version to v0.53.0
1 parent 343cafc commit 51fe073

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
- type: input
4747
attributes:
4848
label: TFLint Version
49-
placeholder: '0.52.0'
49+
placeholder: '0.53.0'
5050
validations:
5151
required: true
5252
- type: input

tflint/meta.go

+1-1
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.52.0"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.53.0"))
1111

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

tools/release/release-note.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
## What's Changed
22

33
### Enhancements
4-
5-
* cmd: Allow `--chdir` and `--recursive` to be used together by @wata727 in https://github.com/terraform-linters/tflint/pull/2079
6-
* terraform: Add support for Terraform v1.9 by @wata727 in https://github.com/terraform-linters/tflint/pull/2077
7-
* Bump bundled terraform ruleset to v0.8.0 by @wata727 in https://github.com/terraform-linters/tflint/pull/2085
4+
* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.8.0 to 0.9.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2093
85

96
### Bug Fixes
10-
11-
* formatter: Add source attribute in the checkstyle format by @wata727 in https://github.com/terraform-linters/tflint/pull/2078
7+
* Fix a race condition when evaluating on the root context by @wata727 in https://github.com/terraform-linters/tflint/pull/2096
128

139
### Chores
10+
* build(deps): Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2086
11+
* build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2088
12+
* build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.20.0 to 0.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2090
13+
* build(deps): Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2089
14+
* build(deps): Bump golang.org/x/text from 0.16.0 to 0.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2098
15+
* build(deps): Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2097
16+
* build(deps): Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2092
17+
* build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2099
18+
* build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2100
19+
* build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2091
20+
* chore: bump to use go 1.23.0 by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2101
21+
* chore: pin workflow action sha by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2102
1422

15-
* deps: Go 1.22.5 by @wata727 in https://github.com/terraform-linters/tflint/pull/2084
1623

17-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.2...v0.52.0
24+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.52.0...v0.53.0

0 commit comments

Comments
 (0)