Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/modules/ROOT/pages/how-tos/upgrade-4.x-to-5.x.adoc
Original file line number Diff line number Diff line change
@@ -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].
1 change: 1 addition & 0 deletions docs/modules/ROOT/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Loading