Skip to content

Commit 0e8f920

Browse files
committed
Bump up version to v0.6.0
1 parent 971b3eb commit 0e8f920

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.6.0 (2024-02-23)
2+
3+
### Enhancements
4+
5+
- [#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
6+
- [#87](https://github.com/terraform-linters/tflint-ruleset-opa/pull/87): Add `terraform.removed_blocks` function
7+
8+
### Chores
9+
10+
- [#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
11+
- [#86](https://github.com/terraform-linters/tflint-ruleset-opa/pull/86): deps: Go 1.22
12+
- [#88](https://github.com/terraform-linters/tflint-ruleset-opa/pull/88): Rewrite policies with `import rego.v1`
13+
114
## 0.5.0 (2023-12-27)
215

316
### Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1919
```hcl
2020
plugin "opa" {
2121
enabled = true
22-
version = "0.5.0"
22+
version = "0.6.0"
2323
source = "github.com/terraform-linters/tflint-ruleset-opa"
2424
}
2525
```

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func main() {
1111
RuleSet: &opa.RuleSet{
1212
BuiltinRuleSet: tflint.BuiltinRuleSet{
1313
Name: "opa",
14-
Version: "0.5.0",
14+
Version: "0.6.0",
1515
Constraint: ">= 0.43.0",
1616
},
1717
},

0 commit comments

Comments
 (0)