Skip to content

v0.11.0

Compare
Choose a tag to compare
@gardener-robot-ci-2 gardener-robot-ci-2 released this 15 Sep 10:14

[gardener-extension-provider-vsphere]

✨ New Features

  • [USER] The vSphere extension does now support shoot clusters with Kubernetes version 1.22. You should consider the Kubernetes release notes before upgrading to 1.22. (#170, @timuthy)

🐛 Bug Fixes

  • [USER] Do not trigger a node rollout when switching from CRI.Name==nil to CRI.Name==docker. (#167, @BeckerMax)
  • [OPERATOR] using patched vsphere-csi-driver v2.3.0-gardener1 to fix volume attachment issue on hibernation (#174, @MartinWeindel)

🏃 Others

  • [OPERATOR] Update vSphere cloud provider to v1.22 (patched version) (#173, @MartinWeindel)
  • [OPERATOR] Update vsphere-csi-driver to v2.3.0 (#173, @MartinWeindel)
  • [OPERATOR] The metrics-server is now properly able to communicate with the kubelets in order to expose metrics about nodes and pods. (#171, @MartinWeindel)
  • [OPERATOR] machine-controller-manager logs are exposed to the end-users (#168, @vlvasilev)

[machine-controller-manager]

⚠️ Breaking Changes

  • [OPERATOR] Draining of pods with PVs (Persistent Volume) now waits for re-attachment of PV on a different node when volumeAttachments support is enabled on the cluster. Else it falls back to the default PV reattachment timeout value configured. The default value is 90s and this can be overwritten via the machine-pv-reattach-timeout flag. Please enable permissions to allow listing of volumeAttachments resource while importing these changes. (gardener/machine-controller-manager#608, @prashanth26)

✨ New Features

🐛 Bug Fixes

🏃 Others