v0.60.0
·
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 fieldaddresses
by @maboehm [#1012][OPERATOR]
Machine Class now has VirtualCapacity field hat maps to WorkerPool's NodeTemplate VirtualCapacity. by @elankath [#1024]
🐛 Bug Fixes
[OPERATOR]
Fixed metricmcm_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 ofcreateMachineTimeout
when machine isPending
by @thiyyakat [#1015][OPERATOR]
Fixed a bug where machines in theInPlaceUpdating
phase were incorrectly transferred to the new machine set during inplace updates. This caused the machine controller to miss updating the phase toInPlaceUpdateSuccessful
, resulting in machines getting stuck or marked asInPlaceUpdateFailed
. 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
toREUSE.toml
. by @thiyyakat [#1026]