Releases: hetznercloud/csi-driver
Releases · hetznercloud/csi-driver
v1.3.2
- Fix stuck volume terminating when the volume was already deleted
v1.3.1
- 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
- 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
- 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
- Fix usage of
Aborted
error code, which leads to an increasing CPU usage
v1.2.1
- Add missing RBAC rules required for newer k8s version
v1.2.0
- Implement volume resizing
- Implement volume statistics