@@ -61,7 +61,7 @@ secret `my-pvc-luks-key`.
61
61
## Releases
62
62
63
63
The cloudscale.ch CSI plugin follows [ semantic versioning] ( https://semver.org/ ) .
64
- The current version is: ** ` v3.5.1 ` ** .
64
+ The current version is: ** ` v3.5.2 ` ** .
65
65
66
66
* Bug fixes will be released as a ` PATCH ` update.
67
67
* New features (such as CSI spec bumps) will be released as a ` MINOR ` update.
@@ -80,12 +80,12 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
80
80
| 1.17 | v1.3.1 | v3.0.0 |
81
81
| 1.18 | v1.3.1 | v3.3.0 |
82
82
| 1.19 | v1.3.1 | v3.3.0 |
83
- | 1.20 | v2.0.0 | v3.5.1 |
84
- | 1.21 | v2.0.0 | v3.5.1 |
85
- | 1.22 | v3.1.0 | v3.5.1 |
86
- | 1.23 | v3.1.0 | v3.5.1 |
87
- | 1.24 | v3.1.0 | v3.5.1 |
88
- | 1.25 | v3.3.0 | v3.5.1 |
83
+ | 1.20 | v2.0.0 | v3.5.2 |
84
+ | 1.21 | v2.0.0 | v3.5.2 |
85
+ | 1.22 | v3.1.0 | v3.5.2 |
86
+ | 1.23 | v3.1.0 | v3.5.2 |
87
+ | 1.24 | v3.1.0 | v3.5.2 |
88
+ | 1.25 | v3.3.0 | v3.5.2 |
89
89
90
90
** Requirements:**
91
91
@@ -181,10 +181,10 @@ $ helm install -g -n kube-system --set controller.image.tag=dev --set node.image
181
181
Before you continue, be sure to checkout to a [ tagged
182
182
release] ( https://github.com/cloudscale-ch/csi-cloudscale/releases ) .
183
183
Always use the [ latest stable version] ( https://github.com/cloudscale-ch/csi-cloudscale/releases/latest )
184
- For example, to use the latest stable version (` v3.5.1 ` ) you can execute the following command:
184
+ For example, to use the latest stable version (` v3.5.2 ` ) you can execute the following command:
185
185
186
186
```
187
- $ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.5.1 .yaml
187
+ $ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.5.2 .yaml
188
188
```
189
189
190
190
The storage classes ` cloudscale-volume-ssd ` and ` cloudscale-volume-bulk ` will be created. The
@@ -398,15 +398,15 @@ $ git push origin
398
398
399
399
After it's merged to master, [ create a new Github
400
400
release] ( https://github.com/cloudscale-ch/csi-cloudscale/releases/new ) from
401
- master with the version ` v3.5.1 ` and then publish a new docker build:
401
+ master with the version ` v3.5.2 ` and then publish a new docker build:
402
402
403
403
```
404
404
$ git checkout master
405
405
$ make publish
406
406
```
407
407
408
- This will create a binary with version ` v3.5.1 ` and docker image pushed to
409
- ` cloudscalech/cloudscale-csi-plugin:v3.5.1 `
408
+ This will create a binary with version ` v3.5.2 ` and docker image pushed to
409
+ ` cloudscalech/cloudscale-csi-plugin:v3.5.2 `
410
410
411
411
## Contributing
412
412
0 commit comments