You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/03/22 14:42:59 UTC

mesos git commit: Added MESOS-8550 to the 1.5.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.5.x 9281f922d -> fc1d4d10b


Added MESOS-8550 to the 1.5.1 CHANGELOG.


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

Branch: refs/heads/1.5.x
Commit: fc1d4d10bbaa3fbfdd34d9d95b06f08164f132d9
Parents: 9281f92
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Mar 22 15:42:46 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Mar 22 15:42:46 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/fc1d4d10/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9d498d7..7619365 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
   * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
   * [MESOS-8488] - Docker bug can cause unkillable tasks.
   * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
+  * [MESOS-8550] - Bug in `Master::detected()` leads to coredump in `MasterZooKeeperTest.MasterInfoAddress`.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
   * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.
   * [MESOS-8569] - Allow newline characters when decoding base64 strings in stout.