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 2017/05/30 21:01:39 UTC

[1/2] mesos git commit: Added MESOS-7546 to 1.3.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 55e7ea5ed -> 4bc477e62


Added MESOS-7546 to 1.3.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 31174f0a3758827e7bf7be417af988b5a3a006d3
Parents: 55e7ea5
Author: Jie Yu <yu...@gmail.com>
Authored: Tue May 30 13:56:55 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue May 30 13:56:55 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/31174f0a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c72a034..ce4a046 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ Release Notes - Mesos - Version 1.3.1 (WIP)
 All Issues:
 ** Bug
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
+  * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
 
 
 Release Notes - Mesos - Version 1.3.0


[2/2] mesos git commit: Added MESOS-7546 to the 1.2.2 CHANGELOG.

Posted by ji...@apache.org.
Added MESOS-7546 to the 1.2.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 4bc477e62a9474792069ad389e1a47209f5d6262
Parents: 31174f0
Author: Jie Yu <yu...@gmail.com>
Authored: Tue May 30 14:01:33 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue May 30 14:01:33 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4bc477e6/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ce4a046..c03a311 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -286,6 +286,15 @@ All Resolved Issues:
   * [MESOS-7439] - Bump the default timeout value for docker volume driver unmount operation.
 
 
+Release Notes - Mesos - Version 1.2.2
+-------------------------------------------
+* This is a bug fix release.
+
+All Issues:
+** Bug
+  * [MESOS-7546] - WAIT_NESTED_CONTAINER sometimes returns 404.
+
+
 Release Notes - Mesos - Version 1.2.1
 -------------------------------------------
 * This is a bug fix release.