Skip to content

Releases: gardener/machine-controller-manager

v0.49.0

18 Apr 10:16
Compare
Choose a tag to compare

[machine-controller-manager]

⚠️ Breaking Changes

  • [OPERATOR] Removal of the following flags (and corresponding fields in associated structs): 'machine-creation-timeout' 'machine-drain-timeout', 'machine-pv-detach-timeout', 'machine-health-timeout=10m', 'machine-safety-apiserver-statuscheck-timeout', 'machine-safety-apiserver-statuscheck-period', 'machine-safety-orphan-vms-period', 'machine-max-evict-retries', 'node-conditions', 'bootstrap-token-auth-extra-groups', 'delete-migrated-machine-class'. The MCM no longer accepts these flags since these are options handled by the Machine Controller invoked by platform specific provider launchers. (gardener/machine-controller-manager#769, @elankath)
  • [DEVELOPER] Deletion of 'Driver.GenerateMachineClassForMigration'. Providers need to adapt to this. (gardener/machine-controller-manager#769, @elankath)

✨ New Features

🐛 Bug Fixes

📖 Documentation

🏃 Others

v0.48.2

29 Mar 09:32
Compare
Choose a tag to compare

[machine-controller-manager]

🐛 Bug Fixes

v0.48.1

02 Feb 11:12
Compare
Choose a tag to compare

[machine-controller-manager]

🐛 Bug Fixes

v0.47.1

02 Feb 11:15
Compare
Choose a tag to compare

[machine-controller-manager]

🐛 Bug Fixes

v0.46.2

02 Feb 11:13
Compare
Choose a tag to compare

[machine-controller-manager]

🐛 Bug Fixes

v0.48.0

23 Jan 10:44
Compare
Choose a tag to compare

[machine-controller-manager]

⚠️ Breaking Changes

  • [USER] node field is removed from machine status. controller will now depend on the node label which already was present in the machine object's metadata. If you(or your controller) are dependent on the status.node field of the machine object, then kindly use node label under .metadata.labels (gardener/machine-controller-manager#745, @rishabh-11)

✨ New Features

🏃 Others

v0.47.0

06 Sep 18:33
Compare
Choose a tag to compare

[machine-controller-manager]

✨ New Features

🐛 Bug Fixes

🏃 Others

v0.46.1

05 Aug 12:14
Compare
Choose a tag to compare

[machine-controller-manager]

🐛 Bug Fixes

v0.46.0

23 Jul 05:03
Compare
Choose a tag to compare

[machine-controller-manager]

⚠️ Breaking Changes

  • [OPERATOR] The default leader election resource lock of machine-controller-manager has been changed from endpointsleases to leases. (gardener/machine-controller-manager#711, @acumino)
    • Please make sure, that you had at least machine-controller-manager@v0.43.0 running before upgrading to v0.46.0, so that it has successfully acquired leadership with the hybrid resource lock (endpointsleases) at least once.

🐛 Bug Fixes

🏃 Others

v0.45.0

03 Jun 11:24
Compare
Choose a tag to compare

[machine-controller-manager]

📖 Documentation

🏃 Others