|
| 1 | +ocm: |
| 2 | + component_name: github.com/gardener/machine-controller-manager |
| 3 | + component_version: v0.61.0 |
| 4 | +release_notes: |
| 5 | +- audience: operator |
| 6 | + author: |
| 7 | + hostname: github.com |
| 8 | + type: githubUser |
| 9 | + username: gagan16k |
| 10 | + category: bugfix |
| 11 | + contents: Fixed spurious warning logs for machines without `force-deletion` label |
| 12 | + mimetype: text/markdown |
| 13 | + reference: '[#1057](https://github.com/gardener/machine-controller-manager/pull/1057)' |
| 14 | + type: standard |
| 15 | +- audience: user |
| 16 | + author: |
| 17 | + hostname: github.com |
| 18 | + type: githubUser |
| 19 | + username: gagan16k |
| 20 | + category: feature |
| 21 | + contents: Users with delete permissions can simply use `kubectl delete node` to |
| 22 | + delete backing Machine. `node.machine.sapcloud.io/trigger-deletion-by-mcm` annotation |
| 23 | + on Node no longer supported for indirect deletion of Machine |
| 24 | + mimetype: text/markdown |
| 25 | + reference: '[#1055](https://github.com/gardener/machine-controller-manager/pull/1055)' |
| 26 | + type: standard |
| 27 | +- audience: developer |
| 28 | + author: |
| 29 | + hostname: github.com |
| 30 | + type: githubUser |
| 31 | + username: thiyyakat |
| 32 | + category: doc |
| 33 | + contents: Added proposal for the temporary preservation of machines. |
| 34 | + mimetype: text/markdown |
| 35 | + reference: '[#1031](https://github.com/gardener/machine-controller-manager/pull/1031)' |
| 36 | + type: standard |
| 37 | +- audience: operator |
| 38 | + author: |
| 39 | + hostname: github.com |
| 40 | + type: githubUser |
| 41 | + username: r4mek |
| 42 | + category: bugfix |
| 43 | + contents: Made changes to reconcileClusterMachineTermination to avoid duplicate |
| 44 | + reconciliations |
| 45 | + mimetype: text/markdown |
| 46 | + reference: '[#1056](https://github.com/gardener/machine-controller-manager/pull/1056)' |
| 47 | + type: standard |
| 48 | +- audience: operator |
| 49 | + author: |
| 50 | + hostname: github.com |
| 51 | + type: githubUser |
| 52 | + username: r4mek |
| 53 | + category: bugfix |
| 54 | + contents: Updated machineclass reconciliation to avoid unnecessary machine requeues |
| 55 | + mimetype: text/markdown |
| 56 | + reference: '[#1056](https://github.com/gardener/machine-controller-manager/pull/1056)' |
| 57 | + type: standard |
| 58 | +- audience: operator |
| 59 | + author: |
| 60 | + hostname: github.com |
| 61 | + type: githubUser |
| 62 | + username: maboehm |
| 63 | + category: bugfix |
| 64 | + contents: Fix panic if provider does not support Driver.InitializeMachine |
| 65 | + mimetype: text/markdown |
| 66 | + reference: '[#1032](https://github.com/gardener/machine-controller-manager/pull/1032)' |
| 67 | + type: standard |
| 68 | +- audience: operator |
| 69 | + author: |
| 70 | + hostname: github.com |
| 71 | + type: githubUser |
| 72 | + username: Duciwuci |
| 73 | + category: bugfix |
| 74 | + contents: The metric for the `machine_current_status_phase` has been fixed and is |
| 75 | + not reporting removed Machines anymore |
| 76 | + mimetype: text/markdown |
| 77 | + reference: '[#1058](https://github.com/gardener/machine-controller-manager/pull/1058)' |
| 78 | + type: standard |
| 79 | +- audience: operator |
| 80 | + author: |
| 81 | + hostname: github.com |
| 82 | + type: githubUser |
| 83 | + username: takoverflow |
| 84 | + category: bugfix |
| 85 | + contents: Added a safeguard to delay deletion of machines that are undergoing a |
| 86 | + `Create` Request to prevent orphaning of VMs. |
| 87 | + mimetype: text/markdown |
| 88 | + reference: '[#1036](https://github.com/gardener/machine-controller-manager/pull/1036)' |
| 89 | + type: standard |
| 90 | +- audience: operator |
| 91 | + author: |
| 92 | + hostname: github.com |
| 93 | + type: githubUser |
| 94 | + username: acumino |
| 95 | + category: bugfix |
| 96 | + contents: Fixed an issue where deleting a machine from an old MachineSet could prevent |
| 97 | + proper scaling. The new MachineSet now scales up when total replicas (old + new) |
| 98 | + drop below the desired count, ensuring replacements are created with the updated |
| 99 | + configuration. |
| 100 | + mimetype: text/markdown |
| 101 | + reference: '[#1052](https://github.com/gardener/machine-controller-manager/pull/1052)' |
| 102 | + type: standard |
0 commit comments