Skip to content

Commit

Permalink
Successfully tested on Kubernetes 1.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
alakae committed Aug 13, 2024
1 parent d7cf2a0 commit ae0957a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## unreleased

## v3.5.6 - 2024.04.18
* Add support for Kubernetes 1.30
*
* ~~Add support for Kubernetes 1.30~~
* No changes in the release

## v3.5.5 - 2024.03.21
* Take into account `ControllerUnpublishVolumeRequest.NodeId` in `ControllerUnpublishVolume` to prevent undesired detach operations during overlapping CSI calls.
* Update base image to newer alpine minor version.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube
| 1.28 | v3.3.0 | v3.5.6 |
| 1.29 | v3.3.0 | v3.5.6 |
| 1.30 | v3.3.0 | v3.5.6 |
| 1.31 | v3.3.0 | v3.5.6 |

**Requirements:**

Expand Down
2 changes: 1 addition & 1 deletion helpers/bootstrap-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail

# Default values
RANDOM_NUMBER=$((RANDOM % 8193))
K8TEST_SHA="1190654"
K8TEST_SHA="7e5e565"
ZONE="lpg1"
CLUSTER_PREFIX="csi-test-$RANDOM_NUMBER"
KUBERNETES="latest"
Expand Down

0 comments on commit ae0957a

Please sign in to comment.