You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ab...@apache.org on 2019/04/30 12:50:35 UTC

[mesos] 04/04: Added MESOS-9695 to the 1.5.4 CHANGELOG.

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

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

commit 4eec48e17d08575c18458f713d2e8280faab99d6
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 30 14:45:01 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 425df0e..1a4d782 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1350,6 +1350,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
 ** Bug
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
   * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources
+  * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvement