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 2017/08/10 23:39:59 UTC

mesos git commit: Added MESOS-6743 to 1.1.3, 1.2.3, 1.3.2 CHANGELOGs.

Repository: mesos
Updated Branches:
  refs/heads/master 06dcbd7b7 -> 72c1d0672


Added MESOS-6743 to 1.1.3, 1.2.3, 1.3.2 CHANGELOGs.


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

Branch: refs/heads/master
Commit: 72c1d06723a6d9029f75be13fe90df8bbbc12192
Parents: 06dcbd7
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Aug 11 01:39:42 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Aug 11 01:39:42 2017 +0200

----------------------------------------------------------------------
 CHANGELOG | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/72c1d067/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 88c67d2..b1b4773 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,12 +48,21 @@ Feature Graduations:
   * [MESOS-3567] - Support TCP checks in Mesos.
 
 
-Release Notes - Mesos - Version 1.3.1 (WIP)
+Release Notes - Mesos - Version 1.3.2 (WIP)
 -------------------------------------------
 * This is a bug fix release.
 
 All Issues:
 ** Bug
+  * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
+
+
+Release Notes - Mesos - Version 1.3.1
+-------------------------------------
+* This is a bug fix release.
+
+All Issues:
+** Bug
   * [MESOS-5187] - The filesystem/linux isolator does not set the permissions of the host_path.
   * [MESOS-7252] - Need to fix resource check in long-lived framework.
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
@@ -73,7 +82,7 @@ All Issues:
 
 
 Release Notes - Mesos - Version 1.3.0
--------------------------------------------
+-------------------------------------
 This release contains the following new features:
 
   * [MESOS-1763] - Support for frameworks to receive resources for multiple
@@ -350,12 +359,21 @@ All Resolved Issues:
   * [MESOS-7439] - Bump the default timeout value for docker volume driver unmount operation.
 
 
-Release Notes - Mesos - Version 1.2.2
+Release Notes - Mesos - Version 1.2.3 (WIP)
 -------------------------------------------
 * This is a bug fix release.
 
 All Issues:
 ** Bug
+  * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
+
+
+Release Notes - Mesos - Version 1.2.2
+-------------------------------------
+* This is a bug fix release.
+
+All Issues:
+** Bug
   * [MESOS-5187] - The filesystem/linux isolator does not set the permissions of the host_path.
   * [MESOS-7252] - Need to fix resource check in long-lived framework.
   * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
@@ -373,8 +391,9 @@ All Issues:
 ** Improvement
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
 
+
 Release Notes - Mesos - Version 1.2.1
--------------------------------------------
+-------------------------------------
 * This is a bug fix release.
 
 **NOTE**: In Mesos 1.2.1, the master will no longer allow 0.x agents to
@@ -862,6 +881,7 @@ Release Notes - Mesos - Version 1.1.3 (WIP)
 All Issues:
 ** Bug
   * [MESOS-5187] - The filesystem/linux isolator does not set the permissions of the host_path.
+  * [MESOS-6743] - Docker executor hangs forever if `docker stop` fails.
   * [MESOS-7540] - Add an agent flag for executor re-registration timeout.
   * [MESOS-7569] - Allow "old" executors with half-open connections to be preserved during agent upgrade / restart.
   * [MESOS-7689] - Libprocess can crash on malformed request paths for libprocess messages.