From dc9a6ad6d032b35447154cb4149ea62235d678d8 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Wed, 9 Apr 2025 20:06:06 +0530 Subject: [PATCH] doc: update README.md for 3.14 This commit updates README.md for 3.14.0 release Signed-off-by: Rakshith R --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5a0b2ad..287999a05 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ environments. | Ceph CSI Version | Container Orchestrator Name | Version Tested | | -----------------| --------------------------- | -------------------| +| v3.14.0 | Kubernetes | v1.30, v1.31, v1.32| +| v3.13.1 | Kubernetes | v1.29, v1.30, v1.31| | v3.13.0 | Kubernetes | v1.29, v1.30, v1.31| -| v3.12.3 | Kubernetes | v1.29, v1.30, v1.31| There is work in progress to make this CO-independent and thus support other orchestration environments (Nomad, Mesos..etc). @@ -129,11 +130,16 @@ in the Kubernetes documentation. | Ceph CSI Release/Branch | Container image name | Image Tag | | ----------------------- | ---------------------------- | --------- | | devel (Branch) | quay.io/cephcsi/cephcsi | canary | +| v3.14.0 (Release) | quay.io/cephcsi/cephcsi | v3.14.0 | +| v3.13.1 (Release) | quay.io/cephcsi/cephcsi | v3.13.1 | | v3.13.0 (Release) | quay.io/cephcsi/cephcsi | v3.13.0 | -| v3.12.3 (Release) | quay.io/cephcsi/cephcsi | v3.12.3 | | Deprecated Ceph CSI Release/Branch | Container image name | Image Tag | | ----------------------- | --------------------------------| --------- | +| v3.12.3 (Release) | quay.io/cephcsi/cephcsi | v3.12.3 | +| v3.12.2 (Release) | quay.io/cephcsi/cephcsi | v3.12.2 | +| v3.12.1 (Release) | quay.io/cephcsi/cephcsi | v3.12.1 | +| v3.12.0 (Release) | quay.io/cephcsi/cephcsi | v3.12.0 | | v3.11.0 (Release) | quay.io/cephcsi/cephcsi | v3.11.0 | | v3.10.2 (Release) | quay.io/cephcsi/cephcsi | v3.10.2 | | v3.10.1 (Release) | quay.io/cephcsi/cephcsi | v3.10.1 |