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/08/15 22:53:34 UTC

[mesos] 02/02: Highlighted MESOS-5647 in 1.7.0 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 4d15497bafd8a4e8ed79c0dce6394e0f72b4b7c6
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Wed Aug 15 15:52:38 2018 -0700

    Highlighted MESOS-5647 in 1.7.0 CHANGELOG.
---
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 2587b13..79a4720 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,9 @@ This release contains the following new features:
     configuration. By utilizing I/O Completion Ports, this enables
     non-blocking asynchronous I/O on Windows for sockets, pipes, and files.
 
+  * [MESOS-5647] - Expose network statistics for containers on CNI
+    network in the `network/cni` isolator.
+
 Additional API Changes:
   * [MESOS-9015] Allow resources to be removed when updating the sorter.