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

[mesos] 01/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 master
in repository https://gitbox.apache.org/repos/asf/mesos.git

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

    Added MESOS-9267 to 1.7.1 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index b217a1e..64e3af1 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.