Releases: vexxhost/magnum-cluster-api
Releases · vexxhost/magnum-cluster-api
v0.14.0
0.14.0 (2024-03-08)
Features
Bug Fixes
- deploy autoscaler right before the cluster creation completed (#307) (a48ddef)
- respect
availability_zone
for control plane (#313) (6803bd3)
- use locking for status update (#318) (dcceec4)
v0.13.4
0.13.4 (2024-01-31)
Bug Fixes
- csi: Use up-to-date provisioner name for Cinder CSI (#295) (79a0ce2)
- solve proxy issue with ovn (#302) (5b4bad4)
v0.13.3
0.13.3 (2023-12-27)
Bug Fixes
- incorrect case (ab16448)
- only set replicas if auto scaling is disabled (a6a4bf4)
v0.13.1
0.13.1 (2023-12-07)
Bug Fixes
- add unit tests for image loader + missing images (#268) (5223b93)
v0.13.0
0.13.0 (2023-12-06)
Features
- Support tls-cipher-suite configuration for kubelet (5010c9a)
v0.12.1
0.12.1 (2023-12-05)
Bug Fixes
- allow configuring tls-cipher-suites (#261) (d1b7ab5), closes #251
- Fix typo in developer guide doc (ff59cbb)
- set nodeVolumeDetachTimeout property for machines (c52f3e7)
- Update cluster-autoscaler chart version to support k8s 1.27 (#192) (883968a)
v0.12.0
0.12.0 (2023-11-16)
Features
- Fetch node count from md object when autoscaling enabled (d64ca86)
Bug Fixes
- address status changes for v1alpha7 (5da7223)
- Convert Openstack volume type name to valid rfc1123 string (7d0f316)
- Fix manila csi config (#254) (867efdb)
- Set MachineDeployment replicas as min node count when autoscale enabled (3cc9b19)
- solve cluster delete sync (53048c8)
- solve proxied service cleanup (476d1f7)
v0.11.2
0.11.2 (2023-11-06)
Features
- Validate fixed_network and fixed_subnet existence (46ac9ac)
Bug Fixes
- Set nodegroup labels always (5d5afa5)
Miscellaneous Chores