Skip to content

Commit

Permalink
Bump up version to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jun 25, 2023
1 parent 4791719 commit d3d31dc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.24.0 (2023-06-26)

### Breaking Changes

- [#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
- TFLint v0.40/v0.41 is no longer supported
- [#280](https://github.com/terraform-linters/tflint-ruleset-google/pull/280): Update Magic Modules
- Remove `google_kms_crypto_key_invalid_purpose` rule

### Chores

- [#278](https://github.com/terraform-linters/tflint-ruleset-google/pull/278): Bump google.golang.org/api from 0.114.0 to 0.128.0

## 0.23.1 (2023-04-13)

### BugFixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
```hcl
plugin "google" {
enabled = true
version = "0.23.1"
version = "0.24.0"
source = "github.com/terraform-linters/tflint-ruleset-google"
}
```
Expand Down
2 changes: 1 addition & 1 deletion project/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package project
import "fmt"

// Version is ruleset version
const Version string = "0.23.1"
const Version string = "0.24.0"

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down

0 comments on commit d3d31dc

Please sign in to comment.