You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,22 @@
1
1
## unreleased
2
2
3
-
## v4.0.0-beta1 - 2026.02.27
3
+
## v4.0.0 - 2026.03.30
4
4
⚠️ See the [update instructions](https://github.com/cloudscale-ch/csi-cloudscale#from-csi-cloudscale-v3x-to-v4x).
5
5
6
6
**Breaking change:** This release **requires** Kubernetes VolumeSnapshot CRDs and the external snapshot controller to be installed **before** installing or upgrading this driver. Clusters without these components must install them first. Otherwise, snapshot-related operations and the snapshot resource in the Helm chart will fail to work.
7
7
8
8
* Add CSI snapshot support, including create, delete, list, and creating volumes from snapshots.
9
9
* Add `VolumeSnapshotClass` and other snapshot-related resources to the Helm chart and examples. When using Helm, snapshot classes are now created from the `csi.snapshotClasses` configuration.
10
10
* Cleaned up RBAC rules in Helm chart.
11
+
* Prevent silent volume migration in ControllerPublishVolume.
11
12
* Update `github.com/cloudscale-ch/cloudscale-go-sdk` fron `v6.0.1` to `v7.0.0`.
12
-
* Bump `google.golang.org/grpc` from `v1.77.0` to `v1.79.1`.
13
13
* Bump `github.com/sirupsen/logrus` from `v1.9.3` to `v1.9.4`.
14
-
* Bump `golang.org/x/sys` from `v0.39.0` to `v0.41.0`.
14
+
* Bump `google.golang.org/grpc` from `v1.77.0` to `v1.79.3`.
15
+
* Bump `golang.org/x/sys` from `v0.39.0` to `v0.42.0`.
16
+
* Bump `golang.org/x/oauth2` from `v0.35.0` to `v0.36.0`.
17
+
18
+
## v3.6.1 - 2026.03.27
19
+
* Backport for 3.6.x: Prevent silent volume migration in ControllerPublishVolume.
0 commit comments