Skip to content

Commit

Permalink
Bump up version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Feb 23, 2024
1 parent 971b3eb commit 0e8f920
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.6.0 (2024-02-23)

### Enhancements

- [#83](https://github.com/terraform-linters/tflint-ruleset-opa/pull/83): Bump github.com/open-policy-agent/opa from 0.60.0 to 0.61.0
- [#87](https://github.com/terraform-linters/tflint-ruleset-opa/pull/87): Add `terraform.removed_blocks` function

### Chores

- [#82](https://github.com/terraform-linters/tflint-ruleset-opa/pull/82): Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2
- [#86](https://github.com/terraform-linters/tflint-ruleset-opa/pull/86): deps: Go 1.22
- [#88](https://github.com/terraform-linters/tflint-ruleset-opa/pull/88): Rewrite policies with `import rego.v1`

## 0.5.0 (2023-12-27)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
```hcl
plugin "opa" {
enabled = true
version = "0.5.0"
version = "0.6.0"
source = "github.com/terraform-linters/tflint-ruleset-opa"
}
```
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func main() {
RuleSet: &opa.RuleSet{
BuiltinRuleSet: tflint.BuiltinRuleSet{
Name: "opa",
Version: "0.5.0",
Version: "0.6.0",
Constraint: ">= 0.43.0",
},
},
Expand Down

0 comments on commit 0e8f920

Please sign in to comment.