From 5dc637bc9a8c11462a79a01c9f2412f38ec4da33 Mon Sep 17 00:00:00 2001 From: bradley childs Date: Mon, 14 Aug 2017 16:12:48 -0400 Subject: [PATCH 1/2] Add storage features to release notes. Skeleton of storage features for release notes (will update as features solidify) --- release-1.8/release_notes_draft.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/release-1.8/release_notes_draft.md b/release-1.8/release_notes_draft.md index 7b311422d4a..8ab69af70b8 100644 --- a/release-1.8/release_notes_draft.md +++ b/release-1.8/release_notes_draft.md @@ -44,3 +44,17 @@ please check out the [release notes guidance][] issue. ## **Deprecations** ## **Notable Features** +#### Storage + +* Capacity Isolation/Resource Management for Local Ephemeral Storage +* Block Volumes Support +* Enable containerization of mount dependencies +* Support Attach/Detach for RWO volumes such as iSCSI, Fibre Channel and RBD +* Volume Plugin Metrics +* Snapshots +* Resizing Volume Support +* Exposing StorageClass Params To End Users (aka Provisioning configuration in PVC) +* Mount Options to GA +* Allow configuration of reclaim policy in StorageClass +* Expose Storage Usage Metrics + From f0aa4f91d5e53beccd02c419e9536eee1f771100 Mon Sep 17 00:00:00 2001 From: bradley childs Date: Mon, 14 Aug 2017 16:27:02 -0400 Subject: [PATCH 2/2] Update release_notes_draft.md --- release-1.8/release_notes_draft.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-1.8/release_notes_draft.md b/release-1.8/release_notes_draft.md index 8ab69af70b8..6c97cd5ec7a 100644 --- a/release-1.8/release_notes_draft.md +++ b/release-1.8/release_notes_draft.md @@ -57,4 +57,5 @@ please check out the [release notes guidance][] issue. * Mount Options to GA * Allow configuration of reclaim policy in StorageClass * Expose Storage Usage Metrics +* PV spec refactoring for plugins that reference namespaced resources: Azure File, CephFS, iSCSI, Glusterfs