File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.1 (2021-04-04)
2
+
3
+ ### Enhancements
4
+
5
+ - [ #92 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/92 ) : rules: Update aws_mq_broker_invalid_engine_type.go
6
+ - [ #95 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/95 ) : Bump terraform-provider-aws and aws-sdk-go submodule
7
+
8
+ ### BugFixes
9
+
10
+ - [ #85 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/85 ) [ #96 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/96 ) : Bump tflint-plugin-sdk
11
+
12
+ ### Chores
13
+
14
+ - [ #82 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/82 ) : Bump github.com/google/go-cmp from 0.5.4 to 0.5.5
15
+ - [ #83 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/83 ) : Bump github.com/hashicorp/hcl/v2 from 2.9.0 to 2.9.1
16
+ - [ #86 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/86 ) : Bump github.com/zclconf/go-cty from 1.8.0 to 1.8.1
17
+ - [ #88 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/88 ) : Update link to full list of rules
18
+ - [ #89 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/89 ) : Update rules documentation index
19
+ - [ #91 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/91 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.4 to 2.5.0
20
+ - [ #93 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/93 ) : Correct spelling
21
+ - [ #94 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/94 ) : Bump github.com/aws/aws-sdk-go from 1.37.25 to 1.38.12
22
+
1
23
## 0.3.0 (2021-03-06)
2
24
3
25
### Enhancements
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.3.0 "
6
+ const Version string = "0.3.1 "
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