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:37:51 UTC

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

Added MESOS-7272 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/4cb0bb4b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4cb0bb4b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4cb0bb4b

Branch: refs/heads/1.2.x
Commit: 4cb0bb4b4467f32dab7e8a51b3d26c493fef8b54
Parents: bf47f1f
Author: Jie Yu <yu...@gmail.com>
Authored: Wed Apr 26 18:37:35 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed Apr 26 18:37:35 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/4cb0bb4b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index c15a738..99deda5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,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.