Skip to content

Commit 12874e6

Browse files
committed
Bump up version to v0.35.0
1 parent a4ad9c1 commit 12874e6

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
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.34.0"
20+
version = "0.35.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.34.0"
6+
const Version string = "0.35.0"
77

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

tools/release/release-note.md

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

33
### 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
4+
* Update Magic Modules by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/438
75

86
### Chores
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
7+
* Bump google.golang.org/api from 0.239.0 to 0.241.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/439
8+
* Bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/440
9+
* Bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/441
10+
* Bump google.golang.org/api from 0.241.0 to 0.242.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/442
11+
* Remove unneeded repository info from goreleaser.yml by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/443
1212

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

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

0 commit comments

Comments
 (0)