Skip to content

Commit de6f7bd

Browse files
committed
Bump up version to v0.11.0
1 parent 9ab0a12 commit de6f7bd

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.10.0"
30+
version = "0.11.0"
3131
source = "github.com/terraform-linters/tflint-ruleset-terraform"
3232
}
3333
```

project/main.go

Lines changed: 1 addition & 1 deletion
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.10.0"
6+
const Version string = "0.11.0"
77

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

tools/release/release-note.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## What's Changed
2+
3+
### 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.
6+
7+
### 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
19+
20+
21+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-terraform/compare/v0.10.0...v0.11.0

0 commit comments

Comments
 (0)