Skip to content

Commit 53021f0

Browse files
committed
Bump up version to v0.13.0
1 parent cdae3a1 commit 53021f0

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
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.12.0"
30+
version = "0.13.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.12.0"
6+
const Version string = "0.13.0"
77

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

tools/release/release-note.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
## What's Changed
22

33
### Enhancements
4-
* `required_providers`: support `ephemeral` resources by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/252
4+
* Add terraform_module_shallow_clone rule by @chernetskyi in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/267
55

66
### Chores
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
7+
* Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/254
8+
* Bump github.com/hashicorp/terraform-registry-address from 0.2.4 to 0.2.5 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/255
9+
* Potential fix for code scanning alert no. 2: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/257
10+
* Set explicit workflow permissions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/258
11+
* Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/259
12+
* Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/260
13+
* Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/261
14+
* Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/262
15+
* Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/264
16+
* Bump github.com/hashicorp/terraform-registry-address from 0.2.5 to 0.3.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/265
17+
* Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/266
18+
* Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/268
19+
* Bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/269
20+
* Bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/270
21+
* Bump golang.org/x/oauth2 from 0.23.0 to 0.27.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/271
22+
* Bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/272
23+
* Remove unneeded repository info from goreleaser.yml by @wata727 in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/273
1124

25+
## New Contributors
26+
* @chernetskyi made their first contribution in https://github.com/terraform-linters/tflint-ruleset-terraform/pull/267
1227

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

0 commit comments

Comments
 (0)