Skip to content

Commit c571c56

Browse files
committed
Bump up version to v0.33.0
1 parent 0a397b5 commit c571c56

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
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.32.0"
20+
version = "0.33.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.32.0"
6+
const Version string = "0.33.0"
77

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

tools/release/release-note.md

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

3-
### Enhancements
4-
* Update Magic Modules by @github-actions in https://github.com/terraform-linters/tflint-ruleset-google/pull/405
3+
### Breaking Changes
4+
* Update Magic Modules by @github-actions in https://github.com/terraform-linters/tflint-ruleset-google/pull/416
5+
* Removed the following rules
6+
* `google_gemini_data_sharing_with_google_setting_binding`
7+
* `google_gemini_gemini_gcp_enablement_setting_binding`
58

69
### 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
10+
* Potential fix for code scanning alert no. 5: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/417
11+
* Set explicit workflow permissions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/418
12+
* Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/419
13+
* Bump google.golang.org/api from 0.229.0 to 0.230.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/420
14+
* Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/421
15+
* Bump google.golang.org/api from 0.230.0 to 0.231.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/422
16+
* Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/423
17+
* Bump google.golang.org/api from 0.231.0 to 0.232.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/424
18+
* Bump google.golang.org/api from 0.232.0 to 0.233.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/425
19+
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/426
20+
* Bump google.golang.org/api from 0.233.0 to 0.234.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/427
21+
* Bump google.golang.org/api from 0.234.0 to 0.235.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/428
22+
* Bump google.golang.org/api from 0.235.0 to 0.236.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/429
23+
* Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/430
24+
* Bump google.golang.org/api from 0.236.0 to 0.237.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/431
2625

27-
## New Contributors
28-
* @github-actions made their first contribution in https://github.com/terraform-linters/tflint-ruleset-google/pull/405
2926

30-
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.31.0...v0.32.0
27+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.32.0...v0.33.0

0 commit comments

Comments
 (0)