You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/11/03 21:51:19 UTC

[3/3] mesos git commit: Updated ticket names in CHANGELOG for 1.1.0.

Updated ticket names in CHANGELOG for 1.1.0.


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

Branch: refs/heads/1.1.x
Commit: a44b077ea0df54b77f05550979e1e97f39b15873
Parents: c337c43
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Nov 3 22:49:14 2016 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Nov 3 22:51:32 2016 +0100

----------------------------------------------------------------------
 CHANGELOG | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a44b077e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index b905873..a305da1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -272,6 +272,7 @@ All Issues:
   * [MESOS-4312] - Porting Mesos on Power (ppc64le).
   * [MESOS-4791] - Operator API v1.
   * [MESOS-5344] - Partition-aware Mesos frameworks.
+  * [MESOS-6014] - Added port mapping CNI plugin.
 
 ** Improvement
   * [MESOS-2533] - Support HTTP checks in Mesos.
@@ -354,7 +355,7 @@ All Issues:
   * [MESOS-5516] - Implement GET_STATE Call in v1 agent API.
   * [MESOS-5651] - Add devices subsystem support in cgroups unified isolator.
   * [MESOS-5652] - Enable cgroups unified isolator.
-  * [MESOS-5788] - Consider adding a Java Scheduler Shim/Adapter for the new/old API.
+  * [MESOS-5788] - Added JAVA API adapter for seamless transition to new scheduler API.
   * [MESOS-5809] - Implement GET_FRAMEWORKS Call in v1 agent API.
   * [MESOS-5810] - Implement GET_EXECUTORS Call in v1 agent API.
   * [MESOS-5811] - Implement GET_TASKS Call in v1 agent API.
@@ -380,7 +381,7 @@ All Issues:
   * [MESOS-6071] - Validate that an explicitly specified DEFAULT executor has disk resources.
   * [MESOS-6073] - Update the streaming function for ContainerID to be nesting aware.
   * [MESOS-6076] - Implement RunTaskGroup handler on the agent.
-  * [MESOS-6077] - Implement a basic default pod executor.
+  * [MESOS-6077] - Added a default (task group) executor.
   * [MESOS-6102] - Add event for agent added in master operator API.
   * [MESOS-6130] - Make the disk usage isolator nesting-aware.
   * [MESOS-6150] - Introduce the new isolator recover interface for nested container support.