Skip to content

v2.14.0

Compare
Choose a tag to compare
@hcloud-bot hcloud-bot released this 23 May 09:05
5558e21

🛑 Known Bug

🛑 Version v2.14.0 contains a known bug that affects newly created volumes due to invalid label keys. These include labels with the prefix csi.hetzner.cloud/ and labels using the pattern csi.storage.k8s.io/*/*, which are not accepted by the Hetzner Cloud API. These labels are informational only and not used by the CSI driver itself. Volumes with incorrect or broken label values will still function as expected; however, editing or updating the labels may not work correctly. Please upgrade directly to v2.15.0, where these labels are replaced with valid alternatives.

With this release, you can now assign Hetzner Cloud labels to all newly created volumes. For a brief guide, visit this page.

By default, all volumes are labeled as follows:

  • csi.storage.k8s.io/pvc/name
  • csi.storage.k8s.io/pvc/namespace
  • csi.storage.k8s.io/pv/name
  • csi.hetzner.cloud/created-by=csi-driver

Features

  • allow to set labels for all volumes (#932)
  • add Kubernetes v1.33 and remove EOL version v1.29 (#971)

Bug Fixes

  • helm: node extraVolumeMounts are added to wrong container (#957)