You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2019/01/12 00:39:17 UTC

[mesos] branch 1.7.x updated: Added MESOS-9518 to 1.7.1 CHANGELOG.

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

jieyu pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.7.x by this push:
     new 4f21147  Added MESOS-9518 to 1.7.1 CHANGELOG.
4f21147 is described below

commit 4f21147a9334ef9ed84dcf11742ce448062f3ec1
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Jan 11 16:37:41 2019 -0800

    Added MESOS-9518 to 1.7.1 CHANGELOG.
    
    (cherry picked from commit a5d6635b351d1b357e9fcc396b155cccfad6aae5)
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 75bec86..dfcab31 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,7 @@ Release Notes - Mesos - Version 1.7.1
   * [MESOS-9502] - IOswitchboard cleanup could get stuck due to FD leak from a race.
   * [MESOS-9505] - `make check` failed with linking errors when c-ares is installed.
   * [MESOS-9508] - Official 1.7.0 tarball can't be built on Ubuntu 16.04 LTS.
+  * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace.
 
 ** Improvement:
   * [MESOS-6765] - Make the Resources wrapper "copy-on-write" to improve performance.