Skip to content

Commit 52f438b

Browse files
committed
make NEW_VERSION=v4.0.0-beta1 bump-version
1 parent 140eebd commit 52f438b

6 files changed

Lines changed: 498 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## unreleased
22

3+
## v4.0.0-beta1 - 2026.02.27
4+
35
## v3.6.0 - 2026.01.15
46

57
⚠️ **Update 2026.02.04: Breaking Change**

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.6.0`**.
64+
The current version is: **`v4.0.0-beta1`**.
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.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 |
92+
| 1.28 | v3.3.0 | v4.0.0-beta1 |
93+
| 1.29 | v3.3.0 | v4.0.0-beta1 |
94+
| 1.30 | v3.3.0 | v4.0.0-beta1 |
95+
| 1.31 | v3.3.0 | v4.0.0-beta1 |
96+
| 1.32 | v3.3.0 | v4.0.0-beta1 |
97+
| 1.33 | v3.3.0 | v4.0.0-beta1 |
98+
| 1.34 [1] | v3.3.0 | v4.0.0-beta1 |
99+
| 1.35 | v3.4.1 | v4.0.0-beta1 |
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`.
@@ -214,10 +214,10 @@ $ helm install -g -n kube-system --set controller.image.tag=dev --set node.image
214214
Before you continue, be sure to checkout to a [tagged
215215
release](https://github.com/cloudscale-ch/csi-cloudscale/releases).
216216
Always use the [latest stable version](https://github.com/cloudscale-ch/csi-cloudscale/releases/latest)
217-
For example, to use the latest stable version (`v3.6.0`) you can execute the following command:
217+
For example, to use the latest stable version (`v4.0.0-beta1`) you can execute the following command:
218218

219219
```
220-
$ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v3.6.0.yaml
220+
$ kubectl apply -f https://raw.githubusercontent.com/cloudscale-ch/csi-cloudscale/master/deploy/kubernetes/releases/csi-cloudscale-v4.0.0-beta1.yaml
221221
```
222222

223223
The storage classes `cloudscale-volume-ssd` and `cloudscale-volume-bulk` will be created. The
@@ -444,15 +444,15 @@ $ git push origin
444444

445445
After it's merged to master, [create a new Github
446446
release](https://github.com/cloudscale-ch/csi-cloudscale/releases/new) from
447-
master with the version `v3.6.0` and then publish a new docker build:
447+
master with the version `v4.0.0-beta1` and then publish a new docker build:
448448

449449
```
450450
$ git checkout master
451451
$ make publish
452452
```
453453

454-
This will create a binary with version `v3.6.0` and docker image pushed to
455-
`cloudscalech/cloudscale-csi-plugin:v3.6.0`
454+
This will create a binary with version `v4.0.0-beta1` and docker image pushed to
455+
`cloudscalech/cloudscale-csi-plugin:v4.0.0-beta1`
456456

457457
### Release a pre-release version
458458

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.6.0
1+
v4.0.0-beta1

charts/csi-cloudscale/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: csi-cloudscale
33
description: A Container Storage Interface Driver for cloudscale.ch volumes.
44
type: application
55
version: 1.4.0
6-
appVersion: "3.6.0"
6+
appVersion: "4.0.0-beta1"
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
@@ -107,7 +107,7 @@ controller:
107107
image:
108108
registry: quay.io
109109
repository: cloudscalech/cloudscale-csi-plugin
110-
tag: v3.6.0
110+
tag: v4.0.0-beta1
111111
pullPolicy: IfNotPresent
112112
serviceAccountName:
113113
logLevel: info
@@ -123,7 +123,7 @@ node:
123123
image:
124124
registry: quay.io
125125
repository: cloudscalech/cloudscale-csi-plugin
126-
tag: v3.6.0
126+
tag: v4.0.0-beta1
127127
pullPolicy: IfNotPresent
128128
nodeSelector: {}
129129
tolerations: []

0 commit comments

Comments
 (0)