Skip to content

Commit

Permalink
Bump up version to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Oct 24, 2021
1 parent 57d7959 commit d580add
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
## 0.13.1 (2021-10-24)

### Enhancements

- [#125](https://github.com/terraform-linters/tflint-ruleset-google/pull/125): rules: Add a2 variants and information about machine type documentation
- [#126](https://github.com/terraform-linters/tflint-ruleset-google/pull/126): rules: Add larger N2 machine types (Ice Lake) and Tau T2D types

## 0.13.0 (2021-10-09)

## Breaking Changes
### Breaking Changes

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

## Enhancements
### Enhancements

- [#121](https://github.com/terraform-linters/tflint-ruleset-google/pull/121): rules: Add `google_project_iam_member_invalid_member` rule
- [#122](https://github.com/terraform-linters/tflint-ruleset-google/pull/122): rules: Add more `google_project_iam_*_invalid_member` rules

## Chores
### Chores

- [#120](https://github.com/terraform-linters/tflint-ruleset-google/pull/120): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.1 to 2.8.0
- [#123](https://github.com/terraform-linters/tflint-ruleset-google/pull/123): Bump google.golang.org/api from 0.56.0 to 0.58.0
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.13.0"
version = "0.13.1"
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.13.0"
const Version string = "0.13.1"

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

0 comments on commit d580add

Please sign in to comment.