Skip to content

Commit a78b25f

Browse files
committed
prepare CHANGELOG.md from 4.0.0 release
1 parent 1c68cd7 commit a78b25f

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

3-
## v4.0.0-beta1 - 2026.02.27
3+
## v4.0.0 - 2026.03.30
44
⚠️ See the [update instructions](https://github.com/cloudscale-ch/csi-cloudscale#from-csi-cloudscale-v3x-to-v4x).
55

66
**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.
77

88
* Add CSI snapshot support, including create, delete, list, and creating volumes from snapshots.
99
* 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.
1010
* Cleaned up RBAC rules in Helm chart.
11+
* Prevent silent volume migration in ControllerPublishVolume.
1112
* 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`.
1313
* 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.
1520

1621
## v3.6.0 - 2026.01.15
1722

0 commit comments

Comments
 (0)