Skip to content

Commit 70328e5

Browse files
committed
Bump up version to v0.12.0
1 parent ed41301 commit 70328e5

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you want to use a version different from the built-in version, you can declar
2727
```hcl
2828
plugin "terraform" {
2929
enabled = true
30-
version = "0.11.0"
30+
version = "0.12.0"
3131
source = "github.com/terraform-linters/tflint-ruleset-terraform"
3232
}
3333
```

project/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.11.0"
6+
const Version string = "0.12.0"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

tools/release/release-note.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
## What's Changed
22

33
### Enhancements
4-
* Bump github.com/terraform-linters/tflint-plugin-sdk from 0.21.0 to 0.22.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/231
5-
* Required to support ephemeral marks, introduced in Terraform v1.10.
4+
* `required_providers`: support `ephemeral` resources by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/252
65

76
### Chores
8-
* Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/225
9-
* Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/222
10-
* deps: Go 1.24 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/241
11-
* Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/223
12-
* Bump actions/attest-build-provenance from 1 to 2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/226
13-
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/239
14-
* Bump github.com/hashicorp/terraform-registry-address from 0.2.3 to 0.2.4 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/233
15-
* Bump github.com/hashicorp/go-getter from 1.7.6 to 1.7.8 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/232
16-
* Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/235
17-
* Add make release for release automation by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/245
18-
* Use `helper.AssertIssues` fixed in SDK v0.22 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/246
7+
* Enable Dependabot auto-merge by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/242
8+
* Bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/248
9+
* Pin GitHub Action versions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/249
10+
* Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/250
1911

2012

21-
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-terraform/compare/v0.10.0...v0.11.0
13+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-terraform/compare/v0.11.0...v0.12.0

0 commit comments

Comments
 (0)