Skip to content

Commit 002bcb8

Browse files
committed
Bump up version to v0.34.0
1 parent 95c768a commit 002bcb8

File tree

3 files changed

+12
-23
lines changed

3 files changed

+12
-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.33.0"
20+
version = "0.34.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.33.0"
6+
const Version string = "0.34.0"
77

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

tools/release/release-note.md

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

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`
3+
### Enhancements
4+
* Add c4d machines to validMachineTypes by @mlaver in https://github.com/terraform-linters/tflint-ruleset-google/pull/434
5+
* Add missing C4A, M4, Z3, A4 machine types by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/435
6+
* Update Magic Modules by @github-actions in https://github.com/terraform-linters/tflint-ruleset-google/pull/436
87

98
### Chores
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
9+
* Bump google.golang.org/api from 0.237.0 to 0.238.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/432
10+
* Bump sigstore/cosign-installer from 3.8.2 to 3.9.1 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/433
11+
* Bump google.golang.org/api from 0.238.0 to 0.239.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-google/pull/437
2512

13+
## New Contributors
14+
* @mlaver made their first contribution in https://github.com/terraform-linters/tflint-ruleset-google/pull/434
2615

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

0 commit comments

Comments
 (0)