File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.0 (2021-07-03)
2
+
3
+ This release adds ` Files() ` API. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.30+.
4
+
5
+ See also https://github.com/terraform-linters/tflint-ruleset-template/pull/37 for an example of upgrading the SDK.
6
+
7
+ ### Breaking Changes
8
+
9
+ - [ #122 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/122 ) : Implement Files() method
10
+ - [ #124 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/124 ) : Bump protocol version
11
+
12
+ ### Chores
13
+
14
+ - [ #109 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/109 ) : Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0
15
+ - [ #112 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/112 ) : Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0
16
+ - [ #117 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/117 ) : Bump github.com/hashicorp/go-hclog from 0.15.0 to 0.16.1
17
+ - [ #120 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/120 ) : Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
18
+ - [ #121 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/121 ) : Bump github.com/hashicorp/go-plugin from 1.4.0 to 1.4.2
19
+ - [ #123 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/123 ) : Bump github.com/zclconf/go-cty from 1.8.1 to 1.8.4
20
+
1
21
## 0.8.2 (2021-04-04)
2
22
3
23
### Changes
You can’t perform that action at this time.
0 commit comments