Skip to content

Commit 25176aa

Browse files
committed
Bump up version to v0.28.0
1 parent b58242c commit 25176aa

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 0.28.0 (2023-11-18)
2+
3+
### Breaking Changes
4+
5+
- [#576](https://github.com/terraform-linters/tflint-ruleset-aws/pull/576): Fix aws_acm_certificate.private_key mapping and remove the rule ([@wata727](https://github.com/wata727))
6+
- Removed `aws_acm_certificate_invalid_private_key` rule
7+
8+
### Enhancements
9+
10+
- [#554](https://github.com/terraform-linters/tflint-ruleset-aws/pull/554): s3_bucket_name: add length validation ([@davimmt](https://github.com/davimmt))
11+
- [#566](https://github.com/terraform-linters/tflint-ruleset-aws/pull/566) [#567](https://github.com/terraform-linters/tflint-ruleset-aws/pull/567) [#568](https://github.com/terraform-linters/tflint-ruleset-aws/pull/568) [#575](https://github.com/terraform-linters/tflint-ruleset-aws/pull/575): Update AWS provider/module and generated content
12+
- [#571](https://github.com/terraform-linters/tflint-ruleset-aws/pull/571): s3_bucket_name: add all documented naming rules ([@davimmt](https://github.com/davimmt))
13+
14+
### Chores
15+
16+
- [#550](https://github.com/terraform-linters/tflint-ruleset-aws/pull/550): Bump goreleaser/goreleaser-action from 4 to 5
17+
- [#555](https://github.com/terraform-linters/tflint-ruleset-aws/pull/555) [#558](https://github.com/terraform-linters/tflint-ruleset-aws/pull/558) [#572](https://github.com/terraform-linters/tflint-ruleset-aws/pull/572): Bump golang.org/x/net from 0.15.0 to 0.18.0
18+
- [#556](https://github.com/terraform-linters/tflint-ruleset-aws/pull/556): Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1
19+
- [#559](https://github.com/terraform-linters/tflint-ruleset-aws/pull/559): Bump github.com/dave/dst from 0.27.2 to 0.27.3
20+
- [#560](https://github.com/terraform-linters/tflint-ruleset-aws/pull/560): Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
21+
- [#561](https://github.com/terraform-linters/tflint-ruleset-aws/pull/561): Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.19.1
22+
- [#565](https://github.com/terraform-linters/tflint-ruleset-aws/pull/565): Bump google.golang.org/grpc from 1.57.0 to 1.57.1
23+
124
## 0.27.0 (2023-09-17)
225

326
### Enhancements

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

integration/cty-based-eval/result.json

Lines changed: 1 addition & 1 deletion
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.27.0/docs/rules/aws_resource_missing_tags.md"
7+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.28.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

Lines changed: 1 addition & 1 deletion
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.27.0/docs/rules/aws_resource_missing_tags.md"
7+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.28.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

Lines changed: 2 additions & 2 deletions
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.27.0/docs/rules/aws_s3_bucket_name.md"
7+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.28.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.27.0/docs/rules/aws_s3_bucket_name.md"
27+
"link": "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.28.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

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.27.0"
6+
const Version string = "0.28.0"
77

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

0 commit comments

Comments
 (0)