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/08/20 17:57:45 UTC

[mesos] branch master updated: Added MESOS-9116 to the 1.5.2 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

alexr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new fa4de10  Added MESOS-9116 to the 1.5.2 CHANGELOG.
fa4de10 is described below

commit fa4de10a7d068895d6a13253fb23f6aa7f127672
Author: Alexander Rukletsov <al...@apache.org>
AuthorDate: Mon Aug 20 19:35:29 2018 +0200

    Added MESOS-9116 to the 1.5.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index d1a42ba..a374bae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -649,6 +649,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.
   * [MESOS-9024] - Mesos master segfaults with stack overflow under load.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
+  * [MESOS-9116] - Launch nested container session fails due to incorrect detection of `mnt` namespace of command executor's task.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
   * [MESOS-9142] - CNI detach might fail due to missing network config file.