Skip to content

Releases: syseleven/terraform-provider-metakube

v5.3.3

07 May 15:45
e9d599b
Compare
Choose a tag to compare
Merge pull request #105 from multi-io/k8s-9881-cilium-default-new-clu…

…sters

suppress diff if cluster cniPlugin was defaulted to cilium

v5.3.2

25 Apr 14:37
81d3ead
Compare
Choose a tag to compare
K8s-9871 Update go-metakube api import (#104)

Co-authored-by: Mert Dogan <m.dogan@syseleven.de>

v5.3.1

02 Apr 09:27
218b0b8
Compare
Choose a tag to compare
Merge pull request #102 from multi-io/nd-server-group-docs

document server_group_id option

v5.3.0

25 Mar 14:18
Compare
Choose a tag to compare
K8s-9382 node deployment server_group_id integration test

v5.2.4

23 Feb 14:49
cbd0190
Compare
Choose a tag to compare
Fix NCS clusters with labels (#100)

* Fix NCS clusters with labels

Don't try to read/subtract the project labels

* fix corner case when emptying cluster labels

previously, if a cluster update removed all cluster labels, subsequent
runs with no change would show a permanent difference to be applied

v5.2.3

22 Feb 14:53
Compare
Choose a tag to compare
Allow cluster creation without only project id

v5.2.2

22 Feb 07:48
a62dc8d
Compare
Choose a tag to compare
Merge pull request #98 from syseleven/K8S-9358_openstack_credentials_…

…diff

K8s-9358 fix cluster openstack provisioning with dynamic credentials

v5.2.1

18 Jan 14:41
e582123
Compare
Choose a tag to compare
Merge pull request #95 from syseleven/K8S-9040_fix_password_update

K8s-9040 fix password update

v5.2.0

09 Jan 17:28
0e27052
Compare
Choose a tag to compare
  • remove support for kubelet dynamic_config
  • migrate tests to terraform-plugin-testing
  • bump go and goreleaser versions
  • add build action on pull_request

v5.0.9

19 Dec 14:39
def7f86
Compare
Choose a tag to compare
K8s-8962 Only set replicas if it is outside of min/max boundaries (#83)

* Only set replicas if it is outside of min/max boundaries

If no boundaries are set then replicas is set to the input.
If the replicas are inside the boundaries it is also set to the input.

* Handle replica variables in big if/else