gardener / machine-controller-manager-provider-azure

This repository is the out of tree implementation of the machine driver for Azure cloud provider
Apache License 2.0
8 stars 27 forks source link

[ci:component:github.com/gardener/machine-controller-manager:v0.53.1->v0.54.0] #166

Closed gardener-robot-ci-1 closed 1 month ago

gardener-robot-ci-1 commented 2 months ago

Release Notes:

Golang version used is now upgraded to `1.22.5`
Broken API doc links are now fixed
`getVMStatus` always redirects to `InitiateDrain`. It also populates the node label on the machine object by checking `node.gardener.cloud/machine-name` label on the nodes. 
Fixed a bug where failure of machine initialization caused label updates to not happen. 
Fixed bug that removed the shoot-- prefix from control cluster namespace for integration tests using the gardener local setup case
MCM replaces the magic string `<<MACHINE_NAME>>` in user data with the name of the machine when it is bootstrapped.
The following dependencies are updated:
- `k8s.io/*` : `v0.29.3` -> `v0.31.0`
golangci-lint will now be used as the linter instead of the older golint
MCM adds the name of the machine to `node.gardener.cloud/machine-name` label of the corresponding node.
Drain timeout is now correctly honored for Pod eviction during Machine Drain
gardener-robot commented 2 months ago

@gardener-robot-ci-1 Thank you for your contribution.