@@ -61,7 +61,7 @@ secret `my-pvc-luks-key`.
6161## Releases
6262
6363The cloudscale.ch CSI plugin follows [ semantic versioning] ( https://semver.org/ ) .
64- The current version is: ** ` v3.5.3 ` ** .
64+ The current version is: ** ` v3.5.4 ` ** .
6565
6666* Bug fixes will be released as a ` PATCH ` update.
6767* New features (such as CSI spec bumps) will be released as a ` MINOR ` update.
@@ -85,12 +85,12 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
8585| 1.21 | v2.0.0 | v3.5.2 |
8686| 1.22 | v3.1.0 | v3.5.2 |
8787| 1.23 | v3.1.0 | v3.5.2 |
88- | 1.24 | v3.1.0 | v3.5.3 |
89- | 1.25 | v3.3.0 | v3.5.3 |
90- | 1.26 | v3.3.0 | v3.5.3 |
91- | 1.27 | v3.3.0 | v3.5.3 |
92- | 1.28 | v3.3.0 | v3.5.3 |
93- | 1.29 | v3.3.0 | v3.5.3 |
88+ | 1.24 | v3.1.0 | v3.5.4 |
89+ | 1.25 | v3.3.0 | v3.5.4 |
90+ | 1.26 | v3.3.0 | v3.5.4 |
91+ | 1.27 | v3.3.0 | v3.5.4 |
92+ | 1.28 | v3.3.0 | v3.5.4 |
93+ | 1.29 | v3.3.0 | v3.5.4 |
9494
9595** Requirements:**
9696
@@ -186,10 +186,10 @@ $ helm install -g -n kube-system --set controller.image.tag=dev --set node.image
186186Before you continue, be sure to checkout to a [ tagged
187187release] ( https://github.com/cloudscale-ch/csi-cloudscale/releases ) .
188188Always use the [ latest stable version] ( https://github.com/cloudscale-ch/csi-cloudscale/releases/latest )
189- For example, to use the latest stable version (` v3.5.3 ` ) you can execute the following command:
189+ For example, to use the latest stable version (` v3.5.4 ` ) you can execute the following command:
190190
191191```
192- $ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.5.3 .yaml
192+ $ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.5.4 .yaml
193193```
194194
195195The storage classes ` cloudscale-volume-ssd ` and ` cloudscale-volume-bulk ` will be created. The
@@ -406,15 +406,15 @@ $ git push origin
406406
407407After it's merged to master, [ create a new Github
408408release] ( https://github.com/cloudscale-ch/csi-cloudscale/releases/new ) from
409- master with the version ` v3.5.3 ` and then publish a new docker build:
409+ master with the version ` v3.5.4 ` and then publish a new docker build:
410410
411411```
412412$ git checkout master
413413$ make publish
414414```
415415
416- This will create a binary with version ` v3.5.3 ` and docker image pushed to
417- ` cloudscalech/cloudscale-csi-plugin:v3.5.3 `
416+ This will create a binary with version ` v3.5.4 ` and docker image pushed to
417+ ` cloudscalech/cloudscale-csi-plugin:v3.5.4 `
418418
419419## Contributing
420420
0 commit comments