Skip to content

v0.60.0

Choose a tag to compare

@gardener-robot-ci-3 gardener-robot-ci-3 released this 29 Aug 12:01
· 8 commits to master since this release

[github.com/gardener/machine-controller-manager:v0.60.0]

✨ New Features

  • [OPERATOR] When running without a target cluster machine-controller-manager will report a new status field addresses by @maboehm [#1012]
  • [OPERATOR] Machine Class now has VirtualCapacity field hat maps to WorkerPool's NodeTemplate VirtualCapacity. by @elankath [#1024]

🐛 Bug Fixes

  • [OPERATOR] Fixed metric mcm_machine_set_failed_machines and underlying variable *machineSet.Status.FailedMachines so that they reflect the current state of machines by @gagan16k [#1025]
  • [USER] Fixed checking of createMachineTimeout when machine is Pending by @thiyyakat [#1015]
  • [OPERATOR] Fixed a bug where machines in the InPlaceUpdating phase were incorrectly transferred to the new machine set during inplace updates. This caused the machine controller to miss updating the phase to InPlaceUpdateSuccessful, resulting in machines getting stuck or marked as InPlaceUpdateFailed. by @acumino [#1020]

🏃 Others

  • [OPERATOR] node.gardener.cloud/critical-components-not-ready taint is added to the node after the successful in-place update to prevent scheduling any workload before critical component pods are ready. by @acumino [#1017]
  • [OPERATOR] export testresults as inlined ocm-resource by @heldkat [#1022]
  • [DEVELOPER] migrate CICD-Pipeline to GitHub-Actions by @ccwienk [#1011]
  • [OPERATOR] Add informational logging for MachineDeployment rollout events by @gagan16k [#1029]
  • [DEVELOPER] Convert .reuse/dep5 to REUSE.toml. by @thiyyakat [#1026]