Skip to content

Commit

Permalink
Bump up version to v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Feb 24, 2024
1 parent c037a85 commit 148ea48
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.27.1 (2024-02-24)

### Enhancements

- [#335](https://github.com/terraform-linters/tflint-ruleset-google/pull/335): feat: add H100 machine-type to ruleset

### Chores

- [#334](https://github.com/terraform-linters/tflint-ruleset-google/pull/334): Bump google.golang.org/api from 0.163.0 to 0.165.0

## 0.27.0 (2024-02-14)

### 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.27.0"
version = "0.27.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.27.0"
const Version string = "0.27.1"

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

0 comments on commit 148ea48

Please sign in to comment.