Skip to content

Commit 8dd6580

Browse files
committed
Bump up version to v0.3.0
1 parent b47ddaa commit 8dd6580

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.3.0 (2023-07-19)
2+
3+
### Enhancements
4+
5+
- [#42](https://github.com/terraform-linters/tflint-ruleset-opa/pull/42) [#51](https://github.com/terraform-linters/tflint-ruleset-opa/pull/51): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.16.0 to 0.17.0
6+
- [#45](https://github.com/terraform-linters/tflint-ruleset-opa/pull/45) [#47](https://github.com/terraform-linters/tflint-ruleset-opa/pull/47) [#49](https://github.com/terraform-linters/tflint-ruleset-opa/pull/49) [#52](https://github.com/terraform-linters/tflint-ruleset-opa/pull/52): Bump github.com/open-policy-agent/opa from 0.51.0 to 0.54.0
7+
8+
### Chores
9+
10+
- [#44](https://github.com/terraform-linters/tflint-ruleset-opa/pull/44): docs: Clarify what `policy_dir` is relative to
11+
- [#46](https://github.com/terraform-linters/tflint-ruleset-opa/pull/46): Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2
12+
- [#48](https://github.com/terraform-linters/tflint-ruleset-opa/pull/48): Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0
13+
114
## 0.2.0 (2023-04-10)
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.2.0"
22+
version = "0.3.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.2.0",
14+
Version: "0.3.0",
1515
Constraint: ">= 0.43.0",
1616
},
1717
},

0 commit comments

Comments
 (0)