File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.1 (2021-06-05)
2
+
3
+ ### Enhancements
4
+
5
+ - [ #122 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/122 ) : Bump aws-sdk-go submodule and Terraform provider
6
+
7
+ ### Chores
8
+
9
+ - [ #109 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/109 ) : Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0
10
+ - [ #113 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/113 ) : Bump github.com/zclconf/go-cty from 1.8.1 to 1.8.3
11
+ - [ #118 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/118 ) : Bump actions/cache from 2.1.5 to 2.1.6
12
+ - [ #119 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/119 ) : Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
13
+ - [ #121 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/121 ) : Bump github.com/aws/aws-sdk-go from 1.38.25 to 1.38.55
14
+ - [ #123 ] ( https://github.com/terraform-linters/tflint-ruleset-aws/pull/123 ) : Add notes about auto installation
15
+
1
16
## 0.4.0 (2021-04-25)
2
17
3
18
### 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.4.0 "
6
+ const Version string = "0.4.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