Skip to content

Commit 1ad5ed2

Browse files
committed
Bump up version to v0.44.0
1 parent 6ce768e commit 1ad5ed2

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
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.43.0"
22+
version = "0.44.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.43.0"
6+
const Version string = "0.44.0"
77

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

tools/release/release-note.md

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

3+
Support for Cosign signatures has been removed from this release. The `checksums.txt.keyless.sig` and `checksums.txt.pem` will not be included in the release.
4+
These files are not used in normal use cases, so in most cases this will not affect you, but if you are affected, you can use Artifact Attestations instead.
5+
36
### Breaking Changes
4-
* Remove aws_ecs_account_setting_default_invalid_name rule by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/949
7+
* Bump github.com/terraform-linters/tflint-plugin-sdk from 0.22.0 to 0.23.1 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/966
8+
* Requires TFLint v0.46+
59

610
### 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
11+
* Update AWS provider/module and generated content by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/954
12+
* Update AWS provider/module and generated content by @github-actions[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/959
13+
* Update Lambda runtime deprecation dates by @Copilot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/969
14+
* Add missing ElastiCache node type: cache.r6gd.large by @Copilot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/971
15+
* Fix typos in AWS RDS DB instance types by @Copilot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/972
16+
* Add missing AWS S3 bucket naming restrictions by @Copilot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/976
917

1018
### Chores
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
19+
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.251.2 to 1.253.0 in the aws-sdk group by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/952
20+
* Bump github.com/hashicorp/terraform-json from 0.26.0 to 0.27.2 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/953
21+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/956
22+
* Bump the aws-sdk group with 2 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/957
23+
* Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.66 to 2.0.0-beta.67 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/958
24+
* Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.108.0 to 1.108.2 in the aws-sdk group by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/960
25+
* Bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/961
26+
* Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/962
27+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/963
28+
* Bump the aws-sdk group with 7 updates by @dependabot[bot] in https://github.com/terraform-linters/tflint-ruleset-aws/pull/965
29+
* Drop support for Cosign signatures by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/968
30+
* Add documentation to AWS MQ engine type validation rules by @Copilot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/974
31+
* Reorder S3 bucket ACL enum values for consistency by @Copilot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/975
3232

33+
## New Contributors
34+
* @Copilot made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/969
3335

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

0 commit comments

Comments
 (0)