Skip to content

Commit

Permalink
Bump up version to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed May 5, 2024
1 parent 8a8388e commit 0af46d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.28.0 (2024-05-05)

### Enhancements

- [#350](https://github.com/terraform-linters/tflint-ruleset-google/pull/350): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.18.0 to 0.20.0
- This is required for provider-defined functions support
- [#352](https://github.com/terraform-linters/tflint-ruleset-google/pull/352): Update Magic Modules

### Chores

- [#337](https://github.com/terraform-linters/tflint-ruleset-google/pull/337): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0
- [#349](https://github.com/terraform-linters/tflint-ruleset-google/pull/349): Bump google.golang.org/api from 0.165.0 to 0.177.0
- [#351](https://github.com/terraform-linters/tflint-ruleset-google/pull/351): deps: Go 1.22.2

## 0.27.1 (2024-02-24)

### Enhancements
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.27.1"
version = "0.28.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.27.1"
const Version string = "0.28.0"

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

0 comments on commit 0af46d4

Please sign in to comment.