From 4d6c4951946b704ccc3aeb80f2fd4505662f5429 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Fri, 21 Jul 2023 11:27:52 +0530 Subject: [PATCH] doc: update documentation for v3.8.1 release This commit updates upgrade doc for v3.8.1 release. Signed-off-by: Rakshith R --- docs/ceph-csi-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ceph-csi-upgrade.md b/docs/ceph-csi-upgrade.md index 491e8aefd..0ccb85c2a 100644 --- a/docs/ceph-csi-upgrade.md +++ b/docs/ceph-csi-upgrade.md @@ -111,12 +111,12 @@ compatibility support and without prior notice. **Also, we do not recommend any direct upgrades to 3.8 except from 3.7 to 3.8.** For example, upgrading from 3.6 to 3.8 is not recommended. -git checkout v3.8.0 tag +git checkout v3.8.1 tag ```bash git clone https://github.com/ceph/ceph-csi.git cd ./ceph-csi -git checkout v3.8.0 +git checkout v3.8.1 ``` ```console