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 b9a78020d..ead87c757 100644 --- a/docs/ceph-csi-upgrade.md +++ b/docs/ceph-csi-upgrade.md @@ -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