Skip to content

Releases: hetznercloud/csi-driver

v1.3.1

Choose a tag to compare

@LKaemmerling LKaemmerling released this 12 May 07:38
257ac44
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 07 May 09:10
5b6756c
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 28 Feb 11:11
c3d2c5c
  • 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

Choose a tag to compare

@LKaemmerling LKaemmerling released this 10 Dec 12:23
6048703
  • Fix usage of Aborted error code, which leads to an increasing CPU usage

v1.2.1

Choose a tag to compare

@LKaemmerling LKaemmerling released this 02 Dec 10:12
d955adc
  • Add missing RBAC rules required for newer k8s version

v1.2.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 27 Nov 13:14
  • Implement volume resizing
  • Implement volume statistics

v1.1.5

Choose a tag to compare

@thcyron thcyron released this 12 Sep 16:17
  • Revert fix from v1.1.2 to retry attach/detach when server is locked

v1.1.4

Choose a tag to compare

@thcyron thcyron released this 13 Mar 14:09
  • Respect minimum volume size of 10 GB

v1.1.3

Choose a tag to compare

@thcyron thcyron released this 06 Mar 12:49
  • Detach volumes before deleting them

v1.1.2

Choose a tag to compare

@thcyron thcyron released this 18 Feb 11:23
  • Fix error handling for attaching/detaching volumes in case server is locked