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
+
1
18
## 0.20.0 (2024-05-02)
2
19
3
20
### Enhancements
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
)
11
11
12
12
// SDKVersion is the SDK version.
13
- const SDKVersion = "0.20 .0"
13
+ const SDKVersion = "0.21 .0"
14
14
15
15
// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
16
16
var handshakeConfig = plugin.HandshakeConfig {
You can’t perform that action at this time.
0 commit comments