Skip to content

Releases: vexxhost/magnum-cluster-api

v0.9.0

24 Jul 16:44
Compare
Choose a tag to compare

0.9.0 (2023-07-21)

Features

  • Add labels for nodegroup name and role name (bfc2f52)
  • Validate flavors (e438f4b)

Bug Fixes

  • correct images (df45fc4)
  • mhc: increase max unhealthy to 80% (700a19c)
  • refactor to using handlers with context (9e5cb2d)

v0.8.1

07 Jul 03:53
Compare
Choose a tag to compare

0.8.1 (2023-07-07)

Bug Fixes

  • doc: Fix k8s version string (b1f371c)
  • doc: nit picking for README (848e016)
  • helm: make upgrades more robust (d42696d)
  • helm: skip deploying autoscaler unnecessarily (6299ec5)
  • optimize + improve registry builds (eeb61d2)

v0.8.0

05 Jul 04:17
Compare
Choose a tag to compare

0.8.0 (2023-07-05)

Features

Bug Fixes

  • correct 1.25 autoscaler image (52a756c)
  • Drop MachineDeployment annotation workaround #142 (e3981ed)
  • use azure dns + fix subnet mismatch (16d75c6)

Documentation

  • add links to new images (4fd698f)

v0.7.2

02 Jul 04:12
Compare
Choose a tag to compare

0.7.2 (2023-07-02)

Bug Fixes

v0.7.1

30 Jun 18:32
Compare
Choose a tag to compare

0.7.1 (2023-06-30)

Bug Fixes

  • Do not upgrade helmrelease in pending status (81bb06c)

v0.7.0

29 Jun 14:26
Compare
Choose a tag to compare

0.7.0 (2023-06-29)

Features

  • Allow odd number of master count only (c6488c7)
  • Expose underlying k8s resource status to coe cluster status reason (cd0438a)
  • Support OpenID Connect for kube-api auth (0a33863)

Bug Fixes

  • Fix the certificate deletion (17c243a)
  • Set the cluster status as in_progress at the end of update_nodegroup handler (9d3312c)
  • Skip delete_cluster when stack_id is none (cabd872), closes #126
  • solve race condition for stack_id (43474f1)

Documentation

  • added basic troubleshooting docs (f2f2983)

v0.6.0

01 Jun 16:40
Compare
Choose a tag to compare

0.6.0 (2023-06-01)

Features

Bug Fixes

  • return helm output (95c32a7)
  • Wait until observedGeneration of the capi cluster is increased in cluster upgrade (58b6325), closes #57

v0.5.4

24 Apr 16:48
Compare
Choose a tag to compare

0.5.4 (2023-04-24)

Bug Fixes

  • remove deleted nodegroups (66c650f)
  • stop adding cluster name to node name (0024683), closes #96
  • use api from arg (386eead)

v0.5.3

13 Apr 21:21
Compare
Choose a tag to compare

0.5.3 (2023-04-13)

Bug Fixes

  • add tests to validate rewriting manifests (c8944da)

v0.5.2

13 Apr 03:27
Compare
Choose a tag to compare

0.5.2 (2023-04-13)

Bug Fixes