doc: update documentation for v3.7.2 release

updated readme and upgrade doc for v3.7.2 release.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 53bb28e0d9)
This commit is contained in:
Madhu Rajanna
2022-10-19 10:39:40 +02:00
committed by mergify[bot]
parent d39b61334a
commit a6ec149ec2
2 changed files with 4 additions and 2 deletions

View File

@ -104,12 +104,12 @@ compatibility support and without prior notice.
**Also, we do not recommend any direct upgrades to 3.7 except from 3.6 to 3.7.**
For example, upgrading from 3.5 to 3.7 is not recommended.
git checkout v3.7.1 tag
git checkout v3.7.2 tag
```bash
git clone https://github.com/ceph/ceph-csi.git
cd ./ceph-csi
git checkout v3.7.1
git checkout v3.7.2
```
```console