Skip to content

Commit abe5106

Browse files
committed
Bump up version to v0.7.0
1 parent e5fcb17 commit abe5106

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.7.0 (2024-05-05)
2+
3+
### Enhancements
4+
5+
- [#92](https://github.com/terraform-linters/tflint-ruleset-opa/pull/92) [#95](https://github.com/terraform-linters/tflint-ruleset-opa/pull/95) [#98](https://github.com/terraform-linters/tflint-ruleset-opa/pull/98) [#102](https://github.com/terraform-linters/tflint-ruleset-opa/pull/102): Bump github.com/open-policy-agent/opa from 0.61.0 to 0.64.1
6+
- [#93](https://github.com/terraform-linters/tflint-ruleset-opa/pull/93) [#99](https://github.com/terraform-linters/tflint-ruleset-opa/pull/99): Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
7+
- This is required for provider-defined functions support
8+
9+
### Chores
10+
11+
- [#91](https://github.com/terraform-linters/tflint-ruleset-opa/pull/91) [#97](https://github.com/terraform-linters/tflint-ruleset-opa/pull/97): Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.4
12+
- [#100](https://github.com/terraform-linters/tflint-ruleset-opa/pull/100): Bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3
13+
- [#101](https://github.com/terraform-linters/tflint-ruleset-opa/pull/101): Bump golang.org/x/net from 0.22.0 to 0.23.0
14+
- [#103](https://github.com/terraform-linters/tflint-ruleset-opa/pull/103): deps: Go 1.22.2
15+
- [#104](https://github.com/terraform-linters/tflint-ruleset-opa/pull/104): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.18.0 to 0.20.0
16+
117
## 0.6.0 (2024-02-23)
218

319
### 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.6.0"
22+
version = "0.7.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.6.0",
14+
Version: "0.7.0",
1515
Constraint: ">= 0.43.0",
1616
},
1717
},

0 commit comments

Comments
 (0)