Skip to content

Commit c03cedb

Browse files
committed
Bump up version to v0.32.0
1 parent 67e008b commit c03cedb

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

README.md

+1-1
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.31.0"
20+
version = "0.32.0"
2121
source = "github.com/terraform-linters/tflint-ruleset-google"
2222
}
2323
```

project/main.go

+1-1
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.31.0"
6+
const Version string = "0.32.0"
77

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

tools/release/release-note.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## What's Changed
2+
3+
### Enhancements
4+
* Update Magic Modules by @github-actions in https://github.com/terraform-linters/tflint-ruleset-google/pull/405
5+
6+
### Chores
7+
* Fix broken GitHub Actions badge by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/399
8+
* Enable Dependabot auto-merge by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/400
9+
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/394
10+
* Bump actions/attest-build-provenance from 1 to 2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/397
11+
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.36.1 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/395
12+
* Bump google.golang.org/api from 0.201.0 to 0.223.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/398
13+
* Add make release for release automation by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/401
14+
* Automating Magic Modules Updates by GitHub Actions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/402
15+
* Install goimports for Magic Modules update by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/403
16+
* Update submodules in automated maintenance action by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/404
17+
* Bump google.golang.org/api from 0.223.0 to 0.224.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/406
18+
* Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/407
19+
* Pin GitHub Action versions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/408
20+
* Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/409
21+
* Bump google.golang.org/api from 0.224.0 to 0.227.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/410
22+
* Bump google.golang.org/api from 0.227.0 to 0.228.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/411
23+
* Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/412
24+
* Bump google.golang.org/api from 0.228.0 to 0.229.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/414
25+
* Go 1.24.2 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/415
26+
27+
## New Contributors
28+
* @github-actions made their first contribution in https://github.com/terraform-linters/tflint-ruleset-google/pull/405
29+
30+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.31.0...v0.32.0

0 commit comments

Comments
 (0)