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:34 UTC

[mesos] 03/04: Added MESOS-9695 to the 1.6.3 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 138bfe41c822823afe6d2a0532e3c95e4f7d3bfe
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 30 14:36:47 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index e7ec1a5..425df0e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -886,6 +886,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9564] - Logrotate container logger lets tasks execute arbitrary commands in the Mesos agent's namespace.
   * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources
   * [MESOS-9692] - Quota may be under allocated for disk resources.
+  * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvement