File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.0 (2021-10-11)
2
+
3
+ ### Enhancements
4
+
5
+ - [ #159 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/159 ) : rules: Add ` aws_iam_group_policy_too_long ` rule ([ @Rihoj ] ( https://github.com/Rihoj ) )
6
+ - [ #187 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/187 ) : rules: Add Aurora Graviton2-based T4g and X2g instances ([ @wata727 ] ( https://github.com/wata727 ) )
7
+ - [ #188 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/188 ) : Bump aws-sdk-go submodule and Terraform provider schema ([ @wata727 ] ( https://github.com/wata727 ) )
8
+
9
+ ### Chores
10
+
11
+ - [ #185 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/185 ) : Bump github.com/aws/aws-sdk-go from 1.40.32 to 1.40.54
12
+
1
13
## 0.7.2 (2021-09-25)
2
14
3
15
### BugFixes
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can install the plugin by adding a config to `.tflint.hcl` and running `tfli
19
19
``` hcl
20
20
plugin "aws" {
21
21
enabled = true
22
- version = "0.7.2 "
22
+ version = "0.8.0 "
23
23
source = "github.com/terraform-linters/tflint-ruleset-aws"
24
24
}
25
25
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
3
3
import "fmt"
4
4
5
5
// Version is ruleset version
6
- const Version string = "0.7.2 "
6
+ const Version string = "0.8.0 "
7
7
8
8
// ReferenceLink returns the rule reference link
9
9
func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments