Repository: mesos Updated Branches: refs/heads/master 9abb48fb0 -> 6e9a7a019
Added a note about quota fixes in the 1.5.0 CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6e9a7a01 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6e9a7a01 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6e9a7a01 Branch: refs/heads/master Commit: 6e9a7a01940d0a593a605a618eb14af30abcbf05 Parents: 9abb48f Author: Benjamin Mahler <[email protected]> Authored: Fri Dec 22 15:26:09 2017 -0800 Committer: Benjamin Mahler <[email protected]> Committed: Fri Dec 22 15:26:09 2017 -0800 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/6e9a7a01/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 269bc00..1996f79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Release Notes - Mesos - Version 1.5.0 (WIP) ------------------------------------------- This release contains the following new features: + * [MESOS-1739] - Agents now support the `--reconfiguration_policy` flag which allows them to recover the agent ID and running tasks after configuration changes. See docs/agent-recovery.md for more @@ -10,6 +11,9 @@ This release contains the following new features: for implementing hot standby (by offloading some reading from a leader to standbys) and fast failover time (by keeping in-memory storage represented by the log âhotâ). + * Several improvements and fixes to the enforcement of quota + guarantees have been made: MESOS-4527, MESOS-7099, MESOS-8293, + MESOS-8339, MESOS-8352. Deprecations/Removals: * Agent flag `--executor_secret_key` has been deprecated. Operators
