Skip to content

Commit 74b3fd6

Browse files
committed
Bump up version to v0.42.0
1 parent 8782a51 commit 74b3fd6

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
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.41.0"
22+
version = "0.42.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.41.0"
6+
const Version string = "0.42.0"
77

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

tools/release/release-note.md

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

33
### Breaking Changes
4-
* fix: update mappings for AWS Provider v6 compatibility by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-aws/pull/902
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/888
8-
* Update AWS provider/module and generated content by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/919
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.
96

107
### Chores
11-
* Bump the aws-sdk group with 2 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/887
12-
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.222.0 to 1.224.0 in the aws-sdk group by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/889
13-
* Bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/891
14-
* Bump the aws-sdk group with 6 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/892
15-
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.64 to 2.0.0-beta.65 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/890
16-
* Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/894
17-
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/895
18-
* Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/896
19-
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/897
20-
* Bump the aws-sdk group with 4 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/905
21-
* Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/906
22-
* Clarify README by @excavator-matt in https://github.com/terraform-linters/tflint-ruleset-aws/pull/907
23-
* Bump the aws-sdk group with 3 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/908
24-
* Bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/909
25-
* 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-aws/pull/910
26-
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.230.0 to 1.231.0 in the aws-sdk group by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/911
27-
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/914
28-
* Bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/915
29-
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.233.1 to 1.236.0 in the aws-sdk group by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/916
30-
* Bump github.com/aws/smithy-go from 1.22.4 to 1.22.5 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/917
31-
* Draw attention to rules disabled by default by @excavator-matt in https://github.com/terraform-linters/tflint-ruleset-aws/pull/918
32-
* Remove unneeded repository info from goreleaser.yml by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/920
8+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/924
339

34-
## New Contributors
35-
* @excavator-matt made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/907
3610

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

0 commit comments

Comments
 (0)