mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: update support matrix for deprecated ceph csi releases
As discussed in https://github.com/ceph/ceph-csi/issues/2438 we are marking ceph csi release support to N.(x-1) release versions. N = latest major release x = latest minor release This address the release version support matrix based on the same. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
6d00b39886
commit
3417fe86e6
11
README.md
11
README.md
@ -55,7 +55,13 @@ support other orchestration environments in the future.
|
||||
|
||||
NOTE:
|
||||
|
||||
- **`csiv0.3`** is deprecated with release of **`csi v1.1.0`**
|
||||
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
|
||||
Ceph CSI version, they will be asked to upgrade when requesting support for the
|
||||
cluster.
|
||||
|
||||
## Support Matrix
|
||||
|
||||
@ -106,6 +112,9 @@ in the Kubernetes documentation.
|
||||
| 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 |
|
||||
|
||||
| Deprecated Ceph CSI Release/Branch | Container image name | Image Tag |
|
||||
| ----------------------- | --------------------------------| --------- |
|
||||
| v3.2.2 (Release) | quay.io/cephcsi/cephcsi | v3.2.2 |
|
||||
| v3.2.1 (Release) | quay.io/cephcsi/cephcsi | v3.2.1 |
|
||||
| v3.2.0 (Release) | quay.io/cephcsi/cephcsi | v3.2.0 |
|
||||
|
Loading…
Reference in New Issue
Block a user