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:48:31 UTC

mesos git commit: Added MESOS-7265 to 1.1.2 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.1.x 46ea4cf74 -> 50c35f2ae


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/50c35f2a
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/50c35f2a
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/50c35f2a

Branch: refs/heads/1.1.x
Commit: 50c35f2aef23466f5d7d8b4eb2c2756827124241
Parents: 46ea4cf
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:48:19 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/50c35f2a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5237af1..402faa4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ All Issues:
   * [MESOS-7197] - Requesting tiny amount of CPU crashes master.
   * [MESOS-7210] - HTTP health check doesn't work when mesos runs with --docker_mesos_image.
   * [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.