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 2015/06/11 21:23:26 UTC

mesos git commit: Updated CHANGELOG for 0.23.0.

Repository: mesos
Updated Branches:
  refs/heads/master dec47f1e3 -> 4ebab87d0


Updated CHANGELOG for 0.23.0.


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

Branch: refs/heads/master
Commit: 4ebab87d0780ba2d931e6186d685769bbf53f053
Parents: dec47f1
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Jun 11 12:22:34 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Jun 11 12:23:02 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4ebab87d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 25dcc65..bf383ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,15 +2,20 @@
 --------------------------------------------
 This release contains several new features:
 
-* Support for launching tasks/executors on revocable resources. These
-  resources can be revoked by Mesos at any time, causing the tasks
+* (Experimental) Support for launching tasks/executors on revocable resources.
+  These resources can be revoked by Mesos at any time, causing the tasks
   using them to be throttled or preempted.
 
-
 * API Changes:
-  * [MESOS-2654] - A new 'capabilities' field has been addd to FrameworkInfo
-                   to opt in to revocable resources.
+  * [MESOS-2485] - Added master metrics for slave removal reasons.
+  * [MESOS-2654] - A new 'capabilities' field has been addd to FrameworkInfo to
+                   opt in to revocable resources.
+  * [MESOS-2775] - Added slave metrics for revocable resources.
+  * [MESOS-2776] - Added master metrics for revocable resources.
 
+* Deprecations:
+  * [MESOS-2697] - '/master/shutdown' endpoint is deprecated in favor of
+                   the new '/master/teardown' endpoint.
 
 
 Release Notes - Mesos - Version 0.22.1