Skip to content

Commit ae0957a

Browse files
committed
Successfully tested on Kubernetes 1.31.
1 parent d7cf2a0 commit ae0957a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
## unreleased
22

33
## v3.5.6 - 2024.04.18
4-
* Add support for Kubernetes 1.30
5-
*
4+
* ~~Add support for Kubernetes 1.30~~
5+
* No changes in the release
6+
67
## v3.5.5 - 2024.03.21
78
* Take into account `ControllerUnpublishVolumeRequest.NodeId` in `ControllerUnpublishVolume` to prevent undesired detach operations during overlapping CSI calls.
89
* Update base image to newer alpine minor version.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
9292
| 1.28 | v3.3.0 | v3.5.6 |
9393
| 1.29 | v3.3.0 | v3.5.6 |
9494
| 1.30 | v3.3.0 | v3.5.6 |
95+
| 1.31 | v3.3.0 | v3.5.6 |
9596

9697
**Requirements:**
9798

helpers/bootstrap-cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail
66

77
# Default values
88
RANDOM_NUMBER=$((RANDOM % 8193))
9-
K8TEST_SHA="1190654"
9+
K8TEST_SHA="7e5e565"
1010
ZONE="lpg1"
1111
CLUSTER_PREFIX="csi-test-$RANDOM_NUMBER"
1212
KUBERNETES="latest"

0 commit comments

Comments
 (0)