Skip to content

Commit 759f775

Browse files
committed
Bumping versions:
make NEW_VERSION=v3.5.4 bump-version make NEW_CHART_VERSION=v1.3.4 bump-chart-version
1 parent 19fc2e2 commit 759f775

File tree

6 files changed

+433
-17
lines changed

6 files changed

+433
-17
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.5.4 - 2024.01.05
24
* Update base image to newer alpine minor version.
35
* Update go version used during build.
46
* Update cloudscale-go-sdk to 4.0.0.

README.md

Lines changed: 12 additions & 12 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.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
186186
Before you continue, be sure to checkout to a [tagged
187187
release](https://github.com/cloudscale-ch/csi-cloudscale/releases).
188188
Always 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

195195
The storage classes `cloudscale-volume-ssd` and `cloudscale-volume-bulk` will be created. The
@@ -406,15 +406,15 @@ $ git push origin
406406

407407
After it's merged to master, [create a new Github
408408
release](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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.5.3
1+
v3.5.4

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.3
6-
appVersion: "3.5.3"
5+
version: 1.3.4
6+
appVersion: "3.5.4"
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.3
87+
tag: v3.5.4
8888
pullPolicy: IfNotPresent
8989
serviceAccountName:
9090
resources: {}
@@ -99,7 +99,7 @@ node:
9999
image:
100100
registry: quay.io
101101
repository: cloudscalech/cloudscale-csi-plugin
102-
tag: v3.5.3
102+
tag: v3.5.4
103103
pullPolicy: IfNotPresent
104104
nodeSelector: {}
105105
tolerations: []

0 commit comments

Comments
 (0)