mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-20 03:50:24 +00:00
doc: Add v2.1.2 release details to release table
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
c1a269191c
commit
333548b05c
@ -104,7 +104,7 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- scripts/skip-doc-change.sh || travis_terminate 0;
|
- scripts/skip-doc-change.sh || travis_terminate 0;
|
||||||
- make image-cephcsi || travis_terminate 1;
|
- make image-cephcsi || travis_terminate 1;
|
||||||
# No CI test job is availabe for Arm64 now due to below issues
|
# No CI test job is available for Arm64 now due to below issues
|
||||||
# - k8s-csi sidecar images for Arm64 are not available
|
# - k8s-csi sidecar images for Arm64 are not available
|
||||||
# - Travis Arm64 CI job runs inside unprivileged LXD which blocks
|
# - Travis Arm64 CI job runs inside unprivileged LXD which blocks
|
||||||
# launching minikube test environment
|
# launching minikube test environment
|
||||||
|
@ -22,7 +22,7 @@ Status](https://travis-ci.org/ceph/ceph-csi.svg?branch=master)](https://travis-c
|
|||||||
This repo contains Ceph
|
This repo contains Ceph
|
||||||
[Container Storage Interface (CSI)](https://github.com/container-storage-interface/)
|
[Container Storage Interface (CSI)](https://github.com/container-storage-interface/)
|
||||||
driver for RBD, CephFS and kubernetes sidecar deployment yamls of provisioner,
|
driver for RBD, CephFS and kubernetes sidecar deployment yamls of provisioner,
|
||||||
attacher, node-driver-registrar and snapshotter for supporting CSI functionalities.
|
attacher, resizer, driver-registrar and snapshotter for supporting CSI functionalities.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@ -94,6 +94,7 @@ in the Kubernetes documentation.
|
|||||||
| Ceph CSI Release/Branch | Container image name | Image Tag |
|
| Ceph CSI Release/Branch | Container image name | Image Tag |
|
||||||
| ----------------------- | ---------------------------- | --------- |
|
| ----------------------- | ---------------------------- | --------- |
|
||||||
| Master (Branch) | quay.io/cephcsi/cephcsi | canary |
|
| Master (Branch) | quay.io/cephcsi/cephcsi | canary |
|
||||||
|
| v2.1.2 (Release) | quay.io/cephcsi/cephcsi | v2.1.2 |
|
||||||
| v2.1.1 (Release) | quay.io/cephcsi/cephcsi | v2.1.1 |
|
| v2.1.1 (Release) | quay.io/cephcsi/cephcsi | v2.1.1 |
|
||||||
| v2.1.0 (Release) | quay.io/cephcsi/cephcsi | v2.1.0 |
|
| v2.1.0 (Release) | quay.io/cephcsi/cephcsi | v2.1.0 |
|
||||||
| v2.0.1 (Release) | quay.io/cephcsi/cephcsi | v2.0.1 |
|
| v2.0.1 (Release) | quay.io/cephcsi/cephcsi | v2.0.1 |
|
||||||
|
Loading…
Reference in New Issue
Block a user