Skip to content

Commit df822f9

Browse files
committed
Bump up version to v0.17.0
1 parent 72ad658 commit df822f9

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.17.0 (2022-05-05)
2+
3+
### Enhancements
4+
5+
- [#174](https://github.com/terraform-linters/tflint-ruleset-google/pull/174): Update Magic Modules
6+
7+
### Chores
8+
9+
- [#160](https://github.com/terraform-linters/tflint-ruleset-google/pull/160): chores: Remove snaker
10+
- [#161](https://github.com/terraform-linters/tflint-ruleset-google/pull/161): Fix rule template for rule generator
11+
- [#165](https://github.com/terraform-linters/tflint-ruleset-google/pull/165): Bump actions/setup-go from 2 to 3
12+
- [#169](https://github.com/terraform-linters/tflint-ruleset-google/pull/169) [#173](https://github.com/terraform-linters/tflint-ruleset-google/pull/173): Bump google.golang.org/api from 0.73.0 to 0.78.0
13+
- [#170](https://github.com/terraform-linters/tflint-ruleset-google/pull/170): Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
14+
- [#171](https://github.com/terraform-linters/tflint-ruleset-google/pull/171): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.10.0 to 0.11.0
15+
- [#172](https://github.com/terraform-linters/tflint-ruleset-google/pull/172): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.12.0 to 2.15.0
16+
117
## 0.16.1 (2022-03-31)
218

319
### 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.16.1"
20+
version = "0.17.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.16.1"
6+
const Version string = "0.17.0"
77

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

0 commit comments

Comments
 (0)