Skip to content

Commit

Permalink
Bump up version to v0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Nov 9, 2024
1 parent 42d2c64 commit b775394
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body:
- type: input
attributes:
label: TFLint Version
placeholder: '0.53.0'
placeholder: '0.54.0'
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version is application version
var Version *version.Version = version.Must(version.NewVersion("0.53.0"))
var Version *version.Version = version.Must(version.NewVersion("0.54.0"))

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down
50 changes: 35 additions & 15 deletions tools/release/release-note.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,44 @@
## What's Changed

### Breaking Changes
* Remove deprecated --module/--no-module and `module` attribute by @wata727 in https://github.com/terraform-linters/tflint/pull/2036

### Enhancements
* 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
* Update to owenrumney/go-sarif/v2 by @oWretch in https://github.com/terraform-linters/tflint/pull/2111
* build(deps): Bump github.com/terraform-linters/tflint-ruleset-terraform from 0.9.1 to 0.10.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2152

### Bug Fixes
* Fix a race condition when evaluating on the root context by @wata727 in https://github.com/terraform-linters/tflint/pull/2096
* Override exactly according to the Terraform spec by @wata727 in https://github.com/terraform-linters/tflint/pull/2124

### Chores
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* chore: bump to use go 1.23.0 by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2101
* chore: pin workflow action sha by @chenrui333 in https://github.com/terraform-linters/tflint/pull/2102
* build(deps): Bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2112
* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2109
* build(deps): Bump actions/attest-build-provenance from d6e56129ac57db21eabf33778e4aa20e800eb5cb to 310b0a4a3b0b78ef57ecda988ee04b132db73ef8 by @dependabot in https://github.com/terraform-linters/tflint/pull/2103
* plugin: Introduce explicit locking on the root runner operations by @wata727 in https://github.com/terraform-linters/tflint/pull/2115
* build(deps): Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2125
* build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2129
* build(deps): Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2117
* build(deps): Bump golang.org/x/text from 0.17.0 to 0.18.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2120
* build(deps): Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2119
* build(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2131
* Update config.md by @rquadling in https://github.com/terraform-linters/tflint/pull/2130
* build(deps): Bump actions/attest-build-provenance from 1.4.1 to 1.4.3 by @dependabot in https://github.com/terraform-linters/tflint/pull/2121
* build(deps): Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2134
* build(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2136
* build(deps): Bump golang.org/x/text from 0.18.0 to 0.19.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2137
* build(deps): Bump github.com/zclconf/go-cty-yaml from 1.0.3 to 1.1.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2138
* build(deps): Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2139
* build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2140
* build(deps): Bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2141
* build(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2135
* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 by @dependabot in https://github.com/terraform-linters/tflint/pull/2147
* build(deps): Bump github.com/fatih/color from 1.17.0 to 1.18.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2148
* go: Remove patch version from go.mod by @wata727 in https://github.com/terraform-linters/tflint/pull/2156
* Bump GoReleaser to v2 by @wata727 in https://github.com/terraform-linters/tflint/pull/2157
* Fix FromAsCasting build check failure by @wata727 in https://github.com/terraform-linters/tflint/pull/2158

## New Contributors
* @oWretch made their first contribution in https://github.com/terraform-linters/tflint/pull/2111
* @rquadling made their first contribution in https://github.com/terraform-linters/tflint/pull/2130

**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.52.0...v0.53.0
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.53.0...v0.54.0

0 comments on commit b775394

Please sign in to comment.