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/27 01:35:03 UTC

mesos git commit: Moved MESOS-7272 to the correct location in CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 8f00eda8e -> 24e34cfef


Moved MESOS-7272 to the correct location in CHANGELOG.


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

Branch: refs/heads/master
Commit: 24e34cfefc5852a85766f83bcfc5feb0b226de70
Parents: 8f00eda
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Apr 26 18:34:55 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Apr 26 18:34:55 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/24e34cfe/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7f582fc..dcb8756 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -61,6 +61,7 @@ All Issues:
   * [MESOS-7263] - User supplied task environment variables cause warnings in sandbox stdout.
   * [MESOS-7264] - Possibly duplicate environment variables should not leak values to the sandbox.
   * [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs.
+  * [MESOS-7272] - Unified containerizer does not support docker registry version < 2.3.
   * [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.
@@ -520,7 +521,6 @@ All Issues:
   * [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-7272] - Unified containerizer does not support docker registry version < 2.3.
   * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing.
   * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.
   * [MESOS-7383] - Docker executor logs possibly sensitive parameters.