Skip to content

Commit

Permalink
Bump up version to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Dec 6, 2021
1 parent da13bf7 commit cc6ad83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.15.0 (2021-12-07)

### Breaking Changes

- [#136](https://github.com/terraform-linters/tflint-ruleset-google/pull/136): Update Magic Modules
- Removed `google_apigee_instance_invalid_peering_cidr_range` rule
- Removed `google_filestore_instance_invalid_tier` rule

### Chores

- [#135](https://github.com/terraform-linters/tflint-ruleset-google/pull/135): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.8.0 to 2.9.0

## 0.14.0 (2021-11-07)

### Breaking Changes
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.14.0"
version = "0.15.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.14.0"
const Version string = "0.15.0"

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

0 comments on commit cc6ad83

Please sign in to comment.