mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: update documentation for v3.7.2 release
updated readme and upgrade doc for v3.7.2 release.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 53bb28e0d9
)
This commit is contained in:
parent
d39b61334a
commit
a6ec149ec2
@ -56,6 +56,7 @@ environments.
|
|||||||
|
|
||||||
| Ceph CSI Version | Container Orchestrator Name | Version Tested|
|
| 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.1 | Kubernetes | v1.22, v1.23, v1.24|
|
||||||
| v3.7.0 | 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|
|
| 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 |
|
| Ceph CSI Release/Branch | Container image name | Image Tag |
|
||||||
| ----------------------- | ---------------------------- | --------- |
|
| ----------------------- | ---------------------------- | --------- |
|
||||||
| devel (Branch) | quay.io/cephcsi/cephcsi | canary |
|
| 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.1 (Release) | quay.io/cephcsi/cephcsi | v3.7.1 |
|
||||||
| v3.7.0 (Release) | quay.io/cephcsi/cephcsi | v3.7.0 |
|
| v3.7.0 (Release) | quay.io/cephcsi/cephcsi | v3.7.0 |
|
||||||
| v3.6.1 (Release) | quay.io/cephcsi/cephcsi | v3.6.1 |
|
| v3.6.1 (Release) | quay.io/cephcsi/cephcsi | v3.6.1 |
|
||||||
|
@ -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.**
|
**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.
|
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
|
```bash
|
||||||
git clone https://github.com/ceph/ceph-csi.git
|
git clone https://github.com/ceph/ceph-csi.git
|
||||||
cd ./ceph-csi
|
cd ./ceph-csi
|
||||||
git checkout v3.7.1
|
git checkout v3.7.2
|
||||||
```
|
```
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
Loading…
Reference in New Issue
Block a user