You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2017/04/18 14:46:24 UTC

[1/2] mesos git commit: Added MESOS-7265 to 1.1.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 7d6523076 -> 73953546e


Added MESOS-7265 to 1.1.2 CHANGELOG.

Review: https://reviews.apache.org/r/58504/


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

Branch: refs/heads/master
Commit: 4c8c393d24edb48d96ecf3cf99d6ceb934b9aa62
Parents: 7d65230
Author: Till Toenshoff <to...@me.com>
Authored: Tue Apr 18 16:45:52 2017 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Apr 18 16:45:52 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4c8c393d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d9a0985..e633318 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -486,6 +486,7 @@ All Issues:
 ** Bug
   * [MESOS-2537] - AC_ARG_ENABLED checks are broken.
   * [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.


[2/2] mesos git commit: Added MESOS-7265 to 1.0.4 CHANGELOG.

Posted by ti...@apache.org.
Added MESOS-7265 to 1.0.4 CHANGELOG.

Review: https://reviews.apache.org/r/58505/


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

Branch: refs/heads/master
Commit: 73953546ebcbe8c42d9aabbcd28fc979a9622257
Parents: 4c8c393
Author: Till Toenshoff <to...@me.com>
Authored: Tue Apr 18 16:45:59 2017 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Tue Apr 18 16:45:59 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/73953546/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e633318..f823191 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -938,6 +938,7 @@ All Issues:
     * [MESOS-2537] - AC_ARG_ENABLED checks are broken
     * [MESOS-6606] - Reject optimized builds with libcxx before 3.9
     * [MESOS-7008] - Quota not recovered from registry in empty cluster.
+    * [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.