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 2016/10/18 01:00:35 UTC

mesos git commit: Added `mesos-cni-port-mapper` to the CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 0a610695e -> 1091d4719


Added `mesos-cni-port-mapper` to the CHANGELOG.

Review: https://reviews.apache.org/r/52968/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1091d471
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1091d471
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1091d471

Branch: refs/heads/master
Commit: 1091d471991701d65c69e8fb6e6a586d84676c7a
Parents: 0a61069
Author: Avinash sridharan <av...@mesosphere.io>
Authored: Mon Oct 17 17:59:32 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Oct 17 18:00:26 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1091d471/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 004568f..b40f9c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -53,6 +53,14 @@ This release contains the following new features:
     frameworks can use to launch task groups as nested containers. All the
     nested containers share resources likes cpu, memory, network and volumes.
 
+  * [MESOS-6014] - **Experimental** A new port-mapper CNI plugin, the
+    `mesos-cni-port-mapper` has been introduced. For Mesos containers, with the
+    CNI port-mapper plugin, users can now expose container ports through host
+    ports using DNAT. This is especially useful when Mesos containers are
+    attached to isolated CNI networks such as private bridge networks, and the
+    services running in the container needs to be exposed outside these
+    isolated networks.
+
 Deprecations:
   * The following metrics are deprecated and will be removed in Mesos 1.4:
     master/slave_shutdowns_scheduled, master/slave_shutdowns_canceled, and