File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
plugin/internal/host2plugin Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.20.0 (2024-05-02)
2+
3+ ### Enhancements
4+
5+ - [ #316 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/316 ) : Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
6+ - This is required for provider-defined functions support
7+
8+ ### Chores
9+
10+ - [ #311 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/311 ) : Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
11+ - [ #314 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/314 ) : Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.4
12+ - [ #317 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/317 ) : Bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3
13+ - [ #319 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/319 ) : Bump golang.org/x/tools from 0.18.0 to 0.20.0
14+ - [ #320 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/320 ) : Bump google.golang.org/grpc from 1.61.1 to 1.63.2
15+ - [ #321 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/321 ) : Bump golang.org/x/net from 0.21.0 to 0.23.0
16+ - [ #322 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/322 ) : deps: Go 1.22.2
17+ - [ #323 ] ( https://github.com/terraform-linters/tflint-plugin-sdk/pull/323 ) : Bump google.golang.org/protobuf from 1.33.0 to 1.34.0
18+
119## 0.19.0 (2024-02-25)
220
321### Chores
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.19 .0"
13+ const SDKVersion = "0.20 .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