You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/05/31 19:57:07 UTC

mesos git commit: Added MESOS-8340 to the 1.7.x CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master fa41ca7dc -> 8092a5e19


Added MESOS-8340 to the 1.7.x CHANGELOG.

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


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

Branch: refs/heads/master
Commit: 8092a5e195439dbf411d9c58e99b88e14ee12d17
Parents: fa41ca7
Author: James Peach <jp...@apache.org>
Authored: Thu May 31 12:56:42 2018 -0700
Committer: James Peach <jp...@apache.org>
Committed: Thu May 31 12:56:42 2018 -0700

----------------------------------------------------------------------
 CHANGELOG        | 3 +++
 docs/upgrades.md | 7 +++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8092a5e1/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 1c12cfc..bdcf8e3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,9 @@ This release contains the following new features:
     populates containers with devices that have been whitelisted with the
     `--allowed_devices` agent flag.
 
+  * [MESOS-8340] Added a new `--enforce_container_ports` option to toggle
+    ports resource enforcement by the `network/ports` isolator.
+
 Additional API Changes:
   * Container logger module interface has been changed. The `prepare()` method
     now takes `ContainerID` and `ContainerConfig` instead.

http://git-wip-us.apache.org/repos/asf/mesos/blob/8092a5e1/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 9e20681..18632ed 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -54,6 +54,7 @@ We categorize the changes as follows:
 
   <td style="word-wrap: break-word; overflow-wrap: break-word;"><!--Flags-->
     <ul style="padding-left:10px;">
+      <li>A <a href="#1-7-x-enforce-container-ports">enforce_container_ports</a></li>
     </ul>
   </td>
 
@@ -438,6 +439,12 @@ We categorize the changes as follows:
   added. This isolator automatically populates containers with devices
   that have been whitelisted with the `--allowed_devices` agent flag.
 
+<a name="1-7-x-enforce-container-ports"></a>
+
+* A new [`--enforce_container_ports`](configuration/agent.md#enforce_container_ports)
+  has been added to toggle whether the [`network/ports`](isolators/network-ports.md)
+  isolator should enforce TCP ports usage limits.
+
 <a name="1-7-x-container-logger"></a>
 
 * `ContainerLogger` module interface has been changed. The `prepare()` method now takes `ContainerID` and `ContainerConfig` instead.