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/04/26 03:16:18 UTC

[1/4] mesos git commit: Fixed an ordering issue in 1.2.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 19ccf2b59 -> 61b834891


Fixed an ordering issue in 1.2.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 17d0a4c82f62225bfa2778be8439606083c9c68a
Parents: 19ccf2b
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 25 20:13:54 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 25 20:13:54 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/17d0a4c8/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f98ce8c..c09e8a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -42,6 +42,7 @@ Release Notes - Mesos - Version 1.2.1 (WIP)
 
 All Issues:
 ** Bug
+  * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
   * [MESOS-6951] - Docker containerizer: mangled environment when env value contains LF byte.
   * [MESOS-7197] - Requesting tiny amount of CPU crashes master.
   * [MESOS-7208] - Persistent volume ownership is set to root when task is running with non-root user
@@ -53,7 +54,6 @@ All Issues:
   * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.
   * [MESOS-7383] - Docker executor logs possibly sensitive parameters.
   * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing.
-  * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
   * [MESOS-7346] - Agent crashes if the task name is too long.
   * [MESOS-7400] - The mesos crashes due to an incorrect invariant check in the decoder.
 


[3/4] mesos git commit: Fixed an ordering issue in 1.1.2 CHANGELOG.

Posted by ji...@apache.org.
Fixed an ordering issue in 1.1.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 81f4ce5dd879942c48c9e549936ea9134b554bc5
Parents: ead88f7
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 25 20:15:45 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 25 20:15:45 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/81f4ce5d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 3c613c1..bf1c3b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -501,12 +501,12 @@ Release Notes - Mesos - Version 1.1.2 (WIP)
 All Issues:
 ** Bug
   * [MESOS-2537] - AC_ARG_ENABLED checks are broken.
+  * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
   * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error.
   * [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs.
   * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.
   * [MESOS-7383] - Docker executor logs possibly sensitive parameters.
   * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing.
-  * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
   * [MESOS-7422] - Docker containerizer should not leak possibly sensitive data to agent log.
 
 


[2/4] mesos git commit: Added MESOS-5172 to 1.2.1 CHANGELOG.

Posted by ji...@apache.org.
Added MESOS-5172 to 1.2.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: ead88f7e05bc5b6bcb4b52d9fa4a092f5c901c85
Parents: 17d0a4c
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 25 20:15:09 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 25 20:15:09 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/ead88f7e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c09e8a0..3c613c1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -43,6 +43,7 @@ Release Notes - Mesos - Version 1.2.1 (WIP)
 All Issues:
 ** Bug
   * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
+  * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls.
   * [MESOS-6951] - Docker containerizer: mangled environment when env value contains LF byte.
   * [MESOS-7197] - Requesting tiny amount of CPU crashes master.
   * [MESOS-7208] - Persistent volume ownership is set to root when task is running with non-root user


[4/4] mesos git commit: Added MESOS-5172 to 1.1.2 CHANGELOG.

Posted by ji...@apache.org.
Added MESOS-5172 to 1.1.2 CHANGELOG.


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

Branch: refs/heads/master
Commit: 61b83489156e68a52058102cefd6cbd2746c054f
Parents: 81f4ce5
Author: Jie Yu <yu...@gmail.com>
Authored: Tue Apr 25 20:16:08 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Apr 25 20:16:08 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/61b83489/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index bf1c3b6..84cc247 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -502,6 +502,7 @@ All Issues:
 ** Bug
   * [MESOS-2537] - AC_ARG_ENABLED checks are broken.
   * [MESOS-5028] - Copy provisioner cannot replace directory with symlink.
+  * [MESOS-5172] - Registry puller cannot fetch blobs correctly from http Redirect 3xx urls.
   * [MESOS-7237] - Enabling cgroups_limit_swap can lead to "invalid argument" error.
   * [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs.
   * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.