Repository: mesos Updated Branches: refs/heads/master 1bb7ed289 -> 10d7988ee
Added multi-role framework support to the CHANGELOG. Review: https://reviews.apache.org/r/57707 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/10d7988e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/10d7988e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/10d7988e Branch: refs/heads/master Commit: 10d7988ee5948bc45518e7c1c339a371c4bf151f Parents: 1bb7ed2 Author: Benjamin Mahler <[email protected]> Authored: Thu Mar 16 15:33:56 2017 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Fri Mar 24 16:29:51 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/10d7988e/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 2305ad6..875ae02 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +Release Notes - Mesos - Version 1.3.0 (WIP) +------------------------------------------- +This release contains the following new features: + + * [MESOS-1763] - Support for frameworks to receive resources for multiple + roles. This allows "multi-user" frameworks to leverage the role-based + resource allocation in mesos. Prior to this support, one had to run + multiple instances of a single-user framework to achieve multi-user + resource allocation, or implement multi-user resource allocation in + the framework. + + * [MESOS-6627] - Support for frameworks to modify the role(s) they are + subscribed to. This is essential to supporting "multi-user" frameworks + (see MESOS-1763) in that roles are expected to come and go over time + (e.g. new employees join, new teams are formed, employees leave, teams + are disbanded, etc). + + Release Notes - Mesos - Version 1.2.1 (WIP) ------------------------------------------- * This is a bug fix release.
