From 51fe0738442a0cbcc6d55ec7326abe807bce763f Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 17 Aug 2024 14:23:08 +0000 Subject: [PATCH] Bump up version to v0.53.0 --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- tflint/meta.go | 2 +- tools/release/release-note.md | 23 +++++++++++++++-------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index f2534a8d5..73b863d68 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.52.0' + placeholder: '0.53.0' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index a99a91a1a..266afc0eb 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.52.0")) +var Version *version.Version = version.Must(version.NewVersion("0.53.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 82cddb4e9..81cdf3f3f 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,17 +1,24 @@ ## What's Changed ### Enhancements - -* 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 +* 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 ### Bug Fixes - -* formatter: Add source attribute in the checkstyle format by @wata727 in https://github.com/terraform-linters/tflint/pull/2078 +* Fix a race condition when evaluating on the root context by @wata727 in https://github.com/terraform-linters/tflint/pull/2096 ### 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 -* 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 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.52.0...v0.53.0