Releases: banzaicloud/terraform-provider-k8s
Releases · banzaicloud/terraform-provider-k8s
v0.9.1
Increase timeout to 5 min (#77)
* increase timeout to 5 min
Co-authored-by: Matt Trachier <m.trachier@cpanel.net>
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
- don't fail if not in-cluster (#64)
v0.8.3
- fix in-cluster config loading precedence (#57)
v0.8.1
add documentation
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
v0.8.0
update dependencies to fix goreleaser on freebsd/arm64 (#53)
* fix goreleaser deprecation
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
* update dependencies to make compilabel on all platforms
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
v0.7.7
handle multi-document YAMLs without panic (#49)
Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
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
v0.7.5
CRDs created by the provider can now be resolved after creation so that resources with the new Kind can by created in a single run.