Skip to content

Commit 7c39454

Browse files
committed
Bump up version to v0.25.0
1 parent 2f3e6fd commit 7c39454

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.25.0 (2023-09-11)
2+
3+
### Enhancements
4+
5+
- [#296](https://github.com/terraform-linters/tflint-ruleset-google/pull/296): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.29.0
6+
- [#297](https://github.com/terraform-linters/tflint-ruleset-google/pull/297): Update Magic Modules
7+
8+
### Chores
9+
10+
- [#286](https://github.com/terraform-linters/tflint-ruleset-google/pull/286): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.17.0 to 0.18.0
11+
- [#288](https://github.com/terraform-linters/tflint-ruleset-google/pull/288): Add raw binary entries to checksums.txt
12+
- [#292](https://github.com/terraform-linters/tflint-ruleset-google/pull/292): Bump actions/checkout from 3 to 4
13+
- [#293](https://github.com/terraform-linters/tflint-ruleset-google/pull/293): Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0
14+
- [#294](https://github.com/terraform-linters/tflint-ruleset-google/pull/294): Go 1.21
15+
- [#295](https://github.com/terraform-linters/tflint-ruleset-google/pull/295): Bump google.golang.org/api from 0.128.0 to 0.139.0
16+
117
## 0.24.0 (2023-06-26)
218

319
### Breaking Changes

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.24.0"
20+
version = "0.25.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.24.0"
6+
const Version string = "0.25.0"
77

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

0 commit comments

Comments
 (0)