You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2017/12/02 05:34:37 UTC

[1/3] mesos git commit: Added MESOS-8237 to the 1.3.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master fc6cbbfec -> 18b488ff9


Added MESOS-8237 to the 1.3.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: d1c422c1699812dacdf48ead667bd24ce1f70c2a
Parents: 5a4fc3d
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Dec 1 20:17:47 2017 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Fri Dec 1 20:38:16 2017 -0800

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d1c422c1/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d64c080..5577248 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -335,6 +335,7 @@ All Issues:
   * [MESOS-7926] - Abnormal termination of default executor can cause MesosContainerizer::destroy to fail.
   * [MESOS-7934] - OOM due to LibeventSSLSocket send incorrectly returning 0 after shutdown.
   * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
+  * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
 
 
 


[3/3] mesos git commit: Added MESOS-8237 to the 1.4.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-8237 to the 1.4.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 18b488ff974640ac3d028b8426ed24209d063dca
Parents: d1c422c
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Dec 1 20:40:01 2017 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Fri Dec 1 20:40:01 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/18b488ff/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5577248..0d68559 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,14 @@ Feature Graduations:
 All Experimental Features:
 
 
+Release Notes - Mesos - Version 1.4.2
+-------------------------------------------
+* This is a bug fix release.
+
+** Bug
+ * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
+
+
 Release Notes - Mesos - Version 1.4.1
 -------------------------------------------
 * This is a bug fix release.


[2/3] mesos git commit: Added MESOS-7674 to the 1.3.2 CHANGELOG.

Posted by bm...@apache.org.
Added MESOS-7674 to the 1.3.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 5a4fc3d5ebc3d06740e6811fbe873d2067d9abb8
Parents: fc6cbbf
Author: Benjamin Mahler <bm...@apache.org>
Authored: Fri Dec 1 20:16:25 2017 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Fri Dec 1 20:38:16 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5a4fc3d5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6eab804..d64c080 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -325,6 +325,7 @@ All Issues:
   * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
   * [MESOS-6950] - Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up.
   * [MESOS-7652] - Docker image with universal containerizer does not work if WORKDIR is missing in the rootfs.
+  * [MESOS-7674] - Update the generic Protobuf to JSON facility to not output deprecated fields.
   * [MESOS-7858] - Launching a nested container with namespace/pid isolation, with glibc < 2.25, may deadlock the LinuxLauncher and MesosContainerizer.
   * [MESOS-7863] - Agent may drop pending kill task status updates.
   * [MESOS-7865] - Agent may process a kill task and still launch the task.
@@ -336,6 +337,7 @@ All Issues:
   * [MESOS-8135] - Masters can lose track of tasks' executor IDs.
 
 
+
 Release Notes - Mesos - Version 1.3.1
 -------------------------------------
 * This is a bug fix release.