From 54a0678b4c64fe76c698d13d47cf580e5c04c44f Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Fri, 22 Sep 2017 15:09:42 +0800 Subject: [PATCH] the feature of Flex volume API and Improved lifecycle hasnot merge v1.6 --- CHANGELOG-1.6.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG-1.6.md b/CHANGELOG-1.6.md index 31b56832c71..e7fd28406ef 100644 --- a/CHANGELOG-1.6.md +++ b/CHANGELOG-1.6.md @@ -1228,7 +1228,6 @@ Features for this release were tracked via the use of the [kubernetes/features]( * **[stable]** Add support to use NFSv3, NFSv4, and GlusterFS on GCE/GKE GCI image based clusters. * **[beta]** Added support for mount options in persistent volumes. * **[alpha]** All in one volume proposal - a new volume driver capable of projecting secrets, configmaps, and downward API items into the same directory. -* **[alpha]** Flex volume API and Improved lifecycle (flexvolume). ## Deprecations * Remove extensions/v1beta1 Jobs resource, and job/v1beta1 generator. ([#38614](https://github.com/kubernetes/kubernetes/pull/38614), [@soltysh](https://github.com/soltysh))