From cd647df9911ef4c73f959a4a31c819f0c9d2d16c Mon Sep 17 00:00:00 2001 From: Debakel Orakel Date: Fri, 5 Jun 2026 10:12:49 +0200 Subject: [PATCH] Add Documentation for migrating to v5.x --- .../ROOT/pages/how-tos/upgrade-4.x-to-5.x.adoc | 11 +++++++++++ docs/modules/ROOT/partials/nav.adoc | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/modules/ROOT/pages/how-tos/upgrade-4.x-to-5.x.adoc diff --git a/docs/modules/ROOT/pages/how-tos/upgrade-4.x-to-5.x.adoc b/docs/modules/ROOT/pages/how-tos/upgrade-4.x-to-5.x.adoc new file mode 100644 index 0000000..958f88e --- /dev/null +++ b/docs/modules/ROOT/pages/how-tos/upgrade-4.x-to-5.x.adoc @@ -0,0 +1,11 @@ += Upgrade from 4.x to 5.x + +This guide describes the steps to perform an upgrade of the component from version 4.x to 5.x. + +== Migration guide + +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. + +See https://github.com/cloudscale-ch/csi-cloudscale/blob/master/CHANGELOG.md#v400---20260330[Cloudscale CSI Changelog]. diff --git a/docs/modules/ROOT/partials/nav.adoc b/docs/modules/ROOT/partials/nav.adoc index 226fa80..236680b 100644 --- a/docs/modules/ROOT/partials/nav.adoc +++ b/docs/modules/ROOT/partials/nav.adoc @@ -4,6 +4,7 @@ * xref:how-tos/upgrade-1.x-to-2.x.adoc[Upgrade 1.x to 2.x] * xref:how-tos/upgrade-2.x-to-3.x.adoc[Upgrade 2.x to 3.x] * xref:how-tos/upgrade-3.x-to-4.x.adoc[Upgrade 3.x to 4.x] +* xref:how-tos/upgrade-4.x-to-5.x.adoc[Upgrade 4.x to 5.x] .Technical reference * xref:references/parameters.adoc[Parameters]