From 33c0d88ce7806f94775e8b16873738f89861a08a Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 4 Oct 2019 13:25:36 -0700 Subject: [PATCH] update documentation for 1.4.0 release --- CHANGELOG-1.4.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-1.4.md b/CHANGELOG-1.4.md index 9252e45ac4..2bc950fe9f 100644 --- a/CHANGELOG-1.4.md +++ b/CHANGELOG-1.4.md @@ -22,3 +22,5 @@ In this case, Provisioner will use PVC requested size as PV size rather than 0 b - Send the CSI volume_id instead of PVC Name to the csi-driver in volumeCreate when datasource is PVC ([#310](https://github.com/kubernetes-csi/external-provisioner/pull/310), [@Madhu-1](https://github.com/Madhu-1)) - Fixes nil pointer derefence in log when migration turned on ([#342](https://github.com/kubernetes-csi/external-provisioner/pull/342), [@davidz627](https://github.com/davidz627)) - Handle deletion of CSI migrated volumes ([#273](https://github.com/kubernetes-csi/external-provisioner/pull/273), [@ddebroy](https://github.com/ddebroy)) +- Reduced logging noise of unrelated PVCs. Emit event on successful provisioning. ([#351](https://github.com/kubernetes-csi/external-provisioner/pull/351), [@jsafrane](https://github.com/jsafrane)) +- Added extra verification of source Snapshot and PersistentVolumeClaim before provisioning. ([#352](https://github.com/kubernetes-csi/external-provisioner/pull/352), [@jsafrane](https://github.com/jsafrane)) diff --git a/README.md b/README.md index f72aee665d..ef1590f700 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This information reflects the head of this branch. | Compatible with CSI Version | Container Image | Recommended K8s Version | | ------------------------------------------------------------------------------------------ | -------------------------------| --------------- | -| [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | quay.io/k8scsi/csi-provisioner | 1.15 | +| [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | quay.io/k8scsi/csi-provisioner | 1.16 | ## Feature status @@ -24,9 +24,9 @@ Following table reflects the head of this branch. | Feature | Status | Default | Description | Provisioner Feature Gate Required | | -------------- | ------- | ------- | --------------------------------------------------------------------------------------------- | --------------------------------- | | Topology | Beta | Off | [Topology aware dynamic provisioning](https://kubernetes-csi.github.io/docs/topology.html) (requires kubelet 1.14 on nodes). | Yes | +| Cloning | Beta | On | [Cloning](https://kubernetes-csi.github.io/docs/volume-cloning.html). | No | | Snapshots | Alpha | On | [Snapshots and Restore](https://kubernetes-csi.github.io/docs/snapshot-restore-feature.html). | No | | CSIMigration | Alpha | On | [Migrating in-tree volume plugins to CSI](https://kubernetes.io/docs/concepts/storage/volumes/#csi-migration). | No | -| Cloning | Alpha | On | [Cloning](https://kubernetes-csi.github.io/docs/volume-cloning.html). | No | All other external-provisioner features and the external-provisioner itself is considered GA and fully supported.