Skip to content

Commit 600ca7a

Browse files
committed
Bump up version to v0.37.0
1 parent 7f32bf6 commit 600ca7a

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
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.36.0"
20+
version = "0.37.0"
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.36.0"
6+
const Version string = "0.37.0"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

tools/release/release-note.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
11
## What's Changed
22

3-
### Breaking Changes
4-
* Bump github.com/terraform-linters/tflint-plugin-sdk from 0.22.0 to 0.23.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/457
5-
* Requires TFLint v0.46+
6-
73
### Enhancements
8-
* Update Magic Modules by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/446
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
96

107
### Chores
11-
* Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/444
12-
* Bump google.golang.org/api from 0.242.0 to 0.246.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/445
13-
* Bump google.golang.org/api from 0.246.0 to 0.247.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/447
14-
* Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/448
15-
* Bump google.golang.org/api from 0.247.0 to 0.248.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/449
16-
* dependabot: allow actions writes by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/450
17-
* Fix E2E tests to take into account the newly added JSON fields by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/454
18-
* Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/451
19-
* Bump google.golang.org/api from 0.248.0 to 0.249.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/453
20-
* Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/452
21-
* Bump sigstore/cosign-installer from 3.9.2 to 3.10.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/455
22-
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/456
23-
* Bump google.golang.org/api from 0.249.0 to 0.250.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/458
24-
* deps: Bump Go to 1.25 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/459
25-
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
2611

27-
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.35.0...v0.36.0
12+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.36.0...v0.37.0

0 commit comments

Comments
 (0)