Skip to content

Commit a6abef2

Browse files
committed
Bump up version to v0.4.0
1 parent 2080154 commit a6abef2

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.4.0 (2023-10-09)
2+
3+
### Enhancements
4+
5+
- [#53](https://github.com/terraform-linters/tflint-ruleset-opa/pull/53) [#59](https://github.com/terraform-linters/tflint-ruleset-opa/pull/59) [#63](https://github.com/terraform-linters/tflint-ruleset-opa/pull/63): Bump github.com/open-policy-agent/opa from 0.54.0 to 0.57.0
6+
7+
### Chores
8+
9+
- [#54](https://github.com/terraform-linters/tflint-ruleset-opa/pull/54): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.17.0 to 0.18.0
10+
- [#55](https://github.com/terraform-linters/tflint-ruleset-opa/pull/55): Add raw binary entries to checksums.txt
11+
- [#56](https://github.com/terraform-linters/tflint-ruleset-opa/pull/56) [#58](https://github.com/terraform-linters/tflint-ruleset-opa/pull/58): Bump github.com/zclconf/go-cty from 1.13.2 to 1.14.0
12+
- [#57](https://github.com/terraform-linters/tflint-ruleset-opa/pull/57): Bump actions/checkout from 3 to 4
13+
- [#60](https://github.com/terraform-linters/tflint-ruleset-opa/pull/60): Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0
14+
- [#61](https://github.com/terraform-linters/tflint-ruleset-opa/pull/61): deps: Go 1.21
15+
- [#62](https://github.com/terraform-linters/tflint-ruleset-opa/pull/62): Bump goreleaser/goreleaser-action from 4 to 5
16+
117
## 0.3.0 (2023-07-19)
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.3.0"
22+
version = "0.4.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.3.0",
14+
Version: "0.4.0",
1515
Constraint: ">= 0.43.0",
1616
},
1717
},

0 commit comments

Comments
 (0)