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 01:41:30 UTC

[mesos] branch 1.5.x updated: Added MESOS-9518 to 1.5.3 CHANGELOG.

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

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


The following commit(s) were added to refs/heads/1.5.x by this push:
     new 5f6225b  Added MESOS-9518 to 1.5.3 CHANGELOG.
5f6225b is described below

commit 5f6225bd6e039c633b7758f02d2b5fbabc8e0169
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Fri Jan 11 17:40:57 2019 -0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 51609b5..08bbb74 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ Release Notes - Mesos - Version 1.5.3 (WIP)
   * [MESOS-9411] - Validation of JWT tokens using HS256 hashing algorithm is not thread safe.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.
   * [MESOS-9492] - Persist CNI working directory across reboot.
+  * [MESOS-9518] - CNI_NETNS should not be set for orphan containers that do not have network namespace.
 
 
 Release Notes - Mesos - Version 1.5.2