File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717``` hcl
1818plugin "google" {
1919 enabled = true
20- version = "0.37.0 "
20+ version = "0.37.1 "
2121 source = "github.com/terraform-linters/tflint-ruleset-google"
2222}
2323```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import "fmt"
44
55// Version is ruleset version
6- const Version string = "0.37.0 "
6+ const Version string = "0.37.1 "
77
88// ReferenceLink returns the rule reference link
99func ReferenceLink (name string ) string {
Original file line number Diff line number Diff line change 11## What's Changed
2+ * Drop support for Cosign signatures by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/466
23
3- ### Enhancements
4- * Update valid machine types by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/465
5- * Update Magic Modules by @github-actions [ bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/460
6-
7- ### Chores
8- * Bump google.golang.org/api from 0.250.0 to 0.251.0 by @dependabot [ bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/461
9- * Bump google.golang.org/api from 0.251.0 to 0.252.0 by @dependabot [ bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/462
10- * Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 by @dependabot [ bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/463
11-
12- ** Full Changelog** : https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.36.0...v0.37.0
4+ ** Full Changelog** : https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.37.0...v0.37.1
You can’t perform that action at this time.
0 commit comments