Releases: hetznercloud/csi-driver
Releases · hetznercloud/csi-driver
Release list
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-attachersidecar to v2.2.0 - Update
csi-provisionersidecar to v1.6.0 - Update
csi-node-driver-registrarsidecar 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-extrafor resizing - Add better error handling and validation for certain errors related to wrong API tokens
v1.2.2
- Fix usage of
Abortederror 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