v0.29.0
·
65 commits
to main
since this release
[gardener/gardener-extension-provider-vsphere]
✨ New Features
[DEVELOPER]
This extension is now compatible with theMachineControllerManagerDeployment
feature gate ofgardenlet
. by @rfranzke [#437][DEVELOPER]
This extension now uses the simplifiedNetworkPolicy
approach for allowing traffic to its webhook server fromkube-apiserver
s of shoot clusters. by @rfranzke [#435]
🏃 Others
[OPERATOR]
The following dependency has been updated:[OPERATOR]
Old and obsolete logging configurations are removed. by @vlvasilev [#432][OPERATOR]
The admission/validation component is now adapted such that it works well in garden cluster with enabledNetworkPolicy
protection (default sincegardener/[email protected]
when garden cluster is managed bygardener-operator
). by @rfranzke [#411][OPERATOR]
Fix machine-controller-manager flags by @MartinWeindel [#407][DEVELOPER]
All code related to the removedAPIServerSNI
feature gate ofgardenlet
has been removed from this extension. by @rfranzke [#436]
[gardener/machine-controller-manager]
🐛 Bug Fixes
[OPERATOR]
IncludedUnavailableReplicas
in determining if a machine deployment status update is needed by @ialidzhikov [gardener/machine-controller-manager#834][USER]
An edge case where outdated DesiredReplicas annotation blocked a rolling update is fixed. by @rishabh-11 [gardener/machine-controller-manager#822]