You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2019/04/12 22:54:00 UTC

[mesos] branch 1.8.x updated: Updated the 1.8.0 CHANGELOG to highlight CSI v1 support.

This is an automated email from the ASF dual-hosted git repository.

chhsiao pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.8.x by this push:
     new ccd790b  Updated the 1.8.0 CHANGELOG to highlight CSI v1 support.
ccd790b is described below

commit ccd790b1816821b259f7a0b357362670e826864f
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Fri Apr 12 15:52:50 2019 -0700

    Updated the 1.8.0 CHANGELOG to highlight CSI v1 support.
---
 CHANGELOG | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 62d6462..fddb34e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,7 +20,7 @@ This release contains the following highlights:
       use the flag `--enable-new-cli` with Autotools and
       `-DENABLE_NEW_CLI=1` with CMake on MacOS or Linux.
 
-  * API Changes:
+  * Operation Feedback:
 
     * V1 schedulers can now receive operation feedback for operations on agent
       default resources, i.e. normal cpu, memory, and disk. This means that the
@@ -36,6 +36,18 @@ This release contains the following highlights:
       reconciliation request. This is similar to the way in which the master
       replies to requests for task status reconciliation.
 
+  * Container Storage Interface (CSI):
+
+    * **Experimental** Supported the new CSI v1 API. Operators can deploy
+      plugins that are compatible to either CSI v0 or v1 to create persistent
+      volumes through storage local resource providers, and Mesos will
+      automatically detect which CSI versions are supported by the plugins.
+
+Additional API Changes:
+  * [MESOS-9540] - Improved the experimental `DESTROY_DISK` operations so
+    frameworks can now deprovision any unwanted pre-provisioned CSI volume
+    directly, if they are authorized to perform `DESTROY_RAW_DISK` actions.
+
 Unresolved Critical Issues:
   * [MESOS-9697] - Release RPMs are not uploaded to bintray
   * [MESOS-9672] - Docker containerizer should ignore pids of executors that do not pass the connection check.
@@ -78,6 +90,7 @@ Unresolved Critical Issues:
   * [MESOS-2842] - Master crashes when framework changes principal on re-registration
 
 All Resolved Issues:
+
 ** Bug
   * [MESOS-5048] - MesosContainerizerSlaveRecoveryTest.ResourceStatistics is flaky
   * [MESOS-5189] - SSLTest.ProtocolMismatch is slow