Skip to content

Commit

Permalink
Bump up version to v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jul 6, 2024
1 parent 83a927b commit a7ebc9b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 21 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.51.2'
placeholder: '0.52.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.51.2"))
var Version *version.Version = version.Must(version.NewVersion("0.52.0"))

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down
33 changes: 14 additions & 19 deletions tools/release/release-note.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
## What's Changed
* build(deps): Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2047
* build(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2048
* build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2049
* build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2053
* build(deps): Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2054
* build(deps): Bump alpine from 3.19 to 3.20 by @dependabot in https://github.com/terraform-linters/tflint/pull/2055
* build(deps): Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/terraform-linters/tflint/pull/2061
* build(deps): Bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2062
* build(deps): Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2064
* build(deps): Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2063
* build(deps): Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2065
* build(deps): Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2066
* build(deps): Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/terraform-linters/tflint/pull/2067
* build(deps): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2068
* build(deps): Bump github.com/go-test/deep from 1.1.0 to 1.1.1 by @dependabot in https://github.com/terraform-linters/tflint/pull/2069
* build(deps): Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in https://github.com/terraform-linters/tflint/pull/2070
* deps: Go 1.22.4 by @wata727 in https://github.com/terraform-linters/tflint/pull/2073
* docs: Recommend verification with GitHub CLI by @wata727 in https://github.com/terraform-linters/tflint/pull/2074

### Enhancements

**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.1...v0.51.2
* cmd: Allow `--chdir` and `--recursive` to be used together by @wata727 in https://github.com/terraform-linters/tflint/pull/2079
* terraform: Add support for Terraform v1.9 by @wata727 in https://github.com/terraform-linters/tflint/pull/2077
* Bump bundled terraform ruleset to v0.8.0 by @wata727 in https://github.com/terraform-linters/tflint/pull/2085

### Bug Fixes

* formatter: Add source attribute in the checkstyle format by @wata727 in https://github.com/terraform-linters/tflint/pull/2078

### Chores

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

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

0 comments on commit a7ebc9b

Please sign in to comment.