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+
116## 0.4.0 (2021-04-25)
217
318### Enhancements
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import "fmt"
44
55// Version is ruleset version
6- const Version string = "0.4.0 "
6+ const Version string = "0.4.1 "
77
88// ReferenceLink returns the rule reference link
99func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments