From a7179f0f8ba9a4d56f8a688949aa304bf3b5f351 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Sat, 29 Jun 2024 10:09:01 +0000 Subject: [PATCH] Bump up version to v0.51.2 --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- tflint/meta.go | 2 +- tools/release/release-note.md | 34 +++++++++++++++++++--------------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index d7b0ac37c..24547ceee 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.1' + placeholder: '0.51.2' validations: required: true - type: input diff --git a/tflint/meta.go b/tflint/meta.go index d8ee684ca..1b4b3a3b5 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.1")) +var Version *version.Version = version.Must(version.NewVersion("0.51.2")) // 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 aef76ac47..4e235ef26 100644 --- a/tools/release/release-note.md +++ b/tools/release/release-note.md @@ -1,18 +1,22 @@ ## 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 -### Bug Fixes -* terraform: Fix `provider::terraform::*` function names by @wata727 in https://github.com/terraform-linters/tflint/pull/2046 - -### Chores - -* build(deps): Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2043 -* build(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2039 -* gh: update golangci-lint by @bendrucker in https://github.com/terraform-linters/tflint/pull/2045 -* go: remove loop variable copying by @bendrucker in https://github.com/terraform-linters/tflint/pull/2044 -* build(deps): Bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2042 -* build(deps): Bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/2041 -* release: Introduce Artifact Attestations by @wata727 in https://github.com/terraform-linters/tflint/pull/2038 - - -**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.0...v0.51.1 +**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.51.1...v0.51.2