You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[USER] Introduce support for preservation of machines (both Running and Failed), and the backing node (if it exists). by @thiyyakat [#1059]
🐛 Bug Fixes
[OPERATOR] Exclude terminating machines when managing machineset replicas to allow for faster replacement of a failed machine. by @takoverflow [#1086]
[DEVELOPER] Machine controller no longer adds finalizers or reconciles nodes with no associated machine by @gagan16k [#1065]
[DEVELOPER] Merged node finalizer removal and node object deletion into a single atomic step during machine deletion by @gagan16k [#1097]
🏃 Others
[OPERATOR] Fix machines termination in machine set replica management to avoid needless scale-up of machines because of stale replica count. by @r4mek [#1069]
[OPERATOR] Fixing an issue where a rapid scale up and scale down can result in a cordoned machine in the cluster. by @r4mek [#1087]
[OPERATOR] machine-controller-manager now allows configuring the retry duration for ResourceExhausted errors during machine creation with the --resource-exhausted-retry CLI flag in machine-controller-manager-provider. If not specified, the default machineutils.LongRetry stays unchanged. by @viragvoros [#1083]
[OPERATOR] Track preserved failed machines in field preservedFailedReplicas in the Status of MCS and MCD, and prevent these machines from resulting in MCD being marked as unhealthy. by @thiyyakat [#1092]
[OPERATOR] Golang version used is now upgraded to 1.26.2 by @takoverflow [#1096]
[DEVELOPER] newly created machines not moved to Pending state without valid node name and providerID from provider by @aaronfern [#1070]