Skip to content

Commit 7305684

Browse files
Merge pull request #89 from projectsyn/doc/upgrade-v5.x
Add Documentation for migrating to v5.x
2 parents 91b24ff + cd647df commit 7305684

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= Upgrade from 4.x to 5.x
2+
3+
This guide describes the steps to perform an upgrade of the component from version 4.x to 5.x.
4+
5+
== Migration guide
6+
7+
This release requires Kubernetes VolumeSnapshot CRDs and the external snapshot controller to be installed before installing or upgrading this driver.
8+
Clusters without these components must install them first.
9+
Otherwise, snapshot-related operations and the snapshot resource in the Helm chart will fail to work.
10+
11+
See https://github.com/cloudscale-ch/csi-cloudscale/blob/master/CHANGELOG.md#v400---20260330[Cloudscale CSI Changelog].

docs/modules/ROOT/partials/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* xref:how-tos/upgrade-1.x-to-2.x.adoc[Upgrade 1.x to 2.x]
55
* xref:how-tos/upgrade-2.x-to-3.x.adoc[Upgrade 2.x to 3.x]
66
* xref:how-tos/upgrade-3.x-to-4.x.adoc[Upgrade 3.x to 4.x]
7+
* xref:how-tos/upgrade-4.x-to-5.x.adoc[Upgrade 4.x to 5.x]
78
89
.Technical reference
910
* xref:references/parameters.adoc[Parameters]

0 commit comments

Comments
 (0)