You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/05/03 00:01:11 UTC

[15/20] mesos git commit: Added MESOS-4527 to the 1.4.2 CHANGELOG.

Added MESOS-4527 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/1.4.x
Commit: 7a1d39244bba02ba94e90b94e73378bbfa3be09b
Parents: 740be44
Author: Benjamin Mahler <bm...@apache.org>
Authored: Wed May 2 16:47:28 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Wed May 2 16:54:24 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7a1d3924/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index cf8dbac..4df94fc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-4527] - Roles can exceed limit allocation via reservations.
   * [MESOS-6616] - Error: dereferencing type-punned pointer will break strict-aliasing rules.
   * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container.
   * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.