Skip to content

Commit cb28ee0

Browse files
committed
Bump up version to v0.38.0
1 parent 3ce9a37 commit cb28ee0

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
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.37.1"
20+
version = "0.38.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.37.1"
6+
const Version string = "0.38.0"
77

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

tools/release/release-note.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
## What's Changed
2-
* Drop support for Cosign signatures by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/466
32

4-
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.37.0...v0.37.1
3+
### Chores
4+
* Bump google.golang.org/api from 0.252.0 to 0.253.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/467
5+
* Bump github.com/terraform-linters/tflint-plugin-sdk from 0.23.0 to 0.23.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/468
6+
* Bump google.golang.org/api from 0.253.0 to 0.254.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/470
7+
* Bump google.golang.org/api from 0.254.0 to 0.255.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/471
8+
* Bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/472
9+
* Bump google.golang.org/api from 0.255.0 to 0.256.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/473
10+
* Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/474
11+
* Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/475
12+
* Bump actions/checkout from 5.0.1 to 6.0.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/479
13+
* Bump google.golang.org/api from 0.256.0 to 0.257.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/481
14+
* Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/476
15+
* Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/482
16+
* Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/483
17+
* Bump google.golang.org/api from 0.257.0 to 0.258.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/484
18+
* Update Google Cloud machine types by @sombraSoft in https://github.com/terraform-linters/tflint-ruleset-google/pull/478
19+
* Update Magic Modules by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-google/pull/469
20+
* Bump Go version to 1.25.5 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-google/pull/485
21+
22+
## New Contributors
23+
* @sombraSoft made their first contribution in https://github.com/terraform-linters/tflint-ruleset-google/pull/478
24+
25+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-google/compare/v0.37.1...v0.38.0

0 commit comments

Comments
 (0)