You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/11/02 12:09:29 UTC

mesos git commit: Fixed the order and formatting in CHANGELOG for 1.1.0.

Repository: mesos
Updated Branches:
  refs/heads/master d150036bf -> acc3efd82


Fixed the order and formatting in CHANGELOG for 1.1.0.


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

Branch: refs/heads/master
Commit: acc3efd827515491fda8a2c35b8627cfd09d67c6
Parents: d150036
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Nov 2 13:10:18 2016 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Nov 2 13:10:18 2016 +0100

----------------------------------------------------------------------
 CHANGELOG | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/acc3efd8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index daa6f19..6bd7e60 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -58,10 +58,6 @@ This release contains the following new features:
     (driver/scheduler library) implementations, thereby allowing them to easily
     transition their frameworks to the new v1 Scheduler API.
 
-  * [MESOS-6077] - **Experimental** A new default executor is introduced which
-    frameworks can use to launch task groups as nested containers. All the
-    nested containers share resources likes cpu, memory, network and volumes.
-
   * [MESOS-6014] - **Experimental** A new port-mapper CNI plugin, the
     `mesos-cni-port-mapper` has been introduced. For Mesos containers, with the
     CNI port-mapper plugin, users can now expose container ports through host
@@ -70,13 +66,20 @@ This release contains the following new features:
     services running in the container needs to be exposed outside these
     isolated networks.
 
+  * [MESOS-6077] - **Experimental** A new default executor is introduced which
+    frameworks can use to launch task groups as nested containers. All the
+    nested containers share resources likes cpu, memory, network and volumes.
+
 Deprecations:
   * The following metrics are deprecated and will be removed in Mesos 1.4:
-    master/slave_shutdowns_scheduled, master/slave_shutdowns_canceled, and
-    slave_shutdowns_completed. As of Mesos 1.1.0, these metrics will always be
-    zero. The following new metrics have been introduced as replacements:
-    master/slave_unreachable_scheduled, master/slave_unreachable_canceled,
-    and master/slave_unreachable_completed.
+      master/slave_shutdowns_scheduled,
+      master/slave_shutdowns_canceled,
+      slave_shutdowns_completed.
+    As of Mesos 1.1.0, these metrics will always be zero. The following new
+    metrics have been introduced as replacements:
+      master/slave_unreachable_scheduled,
+      master/slave_unreachable_canceled,
+      master/slave_unreachable_completed.
 
   * [MESOS-5955] - Health check binary "mesos-health-check" is removed.