Skip to content

Commit 0af46d4

Browse files
committed
Bump up version to v0.28.0
1 parent 8a8388e commit 0af46d4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.28.0 (2024-05-05)
2+
3+
### Enhancements
4+
5+
- [#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
6+
- This is required for provider-defined functions support
7+
- [#352](https://github.com/terraform-linters/tflint-ruleset-google/pull/352): Update Magic Modules
8+
9+
### Chores
10+
11+
- [#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
12+
- [#349](https://github.com/terraform-linters/tflint-ruleset-google/pull/349): Bump google.golang.org/api from 0.165.0 to 0.177.0
13+
- [#351](https://github.com/terraform-linters/tflint-ruleset-google/pull/351): deps: Go 1.22.2
14+
115
## 0.27.1 (2024-02-24)
216

317
### Enhancements

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.27.1"
20+
version = "0.28.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.27.1"
6+
const Version string = "0.28.0"
77

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

0 commit comments

Comments
 (0)