Skip to content

Commit b096549

Browse files
committed
Bump up version to v0.37.1
1 parent dd9b872 commit b096549

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1717
```hcl
1818
plugin "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
```

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "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
99
func ReferenceLink(name string) string {

tools/release/release-note.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
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

0 commit comments

Comments
 (0)