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

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

commit b1789105cb0948c0e3fe78d4a24d9c278685007b
Author: Jie Yu <yu...@gmail.com>
AuthorDate: Wed Aug 15 15:52:38 2018 -0700

    Highlighted MESOS-5647 in 1.7.0 CHANGELOG.
    
    (cherry picked from commit f8edb5086dfdc51e1016affddc287eb5a4dea66f)
---
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 9c02962..974904d 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.