Skip to content

Commit

Permalink
Bump up version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jul 18, 2023
1 parent b47ddaa commit 8dd6580
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.3.0 (2023-07-19)

### Enhancements

- [#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
- [#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

### Chores

- [#44](https://github.com/terraform-linters/tflint-ruleset-opa/pull/44): docs: Clarify what `policy_dir` is relative to
- [#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
- [#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

## 0.2.0 (2023-04-10)

### 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.2.0"
version = "0.3.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.2.0",
Version: "0.3.0",
Constraint: ">= 0.43.0",
},
},
Expand Down

0 comments on commit 8dd6580

Please sign in to comment.