Skip to content

Releases: banzaicloud/terraform-provider-k8s

v0.9.1

17 Mar 14:36
9f5bb2f
Compare
Choose a tag to compare
Increase timeout to 5 min (#77)

* increase timeout to 5 min

Co-authored-by: Matt Trachier <m.trachier@cpanel.net>

v0.9.0

26 Jan 07:57
44952e0
Compare
Choose a tag to compare

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

25 Nov 12:00
2e8f3e3
Compare
Choose a tag to compare
  • don't fail if not in-cluster (#64)

v0.8.3

31 Aug 10:44
Compare
Choose a tag to compare
  • fix in-cluster config loading precedence (#57)

v0.8.2

12 Aug 08:32
Compare
Choose a tag to compare

v0.8.1

12 Aug 08:21
Compare
Choose a tag to compare
add documentation

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>

v0.8.0

12 Aug 07:47
38a7667
Compare
Choose a tag to compare
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

21 May 14:35
b0f7285
Compare
Choose a tag to compare
handle multi-document YAMLs without panic (#49)

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>

v0.7.6

31 Mar 20:36
e3c0694
Compare
Choose a tag to compare
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

27 Mar 09:04
cea58b9
Compare
Choose a tag to compare

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.