You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/10/15 00:45:48 UTC

mesos git commit: Updated the CHANGELOG for 1.1 about capability support.

Repository: mesos
Updated Branches:
  refs/heads/master eaaf42b2d -> f9960dbc1


Updated the CHANGELOG for 1.1 about capability support.


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

Branch: refs/heads/master
Commit: f9960dbc17dd28a8340988d6804d2022f563bc2d
Parents: eaaf42b
Author: Jie Yu <yu...@gmail.com>
Authored: Fri Oct 14 17:45:34 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Oct 14 17:45:34 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/f9960dbc/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index fde371c..b649a5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,11 @@ This release contains the following new features:
     hence a task must listen on all interfaces. On Linux, For BRIDGE and USER
     modes, docker executor enters the task's network namespace.
 
+  * [MESOS-5275] - **Experimental** support for linux capabilities. Frameworks
+    or operators now have fine-grained control over the capabilities that a
+    container may have. This allows a container to run as root, but not have all
+    the privileges associated with the root user (e.g., CAP_SYS_ADMIN).
+
 Deprecations:
   * The following metrics are deprecated and will be removed in Mesos 1.4:
     master/slave_shutdowns_scheduled, master/slave_shutdowns_canceled, and