Skip to content

Commit ae135f5

Browse files
committed
Bump up version to v0.8.0
1 parent d87ffc2 commit ae135f5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
## 0.7.2 (2021-09-25)
214

315
### BugFixes

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

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

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

0 commit comments

Comments
 (0)