File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
14
## 0.5.0 (2023-12-27)
2
15
3
16
### Enhancements
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
19
19
``` hcl
20
20
plugin "opa" {
21
21
enabled = true
22
- version = "0.5 .0"
22
+ version = "0.6 .0"
23
23
source = "github.com/terraform-linters/tflint-ruleset-opa"
24
24
}
25
25
```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ func main() {
11
11
RuleSet : & opa.RuleSet {
12
12
BuiltinRuleSet : tflint.BuiltinRuleSet {
13
13
Name : "opa" ,
14
- Version : "0.5 .0" ,
14
+ Version : "0.6 .0" ,
15
15
Constraint : ">= 0.43.0" ,
16
16
},
17
17
},
You can’t perform that action at this time.
0 commit comments