Skip to content

Releases: hetznercloud/csi-driver

v1.3.2

10 Jun 05:17
5a11b2a
Compare
Choose a tag to compare
  • Fix stuck volume terminating when the volume was already deleted

v1.3.1

12 May 07:38
257ac44
Compare
Choose a tag to compare
  • Add correct deployment file for latest version

Please keep in mind that you need to update the RBAC roles and apply the new deployment file:

kubectl apply -f https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.3.1/deploy/kubernetes/hcloud-csi.yml

v1.3.0

07 May 09:10
5b6756c
Compare
Choose a tag to compare
  • Update csi-attacher sidecar to v2.2.0
  • Update csi-provisioner sidecar to v1.6.0
  • Update csi-node-driver-registrar sidecar to v1.3.0
  • Add livenessProbe support
  • Update Go to 1.14
  • Reduce the amount of API calls from CSI driver
  • Add option to configure the Action polling interval via HCLOUD_POLLING_INTERVAL_SECONDS
  • Add option to enable the debug mode via HCLOUD_DEBUG

Please keep in mind that you need to update the RBAC roles and apply the new deployment file:

kubectl apply -f https://raw.githubusercontent.com/hetznercloud/csi-driver/v1.3.0/deploy/kubernetes/hcloud-csi.yml

v1.2.3

28 Feb 11:11
c3d2c5c
Compare
Choose a tag to compare
  • Add missing RBAC rules required for newer k8s version
  • Install e2fsprogs-extra for resizing
  • Add better error handling and validation for certain errors related to wrong API tokens

v1.2.2

10 Dec 12:23
6048703
Compare
Choose a tag to compare
  • Fix usage of Aborted error code, which leads to an increasing CPU usage

v1.2.1

02 Dec 10:12
d955adc
Compare
Choose a tag to compare
  • Add missing RBAC rules required for newer k8s version

v1.2.0

27 Nov 13:14
Compare
Choose a tag to compare
  • Implement volume resizing
  • Implement volume statistics

v1.1.5

12 Sep 16:17
Compare
Choose a tag to compare
  • Revert fix from v1.1.2 to retry attach/detach when server is locked

v1.1.4

13 Mar 14:09
Compare
Choose a tag to compare
  • Respect minimum volume size of 10 GB

v1.1.3

06 Mar 12:49
Compare
Choose a tag to compare
  • Detach volumes before deleting them