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

[mesos] 02/03: Added MESOS-9267 to 1.6.2 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 7295c3c0b02e43e0d2140056639ef4054a27c3ab
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Thu Sep 27 15:41:44 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 64e3af1..99851d3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -387,6 +387,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9147] - Agent and scheduler driver authentication retry backoff time could overflow.
   * [MESOS-9170] - Zookeeper doesn't compile with newer gcc due to format error.
   * [MESOS-9196] - Removing rootfs mounts may fail with EBUSY.
+  * [MESOS-9267] - Mesos agent crashes when CNI network is not configured but used.
 
 ** Improvement
   * [MESOS-9189] - Include 'Connection: close' header in master streaming API responses.