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 2018/09/27 22:44:53 UTC

[mesos] 03/03: Added MESOS-9267 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

commit ceae358d1a4d5c4e9c9320b3cddcb3ec665b6fb5
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Thu Sep 27 15:41:32 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 123d90b..9b36f8b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.
+  * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
 
 ** Improvement:
   * [MESOS-9239] - Improve sorting performance in the DRF sorter.