File tree 2 files changed +17
-1
lines changed 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.0 (2021-02-01)
2
+
3
+ The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work.
4
+
5
+ ### Breaking Changes
6
+
7
+ - [ #70 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/70 ) : Bump github.com/terraform-linters/tflint-plugin-sdk from 0.7.0 to 0.8.0
8
+
9
+ ### Enhancements
10
+
11
+ - [ #71 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/71 ) : Update Magic Modules
12
+
13
+ ### Chores
14
+
15
+ - [ #69 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/69 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.0 to 2.4.1
16
+
1
17
## 0.4.0 (2021-01-04)
2
18
3
19
The minimum supported version of TFLint has changed in this version. TFLint v0.23.0+ is required for this plugin to work.
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.5 .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