diff --git a/.travis.yml b/.travis.yml index 30a8369f7..307bcbdb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -104,7 +104,7 @@ jobs: script: - scripts/skip-doc-change.sh || travis_terminate 0; - 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 # - Travis Arm64 CI job runs inside unprivileged LXD which blocks # launching minikube test environment diff --git a/README.md b/README.md index ddf62ce46..0ea07e9ff 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Status](https://travis-ci.org/ceph/ceph-csi.svg?branch=master)](https://travis-c This repo contains Ceph [Container Storage Interface (CSI)](https://github.com/container-storage-interface/) 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 @@ -94,6 +94,7 @@ in the Kubernetes documentation. | Ceph CSI Release/Branch | Container image name | Image Tag | | ----------------------- | ---------------------------- | --------- | | 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.0 (Release) | quay.io/cephcsi/cephcsi | v2.1.0 | | v2.0.1 (Release) | quay.io/cephcsi/cephcsi | v2.0.1 |