You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/05/05 01:29:13 UTC

mesos git commit: Added experimental and graduated features to the 1.6 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 110a176cc -> 393907c5a


Added experimental and graduated features to the 1.6 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/393907c5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/393907c5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/393907c5

Branch: refs/heads/master
Commit: 393907c5a6c46fe78342677db3b9fa1e99c414cf
Parents: 110a176
Author: Greg Mann <gr...@gmail.com>
Authored: Fri May 4 18:09:51 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Fri May 4 18:09:51 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/393907c5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 19eae96..820a087 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -98,6 +98,25 @@ Unresolved Critical Issues:
   * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data
   * [MESOS-8840] - `cpu.cfs_quota_us` may be accidentally set for command task using docker during agent recovery.
 
+Feature Graduations:
+  * [MESOS-4828] - XFS disk quota isolator.
+  * [MESOS-6906] - Introduce a general non-interpreting task check.
+
+All Experimental Features:
+  * [MESOS-3094] - Mesos on Windows.
+  * [MESOS-3421] - Support sharing of resources across task instances.
+  * [MESOS-4312] - Porting Mesos on Power (ppc64le).
+  * [MESOS-4355] - Implement isolator for Docker volume.
+  * [MESOS-4965] - Persistent volume resizing.
+  * [MESOS-5344] - Partition-aware Mesos frameworks.
+  * [MESOS-5788] - Added JAVA API adapter for seamless transition to new scheduler API.
+  * [MESOS-5931] - Support auto backend in Mesos Containerizer.
+  * [MESOS-6014] - Added port mapping CNI plugin.
+  * [MESOS-7944] - Libprocess `MemoryProfiler`.
+  * [MESOS-8534] - Separate CNI networks for nested containers.
+  * [MESOS-8649] - Support for Container Storage Interface version 0.2.
+  * [MESOS-8801] - Linux support for jemalloc.
+
 All Resolved Issues:
 
 ** Bug