From bce5c3dc7c461fab2698c0f9ee76ab618bae8ee9 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 21 Jan 2022 23:06:19 +0530 Subject: [PATCH] doc: update upgrade doc for 3.5.1 updating upgrade to to point to 3.5.1 for upgrades a 3.5.1 release is out. Signed-off-by: Madhu Rajanna --- 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 6d759b288..ff4319287 100644 --- a/docs/ceph-csi-upgrade.md +++ b/docs/ceph-csi-upgrade.md @@ -84,12 +84,12 @@ compatibility support and without prior notice. **Also, we do not recommend any direct upgrades to 3.5 except from 3.4 to 3.5.** For example, upgrading from 3.3 to 3.5 is not recommended. -git checkout v3.5.0 tag +git checkout v3.5.1 tag ```bash git clone https://github.com/ceph/ceph-csi.git cd ./ceph-csi -git checkout v3.5.0 +git checkout v3.5.1 ``` ```console