You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/03/03 21:06:10 UTC

mesos git commit: Updated CHANGELOG about experimental support for Unified containerizer.

Repository: mesos
Updated Branches:
  refs/heads/master 19dd46750 -> 40072b0b2


Updated CHANGELOG about experimental support for Unified containerizer.

Review: https://reviews.apache.org/r/44353/


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

Branch: refs/heads/master
Commit: 40072b0b290748ca5c2377ff44de0266e211a1bd
Parents: 19dd467
Author: Jie Yu <yu...@gmail.com>
Authored: Thu Mar 3 12:05:56 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Mar 3 12:05:56 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/40072b0b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0fe020d..7e1354a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,12 @@ This release contains:
                    isolator, append `cgroups/net_cls` to the `--isolation` flag when
                    starting the slave. You can find more details about the isolator in
                    the Apache Mesos documentation page for `Mesos containerizer`.
+  * [MESOS-2840] - Experimental support for container images in Mesos containerizer
+                   (a.k.a. Unified Containerizer). This allows frameworks to launch
+                   Docker/Appc containers using Mesos containerizer without relying on
+                   docker daemon (engine). The isolation of the containers is done
+                   using isolators. Please refer to container-image.md for currently
+                   supported features and limitations.
 
 ** API Changes:
   * [MESOS-4066] - Agent should not return partial state when a request is made to /state endpoint during recovery.