Skip to content

Commit ac3ab85

Browse files
committed
Bump up version to v0.43.0
1 parent 4a469cc commit ac3ab85

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ After configuring [TFLint](https://github.com/terraform-linters/tflint/blob/mast
1919
```hcl
2020
plugin "aws" {
2121
enabled = true
22-
version = "0.42.0"
22+
version = "0.43.0"
2323
source = "github.com/terraform-linters/tflint-ruleset-aws"
2424
}
2525
```

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.42.0"
6+
const Version string = "0.43.0"
77

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

tools/release/release-note.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
11
## What's Changed
22

33
### Breaking Changes
4-
* Remove aws_guardduty_member_invalid_email rule by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/925
5-
* This auto-generated rule had invalid regexp.
4+
* Remove aws_ecs_account_setting_default_invalid_name rule by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/949
5+
6+
### Enhancements
7+
* Update AWS provider/module and generated content by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/921
8+
* Update AWS provider/module and generated content by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/948
69

710
### Chores
8-
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/924
11+
* Bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/927
12+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/928
13+
* Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/931
14+
* Bump github.com/hashicorp/terraform-json from 0.25.0 to 0.26.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/930
15+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/929
16+
* Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/932
17+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/933
18+
* Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/934
19+
* Bump github.com/zclconf/go-cty from 1.16.3 to 1.16.4 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/935
20+
* dependabot: allow actions writes by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/936
21+
* Fix E2E tests to take into account the newly added JSON fields by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/944
22+
* Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/937
23+
* Bump github.com/aws/smithy-go from 1.22.5 to 1.23.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/938
24+
* Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/940
25+
* Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/942
26+
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.65 to 2.0.0-beta.66 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/943
27+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/939
28+
* Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/941
29+
* Bump sigstore/cosign-installer from 3.9.2 to 3.10.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/945
30+
* Bump golang.org/x/net from 0.43.0 to 0.44.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/946
31+
* deps: Bump Go version to 1.25 by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/950
932

1033

11-
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.41.0...v0.42.0
34+
**Full Changelog**: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.42.0...v0.43.0

0 commit comments

Comments
 (0)