Releases: banzaicloud/terraform-provider-k8s
Releases · banzaicloud/terraform-provider-k8s
v0.9.1
v0.9.0
From now on the provider will use the 3way merge patch approach to make changes on existing resources instead of updating the whole resource directly. This should prevent issues when unintentionally trying to update fields that are managed server side (e.g. service.spec.ClusterIP)
v0.8.4
v0.8.3
v0.8.2
v0.8.1
add documentation Signed-off-by: Nandor Kracser <[email protected]>
v0.8.0
update dependencies to fix goreleaser on freebsd/arm64 (#53) * fix goreleaser deprecation Signed-off-by: Nandor Kracser <[email protected]> * update dependencies to make compilabel on all platforms Signed-off-by: Nandor Kracser <[email protected]>
v0.7.7
handle multi-document YAMLs without panic (#49) Signed-off-by: Nandor Kracser <[email protected]>
v0.7.6
workload status wait (#42) * workload status wait - wait for workload (sts, deploy, ds) using kubectl's status viewer logic - add configurable timeouts to allow failing faster if needed - save the state on resource create before polling for the result to avoid losing state