Skip to content

Commit 6e13a5d

Browse files
committed
Bump up version to v0.40.0
1 parent 3498758 commit 6e13a5d

File tree

3 files changed

+17
-31
lines changed

3 files changed

+17
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
1919
```hcl
2020
plugin "aws" {
2121
enabled = true
22-
version = "0.39.0"
22+
version = "0.40.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.39.0"
6+
const Version string = "0.40.0"
77

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

tools/release/release-note.md

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

33
### Enhancements
4-
* Update AWS provider/module and generated content by @github-actions in https://github.com/terraform-linters/tflint-ruleset-aws/pull/840
5-
* Add `aws_iam_role_deprecated_policy_attributes` rule by @alexjfisher in https://github.com/terraform-linters/tflint-ruleset-aws/pull/833
6-
* `aws_write_only_arguments`: recommend write-only arguments where available by @aristosvo in https://github.com/terraform-linters/tflint-ruleset-aws/pull/860
7-
* Update AWS provider/module and generated content by @github-actions in https://github.com/terraform-linters/tflint-ruleset-aws/pull/855
8-
9-
### Bug Fixes
10-
* provider_missing_default_tags: correctly handle unknown values by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-aws/pull/851
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
117

128
### Chores
13-
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/839
14-
* Bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/842
15-
* Bump the aws-sdk group with 7 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/841
16-
* Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/845
17-
* Pin GitHub Action versions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/846
18-
* Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/847
19-
* Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/848
20-
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.62 to 2.0.0-beta.63 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/849
21-
* Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/853
22-
* Bump the aws-sdk group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/852
23-
* Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/854
24-
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.63 to 2.0.0-beta.64 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/857
25-
* Bump the aws-sdk group across 1 directory with 6 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/858
26-
* Bump the aws-sdk group with 6 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/862
27-
* Bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/863
28-
* Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.54.6 to 1.55.0 in the aws-sdk group by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/865
29-
* Potential fix for code scanning alert no. 6: Incomplete regular expression for hostnames by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/868
30-
* Set explicit workflow permissions by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/869
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
3120

32-
## New Contributors
33-
* @alexjfisher made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/833
34-
* @aristosvo made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/860
3521

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

0 commit comments

Comments
 (0)