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/09 22:45:09 UTC

[mesos] branch master updated: Added MESOS-9492 to 1.4.3 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


The following commit(s) were added to refs/heads/master by this push:
     new 1d5fab9  Added MESOS-9492 to 1.4.3 CHANGELOG.
1d5fab9 is described below

commit 1d5fab9b5e836fa80957a4adf0af4d3f75aadc75
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Wed Jan 9 14:44:57 2019 -0800

    Added MESOS-9492 to 1.4.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index bf5805f..f3633f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1466,6 +1466,7 @@ Release Notes - Mesos - Version 1.4.3 (WIP)
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.
   * [MESOS-9419] - Executor to framework message crashes master if framework has not re-registered.
   * [MESOS-9480] - Master may skip processing authorization results for `LAUNCH_GROUP`.
+  * [MESOS-9492] - Persist CNI working directory across reboot.
 
 ** Improvement:
   * [MESOS-9510] - Disallowed nan, inf and so on in `Value::Scalar`.