Skip to content

Commit d98be73

Browse files
committed
Bump up version to v0.7.0
1 parent e72064b commit d98be73

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.7.0 (2021-01-03)
2+
3+
This release changes the Runner interface. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.23+.
4+
5+
See also https://github.com/terraform-linters/tflint-ruleset-template/pull/23 for an example of upgrading the SDK.
6+
7+
### Breaking Changes
8+
9+
- [#83](https://github.com/terraform-linters/tflint-plugin-sdk/pull/83): tflint: Add wantType argument to EvaluateExpr
10+
- [#92](https://github.com/terraform-linters/tflint-plugin-sdk/pull/92): Bump protocol version
11+
12+
### Enhancements
13+
14+
- [#79](https://github.com/terraform-linters/tflint-plugin-sdk/pull/79): tflint: Extend runner API for accessing the root provider configuration
15+
- [#82](https://github.com/terraform-linters/tflint-plugin-sdk/pull/82): tflint: Add support for fetching rule config
16+
- [#85](https://github.com/terraform-linters/tflint-plugin-sdk/pull/85): tflint: Add `IsNullExpr` API
17+
- [#88](https://github.com/terraform-linters/tflint-plugin-sdk/pull/88): Avoid to read file directly from plugin side
18+
- [#91](https://github.com/terraform-linters/tflint-plugin-sdk/pull/91): Make terraform configuration compatible with v0.14
19+
20+
### Chores
21+
22+
- [#80](https://github.com/terraform-linters/tflint-plugin-sdk/pull/80):
23+
Bump github.com/google/go-cmp from 0.5.3 to 0.5.4
24+
- [#86](https://github.com/terraform-linters/tflint-plugin-sdk/pull/86): Bump github.com/zclconf/go-cty from 1.7.0 to 1.7.1
25+
- [#87](https://github.com/terraform-linters/tflint-plugin-sdk/pull/87): Bump github.com/hashicorp/hcl/v2 from 2.7.1 to 2.8.1
26+
- [#90](https://github.com/terraform-linters/tflint-plugin-sdk/pull/90): Revise README
27+
128
## 0.6.0 (2020-11-23)
229

330
This release adds support for JSON configuration syntax. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.21+.

0 commit comments

Comments
 (0)