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] The vSphere extension may now support shoot clusters with Kubernetes version 1.20. You should consider the Kubernetes release notes before upgrading to 1.20. (#118, @rfranzke)
🏃 Others
[USER] New dashboards which expose logs for cloud-controller-manager and csi-driver-controller. (#113, @Kristian-ZH)
[OPERATOR] use patched csi-driver to fix detaching volume for non-existing node (#115, @MartinWeindel)
[OPERATOR] A bug that was preventing the deletion of machines with outdated credentials is now fixed. (#112, @vpnachev)
[machine-controller-manager]
✨ New Features
[OPERATOR] All machine classes do now support an optional .{spec.}credentialsSecretRef field in addition to today's .{spec.}secretRef field. If .{spec.}credentialsSecretRef is non-nil then the provider credentials will be read out of this secret. The user-data for the machine bring-up is still required to be part of the secret referenced by .{spec.}secretRef. (gardener/machine-controller-manager#578, @rfranzke)
The machine class secret for Alicloud machines does now also accept the data keys accessKeyID and accessKeySecret as alternatives for today's keys.
The machine class secret for AWS machines does now also accept the data keys accessKeyID and secretAccessKey as alternatives for today's keys.
The machine class secret for Azure machines does now also accept the data keys clientID, clientSecret, subscriptionID and tenantID as alternatives for today's keys.
The machine class secret for GCP machines does now also accept the data key serviceaccount.json as alternatives for today's key.