Skip to content

Commit 4ee7ea9

Browse files
committed
Bump up version to v0.35.0
1 parent 0e12f2a commit 4ee7ea9

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.35.0 (2024-11-17)
2+
3+
### Enhancements
4+
5+
- [#725](https://github.com/terraform-linters/tflint-ruleset-aws/pull/725): Update AWS provider/module and generated content
6+
7+
### Chores
8+
9+
- [#726](https://github.com/terraform-linters/tflint-ruleset-aws/pull/726) [#731](https://github.com/terraform-linters/tflint-ruleset-aws/pull/731) [#739](https://github.com/terraform-linters/tflint-ruleset-aws/pull/739) [#746](https://github.com/terraform-linters/tflint-ruleset-aws/pull/746): Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.47.3 to 1.49.2
10+
- [#727](https://github.com/terraform-linters/tflint-ruleset-aws/pull/727) [#732](https://github.com/terraform-linters/tflint-ruleset-aws/pull/732) [#747](https://github.com/terraform-linters/tflint-ruleset-aws/pull/747): Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.182.0 to 1.187.1
11+
- [#728](https://github.com/terraform-linters/tflint-ruleset-aws/pull/728) [#730](https://github.com/terraform-linters/tflint-ruleset-aws/pull/730) [#736](https://github.com/terraform-linters/tflint-ruleset-aws/pull/736) [#748](https://github.com/terraform-linters/tflint-ruleset-aws/pull/748): Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.87.2 to 1.89.1
12+
- [#733](https://github.com/terraform-linters/tflint-ruleset-aws/pull/733) [#751](https://github.com/terraform-linters/tflint-ruleset-aws/pull/751): Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.37.2 to 1.37.3
13+
- [#735](https://github.com/terraform-linters/tflint-ruleset-aws/pull/735): Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0
14+
- [#738](https://github.com/terraform-linters/tflint-ruleset-aws/pull/738) [#743](https://github.com/terraform-linters/tflint-ruleset-aws/pull/743): Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from 1.28.2 to 1.28.4
15+
- [#740](https://github.com/terraform-linters/tflint-ruleset-aws/pull/740): Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.58 to 2.0.0-beta.59
16+
- [#741](https://github.com/terraform-linters/tflint-ruleset-aws/pull/741): Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.43.0 to 1.43.2
17+
- [#742](https://github.com/terraform-linters/tflint-ruleset-aws/pull/742): Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from 1.40.0 to 1.41.1
18+
- [#744](https://github.com/terraform-linters/tflint-ruleset-aws/pull/744): Bump golang.org/x/net from 0.30.0 to 0.31.0
19+
120
## 0.34.0 (2024-10-15)
221

322
### Breaking Changes

README.md

+1-1
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.34.0"
22+
version = "0.35.0"
2323
source = "github.com/terraform-linters/tflint-ruleset-aws"
2424
}
2525
```

integration/cty-based-eval/result.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rule": {
55
"name": "aws_resource_missing_tags",
66
"severity": "info",
7-
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.34.0/docs/rules/aws_resource_missing_tags.md"
7+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.35.0/docs/rules/aws_resource_missing_tags.md"
88
},
99
"message": "The resource is missing the following tags: \"Environment\", \"Name\", \"Type\".",
1010
"range": {

integration/map-attribute/result.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rule": {
55
"name": "aws_resource_missing_tags",
66
"severity": "info",
7-
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.34.0/docs/rules/aws_resource_missing_tags.md"
7+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.35.0/docs/rules/aws_resource_missing_tags.md"
88
},
99
"message": "The resource is missing the following tags: \"Environment\", \"Name\", \"Type\".",
1010
"range": {

integration/rule-config/result.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rule": {
55
"name": "aws_s3_bucket_name",
66
"severity": "error",
7-
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.34.0/docs/rules/aws_s3_bucket_name.md"
7+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.35.0/docs/rules/aws_s3_bucket_name.md"
88
},
99
"message": "Bucket name \"foo_bar\" does not match regex \"^[a-z\\-]+$\"",
1010
"range": {
@@ -24,7 +24,7 @@
2424
"rule": {
2525
"name": "aws_s3_bucket_name",
2626
"severity": "error",
27-
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.34.0/docs/rules/aws_s3_bucket_name.md"
27+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.35.0/docs/rules/aws_s3_bucket_name.md"
2828
},
2929
"message": "Bucket names can consist only of lowercase letters, numbers, dots (.), and hyphens (-). (name: \"foo_bar\", regex: \"[^a-z0-9\\\\.\\\\-]\")",
3030
"range": {

project/main.go

+1-1
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.34.0"
6+
const Version string = "0.35.0"
77

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

0 commit comments

Comments
 (0)