Skip to content

Commit f3841ff

Browse files
committed
release v3.6.0
1 parent 70ec972 commit f3841ff

File tree

6 files changed

+441
-19
lines changed

6 files changed

+441
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## unreleased
2+
3+
## v3.6.0 - 2026.01.15
24
* The minimum supported Kubernetes version is now 1.28.
35
* Upgrade all sidecars to latest version
46
* Please note the RBAC changes as a result of this upgrade

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ secret `my-pvc-luks-key`.
6161
## Releases
6262

6363
The cloudscale.ch CSI plugin follows [semantic versioning](https://semver.org/).
64-
The current version is: **`v3.5.7-rc2`**.
64+
The current version is: **`v3.6.0`**.
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.
@@ -89,14 +89,14 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
8989
| 1.25 | v3.3.0 | v3.5.6 |
9090
| 1.26 | v3.3.0 | v3.5.6 |
9191
| 1.27 | v3.3.0 | v3.5.6 |
92-
| 1.28 | v3.3.0 | v3.5.7-rc2 |
93-
| 1.29 | v3.3.0 | v3.5.7-rc2 |
94-
| 1.30 | v3.3.0 | v3.5.7-rc2 |
95-
| 1.31 | v3.3.0 | v3.5.7-rc2 |
96-
| 1.32 | v3.3.0 | v3.5.7-rc2 |
97-
| 1.33 | v3.3.0 | v3.5.7-rc2 |
98-
| 1.34 [1] | v3.3.0 | v3.5.7-rc2 |
99-
| 1.35 | v3.4.1 | v3.5.7-rc2 |
92+
| 1.28 | v3.3.0 | v3.6.0 |
93+
| 1.29 | v3.3.0 | v3.6.0 |
94+
| 1.30 | v3.3.0 | v3.6.0 |
95+
| 1.31 | v3.3.0 | v3.6.0 |
96+
| 1.32 | v3.3.0 | v3.6.0 |
97+
| 1.33 | v3.3.0 | v3.6.0 |
98+
| 1.34 [1] | v3.3.0 | v3.6.0 |
99+
| 1.35 | v3.4.1 | v3.6.0 |
100100

101101
[1] Prometheus `kubelet_volume_stats_*` metrics not available in 1.34.0 and 1.34.1 due to a
102102
[bug in Kubelet](https://github.com/kubernetes/kubernetes/issues/133847). Fixed in `1.34.2`.
@@ -198,10 +198,10 @@ $ helm install -g -n kube-system --set controller.image.tag=dev --set node.image
198198
Before you continue, be sure to checkout to a [tagged
199199
release](https://github.com/cloudscale-ch/csi-cloudscale/releases).
200200
Always use the [latest stable version](https://github.com/cloudscale-ch/csi-cloudscale/releases/latest)
201-
For example, to use the latest stable version (`v3.5.7-rc2`) you can execute the following command:
201+
For example, to use the latest stable version (`v3.6.0`) you can execute the following command:
202202

203203
```
204-
$ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.5.7-rc2.yaml
204+
$ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.6.0.yaml
205205
```
206206

207207
The storage classes `cloudscale-volume-ssd` and `cloudscale-volume-bulk` will be created. The
@@ -421,15 +421,15 @@ $ git push origin
421421

422422
After it's merged to master, [create a new Github
423423
release](https://github.com/cloudscale-ch/csi-cloudscale/releases/new) from
424-
master with the version `v3.5.7-rc2` and then publish a new docker build:
424+
master with the version `v3.6.0` and then publish a new docker build:
425425

426426
```
427427
$ git checkout master
428428
$ make publish
429429
```
430430

431-
This will create a binary with version `v3.5.7-rc2` and docker image pushed to
432-
`cloudscalech/cloudscale-csi-plugin:v3.5.7-rc2`
431+
This will create a binary with version `v3.6.0` and docker image pushed to
432+
`cloudscalech/cloudscale-csi-plugin:v3.6.0`
433433

434434
### Release a pre-release version
435435

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.5.7-rc2
1+
v3.6.0

charts/csi-cloudscale/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: csi-cloudscale
33
description: A Container Storage Interface Driver for cloudscale.ch volumes.
44
type: application
5-
version: 1.3.7-rc2
6-
appVersion: "3.5.7-rc2"
5+
version: 1.4.0
6+
appVersion: "3.6.0"
77
home: https://github.com/cloudscale-ch/csi-cloudscale
88
sources:
99
- https://github.com/cloudscale-ch/csi-cloudscale.git

charts/csi-cloudscale/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ controller:
8484
image:
8585
registry: quay.io
8686
repository: cloudscalech/cloudscale-csi-plugin
87-
tag: v3.5.7-rc2
87+
tag: v3.6.0
8888
pullPolicy: IfNotPresent
8989
serviceAccountName:
9090
logLevel: info
@@ -100,7 +100,7 @@ node:
100100
image:
101101
registry: quay.io
102102
repository: cloudscalech/cloudscale-csi-plugin
103-
tag: v3.5.7-rc2
103+
tag: v3.6.0
104104
pullPolicy: IfNotPresent
105105
nodeSelector: {}
106106
tolerations: []

0 commit comments

Comments
 (0)