Skip to content

Commit 7eafbaf

Browse files
committed
Bump up version to v0.5.0
1 parent b6f1325 commit 7eafbaf

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.5.0 (2023-12-27)
2+
3+
### Enhancements
4+
5+
- [#67](https://github.com/terraform-linters/tflint-ruleset-opa/pull/67): Add support for scoped data sources
6+
- [#69](https://github.com/terraform-linters/tflint-ruleset-opa/pull/69): Add `terraform.imports` and `terraform.checks` functions
7+
- [#71](https://github.com/terraform-linters/tflint-ruleset-opa/pull/71) [#74](https://github.com/terraform-linters/tflint-ruleset-opa/pull/74) [#75](https://github.com/terraform-linters/tflint-ruleset-opa/pull/75) [#79](https://github.com/terraform-linters/tflint-ruleset-opa/pull/79): Bump github.com/open-policy-agent/opa from 0.57.0 to 0.60.0
8+
9+
### Chores
10+
11+
- [#64](https://github.com/terraform-linters/tflint-ruleset-opa/pull/64) [#72](https://github.com/terraform-linters/tflint-ruleset-opa/pull/72): Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.1
12+
- [#65](https://github.com/terraform-linters/tflint-ruleset-opa/pull/65): Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1
13+
- [#66](https://github.com/terraform-linters/tflint-ruleset-opa/pull/66): Bump golang.org/x/net from 0.15.0 to 0.17.0
14+
- [#68](https://github.com/terraform-linters/tflint-ruleset-opa/pull/68): Fix incorrect examples of `terraform.resources`
15+
- [#70](https://github.com/terraform-linters/tflint-ruleset-opa/pull/70): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
16+
- [#73](https://github.com/terraform-linters/tflint-ruleset-opa/pull/73): Bump google.golang.org/grpc from 1.58.2 to 1.58.3
17+
- [#76](https://github.com/terraform-linters/tflint-ruleset-opa/pull/76): Bump actions/setup-go from 4 to 5
18+
- [#77](https://github.com/terraform-linters/tflint-ruleset-opa/pull/77) [#78](https://github.com/terraform-linters/tflint-ruleset-opa/pull/78): Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2
19+
- [#80](https://github.com/terraform-linters/tflint-ruleset-opa/pull/80): Fix E2E tests failing with TFLint v0.50
20+
121
## 0.4.0 (2023-10-09)
222

323
### 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.4.0"
22+
version = "0.5.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.4.0",
14+
Version: "0.5.0",
1515
Constraint: ">= 0.43.0",
1616
},
1717
},

0 commit comments

Comments
 (0)