File tree 2 files changed +19
-1
lines changed
plugin/internal/host2plugin
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
+
1
19
## 0.19.0 (2024-02-25)
2
20
3
21
### Chores
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.19 .0"
13
+ const SDKVersion = "0.20 .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