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/05/21 23:25:35 UTC

mesos git commit: Added WIP CHANGELOG for 0.23.0.

Repository: mesos
Updated Branches:
  refs/heads/master 0dd0a5696 -> 6bb460d1c


Added WIP 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/6bb460d1
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6bb460d1
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6bb460d1

Branch: refs/heads/master
Commit: 6bb460d1cee83ecc97af6f6408bd3ca610440cb1
Parents: 0dd0a56
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu May 21 14:25:20 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu May 21 14:25:20 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6bb460d1/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f8d998d..25dcc65 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,18 @@
+(WIP) Release Notes - Mesos - Version 0.23.0
+--------------------------------------------
+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
+  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.
+
+
+
 Release Notes - Mesos - Version 0.22.1
 --------------------------------------