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/07/02 06:25:22 UTC

[3/3] mesos git commit: Added MESOS-8936 to the 1.6.1 CHANGELOG.

Added MESOS-8936 to the 1.6.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 0015a10c20b3db5a259648e9155fb620af39cd34
Parents: e811f96
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Jun 29 16:38:03 2018 -0700
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Sun Jul 1 23:25:01 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/0015a10c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7369317..96030eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -44,6 +44,7 @@ Release Notes - Mesos - Version 1.6.1
   * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed.
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
+  * [MESOS-8936] - Implement a Random Sorter for offer allocations.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.
   * [MESOS-8945] - Master check failure due to CHECK_SOME(providerId).
   * [MESOS-8947] - Improve the container preparing logging in IOSwitchboard and volume/secret isolator.