Releases: tehcyx/terraform-provider-kind
Releases · tehcyx/terraform-provider-kind
v0.0.17
Changes include:
- updating plugin sdk to latest version
- updating kind to v0.18.0
- adding new
network.dnsSearch
option
v0.0.16
Changes include:
- added support to allow HCL configuration of node labels, thanks @cspengl
- terraform plugin sdk update from 2.24.0 to 2.24.1.
v0.0.15
Changes include:
- update to kind v0.17.0
- terraform plugin sdk update from 2.23.0 to 2.24.0.
v0.0.14
Changes include:
- update to kind v0.16.0
- update terraform plugin sdk to 2.18.0
- update go version to 1.19 from 1.16 due to dependencies using
any
and tests failing because of it