Releases: gardener/machine-controller-manager-provider-azure
Releases · gardener/machine-controller-manager-provider-azure
v0.3.1
[machine-controller-manager-provider-azure]
🏃 Others
- [USER] Fix an issue where the availability set information was not transported properly on the driver. It also adds support for VMO machines. (#25, @kon-angelo)
v0.3.0
[machine-controller-manager-provider-azure]
📰 Noteworthy
- [USER] Fixes regressions while fetching Azure CSI PersistentVolumes during the eviction of Pods with PersistentVolumes. (#23, @prashanth26)
v0.2.0
[machine-controller-manager-provider-azure]
⚠️ Breaking Changes
- [DEVELOPER] The release tags from now are prefixed with
v
. (#18, @ialidzhikov)
0.1.0
[machine-controller-manager-provider-azure]
⚠️ Breaking Changes
- [DEVELOPER] machine-controller-manager-provider-azure now requires new RBAC permissions - list and watch access for PodDisruptionBudgets in the target cluster. (#12, @ialidzhikov)
✨ New Features
- [OPERATOR] The machine class secret does now also accept the data keys
clientID
,clientSecret
,subscriptionID
andtenantID
as alternatives for today's keys. (#7, @rfranzke)
🏃 Others
- [OPERATOR] machine-controller-manager-provider-azure now checks for misconfigured PodDisruptionBudgets when Pod eviction fails during Node drain. (#12, @ialidzhikov)