Skip to content

Commit d3d31dc

Browse files
committed
Bump up version to v0.24.0
1 parent 4791719 commit d3d31dc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.24.0 (2023-06-26)
2+
3+
### Breaking Changes
4+
5+
- [#279](https://github.com/terraform-linters/tflint-ruleset-google/pull/279): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.16.1 to 0.17.0
6+
- TFLint v0.40/v0.41 is no longer supported
7+
- [#280](https://github.com/terraform-linters/tflint-ruleset-google/pull/280): Update Magic Modules
8+
- Remove `google_kms_crypto_key_invalid_purpose` rule
9+
10+
### Chores
11+
12+
- [#278](https://github.com/terraform-linters/tflint-ruleset-google/pull/278): Bump google.golang.org/api from 0.114.0 to 0.128.0
13+
114
## 0.23.1 (2023-04-13)
215

316
### BugFixes

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.23.1"
20+
version = "0.24.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.23.1"
6+
const Version string = "0.24.0"
77

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

0 commit comments

Comments
 (0)