File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
plugin/internal/host2plugin Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.21.0 (2024-07-29)
2+
3+ ### Enhancements
4+
5+ - [ #337 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/337 ) : helper: Add support sensitive variables in TestRunner
6+
7+ ### Chores
8+
9+ - [ #324 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/324 ) : Bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1
10+ - [ #328 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/328 ) : Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0
11+ - [ #330 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/330 ) : Bump google.golang.org/protobuf from 1.34.0 to 1.34.2
12+ - [ #332 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/332 ) : Bump github.com/go-test/deep from 1.1.0 to 1.1.1
13+ - [ #333 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/333 ) : Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0
14+ - [ #334 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/334 ) : Bump golang.org/x/tools from 0.20.0 to 0.23.0
15+ - [ #335 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/335 ) : Bump google.golang.org/grpc from 1.63.2 to 1.65.0
16+ - [ #336 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/336 ) : Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0
17+
118## 0.20.0 (2024-05-02)
219
320### Enhancements
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010)
1111
1212// SDKVersion is the SDK version.
13- const SDKVersion = "0.20 .0"
13+ const SDKVersion = "0.21 .0"
1414
1515// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
1616var handshakeConfig = plugin.HandshakeConfig {
You can’t perform that action at this time.
0 commit comments