From 9df55515ad697c9eec9081f1a125d6a950dfcbc7 Mon Sep 17 00:00:00 2001 From: Kazuma Watanabe Date: Tue, 23 Jul 2024 14:07:01 +0000 Subject: [PATCH] Bump up version to v0.30.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- project/main.go | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b94c176..66ec848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.30.0 (2024-07-23) + +### Enhancements + +- [#369](https://github.com/terraform-linters/tflint-ruleset-google/pull/369): feat: add one more H100 machine-type a3-megagpu-8g to ruleset +- [#371](https://github.com/terraform-linters/tflint-ruleset-google/pull/371): Add C4, C3 metal, and X4 families as valid machine types +- [#372](https://github.com/terraform-linters/tflint-ruleset-google/pull/372): Update Magic Modules + +### Chores + +- [#362](https://github.com/terraform-linters/tflint-ruleset-google/pull/362): Bump goreleaser/goreleaser-action from 5 to 6 +- [#364](https://github.com/terraform-linters/tflint-ruleset-google/pull/364): Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 +- [#370](https://github.com/terraform-linters/tflint-ruleset-google/pull/370): Bump google.golang.org/api from 0.181.0 to 0.189.0 +- [#373](https://github.com/terraform-linters/tflint-ruleset-google/pull/373): deps: Go 1.22.5 + ## 0.29.0 (2024-05-25) ### Enhancements diff --git a/README.md b/README.md index 709d774..03ffe1e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli ```hcl plugin "google" { enabled = true - version = "0.29.0" + version = "0.30.0" source = "github.com/terraform-linters/tflint-ruleset-google" } ``` diff --git a/project/main.go b/project/main.go index e998168..ff0a78e 100644 --- a/project/main.go +++ b/project/main.go @@ -3,7 +3,7 @@ package project import "fmt" // Version is ruleset version -const Version string = "0.29.0" +const Version string = "0.30.0" // ReferenceLink returns the rule reference link func ReferenceLink(name string) string {