From cb3f2da0db6e97889bce60a04faf6fa22f90c289 Mon Sep 17 00:00:00 2001 From: Vishnu Attur Date: Mon, 18 Dec 2023 21:31:48 +0530 Subject: [PATCH] docs: changes for release 2.5 (#190) Signed-off-by: Vishnu Attur --- quickstart/deploy-mayastor.md | 6 +++--- quickstart/troubleshooting.md | 2 +- reference/upgrade.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/quickstart/deploy-mayastor.md b/quickstart/deploy-mayastor.md index 66b1153..ac49954 100644 --- a/quickstart/deploy-mayastor.md +++ b/quickstart/deploy-mayastor.md @@ -42,7 +42,7 @@ helm search repo mayastor --versions {% tab title="Sample Output" %} ```text NAME CHART VERSION APP VERSION DESCRIPTION -mayastor/mayastor 2.4.0 2.4.0 Mayastor Helm chart for Kubernetes +mayastor/mayastor 2.5.0 2.5.0 Mayastor Helm chart for Kubernetes ``` {% endtab %} {% endtabs %} @@ -53,11 +53,11 @@ To discover all the versions (including unstable versions), execute: {% endhint %} -3. Run the following command to install Mayastor _version 2.4. +3. Run the following command to install Mayastor _version 2.5. {% tabs %} {% tab title="Command" %} ```text -helm install mayastor mayastor/mayastor -n mayastor --create-namespace --version 2.4.0 +helm install mayastor mayastor/mayastor -n mayastor --create-namespace --version 2.5.0 ``` {% endtab %} {% tab title="Sample Output" %} diff --git a/quickstart/troubleshooting.md b/quickstart/troubleshooting.md index 8bee2f5..61f3bc8 100644 --- a/quickstart/troubleshooting.md +++ b/quickstart/troubleshooting.md @@ -299,7 +299,7 @@ Thread 1 (Thread 0x7f782559f040 (LWP 56)): ## Diskpool behaviour -The below behaviour may be encountered while uprading from older releases to Mayastor 2.4 release and above. +The below behaviour may be encountered while uprading from older releases to Mayastor 2.5 release and above. ### Get Dsp diff --git a/reference/upgrade.md b/reference/upgrade.md index e74f72d..06cfbc0 100644 --- a/reference/upgrade.md +++ b/reference/upgrade.md @@ -4,7 +4,7 @@ Mayastor supports seamless upgrades starting with target version 2.1.0 and later ### Supported upgrade paths -- From 2.0.x to 2.4.0 +- From 2.0.x to 2.5.0 {% hint style="info" %} - The upgrade operation utilises the [Mayastor Kubectl Plugin](https://mayastor.gitbook.io/introduction/advanced-operations/kubectl-plugin). @@ -74,7 +74,7 @@ kubectl mayastor get upgrade-status {% tab title="Expected Output" %} ```text Upgrade From: 2.0.0 -Upgrade To: 2.4.0 +Upgrade To: 2.5.0 Upgrade Status: Successfully upgraded Mayastor ``` {% endtab %}