From 5e1a074ea3541caa129d549f3b9c64a3340bfd16 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Fri, 22 Apr 2022 13:24:11 +0530 Subject: [PATCH] doc: update doc for 3.6.1 release updated doc for 3.6.1 release, this will be backported to release-v3.6 branch and we will make deployment changes and do 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 66f23ee0d..44f644d4f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ environments. | Ceph CSI Version | Container Orchestrator Name | Version Tested| | -----------------| --------------------------- | --------------| +| v3.6.1 | Kubernetes | v1.21, v1.22, v1.23| | v3.6.0 | Kubernetes | v1.21, v1.22, v1.23| | v3.5.1 | Kubernetes | v1.21, v1.22, v1.23| | v3.5.0 | Kubernetes | v1.21, v1.22, v1.23| @@ -125,6 +126,7 @@ in the Kubernetes documentation. | Ceph CSI Release/Branch | Container image name | Image Tag | | ----------------------- | ---------------------------- | --------- | | devel (Branch) | quay.io/cephcsi/cephcsi | canary | +| v3.6.1 (Release) | quay.io/cephcsi/cephcsi | v3.6.1 | | v3.6.0 (Release) | quay.io/cephcsi/cephcsi | v3.6.0 | | v3.5.1 (Release) | quay.io/cephcsi/cephcsi | v3.5.1 | | v3.5.0 (Release) | quay.io/cephcsi/cephcsi | v3.5.0 | diff --git a/docs/ceph-csi-upgrade.md b/docs/ceph-csi-upgrade.md index b12fd3a4a..2cf0e79d6 100644 --- a/docs/ceph-csi-upgrade.md +++ b/docs/ceph-csi-upgrade.md @@ -90,12 +90,12 @@ compatibility support and without prior notice. **Also, we do not recommend any direct upgrades to 3.6 except from 3.5 to 3.6.** For example, upgrading from 3.4 to 3.6 is not recommended. -git checkout v3.6.0 tag +git checkout v3.6.1 tag ```bash git clone https://github.com/ceph/ceph-csi.git cd ./ceph-csi -git checkout v3.6.0 +git checkout v3.6.1 ``` ```console