@@ -64,7 +64,7 @@ secret `my-pvc-luks-key`.
6464## Releases
6565
6666The cloudscale.ch CSI plugin follows [ semantic versioning] ( https://semver.org/ ) .
67- The current version is: ** ` v4.0.0 ` ** .
67+ The current version is: ** ` v4.0.1 ` ** .
6868
6969* Bug fixes will be released as a ` PATCH ` update.
7070* New features (such as CSI spec bumps) will be released as a ` MINOR ` update.
@@ -92,15 +92,15 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
9292| 1.25 | v3.3.0 | v3.5.6 |
9393| 1.26 | v3.3.0 | v3.5.6 |
9494| 1.27 | v3.3.0 | v3.5.6 |
95- | 1.28 | v3.3.0 | v4.0.0 |
96- | 1.29 | v3.3.0 | v4.0.0 |
97- | 1.30 | v3.3.0 | v4.0.0 |
98- | 1.31 | v3.3.0 | v4.0.0 |
99- | 1.32 | v3.3.0 | v4.0.0 |
100- | 1.33 | v3.3.0 | v4.0.0 |
101- | 1.34 [ 1] | v3.3.0 | v4.0.0 |
102- | 1.35 | v3.4.1 | v4.0.0 |
103- | 1.36 | v3.4.1 | v4.0.0 |
95+ | 1.28 | v3.3.0 | v4.0.1 |
96+ | 1.29 | v3.3.0 | v4.0.1 |
97+ | 1.30 | v3.3.0 | v4.0.1 |
98+ | 1.31 | v3.3.0 | v4.0.1 |
99+ | 1.32 | v3.3.0 | v4.0.1 |
100+ | 1.33 | v3.3.0 | v4.0.1 |
101+ | 1.34 [ 1] | v3.3.0 | v4.0.1 |
102+ | 1.35 | v3.4.1 | v4.0.1 |
103+ | 1.36 | v3.4.1 | v4.0.1 |
104104
105105[ 1] Prometheus ` kubelet_volume_stats_* ` metrics not available in 1.34.0 and 1.34.1 due to a
106106 [ bug in Kubelet] ( https://github.com/kubernetes/kubernetes/issues/133847 ) . Fixed in ` 1.34.2 ` .
@@ -216,10 +216,10 @@ $ helm install -g -n kube-system --set controller.image.tag=dev --set node.image
216216Before you continue, be sure to checkout to a [ tagged
217217release] ( https://github.com/cloudscale-ch/csi-cloudscale/releases ) .
218218Always use the [ latest stable version] ( https://github.com/cloudscale-ch/csi-cloudscale/releases/latest )
219- For example, to use the latest stable version (` v4.0.0 ` ) you can execute the following command:
219+ For example, to use the latest stable version (` v4.0.1 ` ) you can execute the following command:
220220
221221```
222- $ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v4.0.0 .yaml
222+ $ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v4.0.1 .yaml
223223```
224224
225225The storage classes ` cloudscale-volume-ssd ` and ` cloudscale-volume-bulk ` will be created. The
@@ -446,15 +446,15 @@ $ git push origin
446446
447447After it's merged to master, [ create a new Github
448448release] ( https://github.com/cloudscale-ch/csi-cloudscale/releases/new ) from
449- master with the version ` v4.0.0 ` and then publish a new docker build:
449+ master with the version ` v4.0.1 ` and then publish a new docker build:
450450
451451```
452452$ git checkout master
453453$ make publish
454454```
455455
456- This will create a binary with version ` v4.0.0 ` and docker image pushed to
457- ` cloudscalech/cloudscale-csi-plugin:v4.0.0 `
456+ This will create a binary with version ` v4.0.1 ` and docker image pushed to
457+ ` cloudscalech/cloudscale-csi-plugin:v4.0.1 `
458458
459459### Release a pre-release version
460460
0 commit comments