diff --git a/README.md b/README.md index 9c802cdc5..e0770141a 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ environments. | Ceph CSI Version | Container Orchestrator Name | Version Tested| | -----------------| --------------------------- | --------------| +| v3.5.0 | Kubernetes | v1.21, v1.22, v1.23| | v3.4.0 | Kubernetes | v1.20, v1.21, v1.22| | v3.3.0 | Kubernetes | v1.20, v1.21, v1.22| @@ -65,8 +66,8 @@ NOTE: The supported window of Ceph CSI versions is known as "N.(x-1)": (N (Latest major release) . (x (Latest minor release) - 1)). -For example, if Ceph CSI latest major version is `3.4.0` today, support is -provided for the versions above `3.3.0`. If users are running an unsupported +For example, if Ceph CSI latest major version is `3.5.0` today, support is +provided for the versions above `3.4.0`. If users are running an unsupported Ceph CSI version, they will be asked to upgrade when requesting support for the cluster. @@ -119,6 +120,7 @@ in the Kubernetes documentation. | Ceph CSI Release/Branch | Container image name | Image Tag | | ----------------------- | ---------------------------- | --------- | | devel (Branch) | quay.io/cephcsi/cephcsi | canary | +| v3.5.0 (Release) | quay.io/cephcsi/cephcsi | v3.5.0 | | v3.4.0 (Release) | quay.io/cephcsi/cephcsi | v3.4.0 | | v3.3.1 (Release) | quay.io/cephcsi/cephcsi | v3.3.1 | | v3.3.0 (Release) | quay.io/cephcsi/cephcsi | v3.3.0 |