Skip to content

Commit d642ec1

Browse files
committed
Bump up version to v0.41.0
1 parent 360d532 commit d642ec1

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
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.40.0"
22+
version = "0.41.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.40.0"
6+
const Version string = "0.41.0"
77

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

tools/release/release-note.md

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

3+
### 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+
36
### Enhancements
4-
* feat: warn against data sources with ephemeral alternatives by @aristosvo in https://github.com/terraform-linters/tflint-ruleset-aws/pull/861
5-
* rules: Update Lambda deprecated runtimes by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/886
6-
* Update AWS provider/module and generated content by @github-actions in https://github.com/terraform-linters/tflint-ruleset-aws/pull/870
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
79

810
### Chores
9-
* Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/872
10-
* Bump the aws-sdk group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/873
11-
* Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/874
12-
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.212.0 to 1.213.0 in the aws-sdk group by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/875
13-
* docs: Rename aws_write_only_attributes.md -> aws_write_only_arguments.md by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/876
14-
* Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/877
15-
* Bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/879
16-
* Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/878
17-
* Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/883
18-
* Bump the aws-sdk group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/882
19-
* Bump github.com/hashicorp/terraform-json from 0.24.0 to 0.25.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/884
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
2033

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

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

0 commit comments

Comments
 (0)