From a7ebc9b6592b599b628bcb9d3b0cc82047cd5f2a Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 6 Jul 2024 15:35:15 +0000 Subject: [PATCH] Bump up version to v0.52.0 --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- tflint/meta.go | 2 +- tools/release/release-note.md | 33 ++++++++++++++------------------- 3 files changed, 16 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 24547ceee..f2534a8d5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -46,7 +46,7 @@ body: - type: input attributes: label: TFLint Version - placeholder: '0.51.2' + placeholder: '0.52.0' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index 1b4b3a3b5..a99a91a1a 100644 --- a/tflint/meta.go +++ b/tflint/meta.go @@ -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 { diff --git a/tools/release/release-note.md b/tools/release/release-note.md index 4e235ef26..82cddb4e9 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -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