Repository: mesos Updated Branches: refs/heads/master b20679c72 -> 7bb3c0432
Fixed issues 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/c3c10089 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c3c10089 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c3c10089 Branch: refs/heads/master Commit: c3c10089272f18de1231f16d1dd1d355402cb57b Parents: b20679c Author: Alexander Rukletsov <[email protected]> Authored: Wed Apr 26 14:38:51 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Wed Apr 26 14:45:43 2017 +0200 ---------------------------------------------------------------------- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c3c10089/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index bb0533d..9e9b50e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -503,13 +503,14 @@ All Issues: * [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-6327] - Large docker images causes container launch failures: Too many levels of symbolic links. * [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-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. - * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing. * [MESOS-7422] - Docker containerizer should not leak possibly sensitive data to agent log.
