From 53bb28e0d9e368f09e74494804e9c577285e4d6b Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 19 Oct 2022 10:39:40 +0200 Subject: [PATCH] doc: update documentation for v3.7.2 release updated readme and upgrade doc for v3.7.2 release. Signed-off-by: Madhu Rajanna --- README.md | 2 ++ docs/ceph-csi-upgrade.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cf3e7a91..c4fc70983 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ environments. | Ceph CSI Version | Container Orchestrator Name | Version Tested| | -----------------| --------------------------- | --------------| +| v3.7.2 | Kubernetes | v1.22, v1.23, v1.24| | v3.7.1 | Kubernetes | v1.22, v1.23, v1.24| | v3.7.0 | Kubernetes | v1.22, v1.23, v1.24| | v3.6.1 | Kubernetes | v1.21, v1.22, v1.23| @@ -130,6 +131,7 @@ in the Kubernetes documentation. | Ceph CSI Release/Branch | Container image name | Image Tag | | ----------------------- | ---------------------------- | --------- | | devel (Branch) | quay.io/cephcsi/cephcsi | canary | +| v3.7.2 (Release) | quay.io/cephcsi/cephcsi | v3.7.2 | | v3.7.1 (Release) | quay.io/cephcsi/cephcsi | v3.7.1 | | v3.7.0 (Release) | quay.io/cephcsi/cephcsi | v3.7.0 | | v3.6.1 (Release) | quay.io/cephcsi/cephcsi | v3.6.1 | diff --git a/docs/ceph-csi-upgrade.md b/docs/ceph-csi-upgrade.md index c0ccef647..72e4c3c40 100644 --- a/docs/ceph-csi-upgrade.md +++ b/docs/ceph-csi-upgrade.md @@ -105,12 +105,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