Skip to content

Commit 9e80904

Browse files
committed
Bump up version to v0.22.2
1 parent 45b4d32 commit 9e80904

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.22.2 (2023-02-05)
2+
3+
### Enhancements
4+
5+
- [#244](https://github.com/terraform-linters/tflint-ruleset-google/pull/244): Update Magic Modules
6+
7+
### Chores
8+
9+
- [#237](https://github.com/terraform-linters/tflint-ruleset-google/pull/237): Pass `GITHUB_TOKEN` to e2e test workflow
10+
- [#235](https://github.com/terraform-linters/tflint-ruleset-google/pull/235): Bump goreleaser/goreleaser-action from 3 to 4
11+
- [#238](https://github.com/terraform-linters/tflint-ruleset-google/pull/238): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.14.0 to 0.15.0
12+
- [#242](https://github.com/terraform-linters/tflint-ruleset-google/pull/242) [#245](https://github.com/terraform-linters/tflint-ruleset-google/pull/245): Bump google.golang.org/api from 0.103.0 to 0.109.0
13+
- [#243](https://github.com/terraform-linters/tflint-ruleset-google/pull/243): Bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0
14+
115
## 0.22.1 (2022-12-05)
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.22.1"
20+
version = "0.22.2"
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.22.1"
6+
const Version string = "0.22.2"
77

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

0 commit comments

Comments
 (0)