You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## 0.4.0 (2020-08-17)
2
+
3
+
This release adds `WalkModuleCalls()` API to accessing the module calls. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.19+.
4
+
5
+
See also https://github.com/terraform-linters/tflint-ruleset-template/pull/11 for an example of upgrading the SDK.
6
+
7
+
### Breaking Changes
8
+
9
+
-[#53](https://github.com/terraform-linters/tflint-plugin-sdk/pull/53): plugin: Bump protocol version
-[#51](https://github.com/terraform-linters/tflint-plugin-sdk/pull/51): Bump github.com/google/go-cmp from 0.5.0 to 0.5.1
18
+
-[#52](https://github.com/terraform-linters/tflint-plugin-sdk/pull/52): Bump github.com/hashicorp/go-version from 1.0.0 to 1.2.1
19
+
1
20
## 0.3.0 (2020-07-19)
2
21
3
22
This release adds `Backend()` API to accessing the Terraform backend configuration. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.18+.
0 commit comments