Repository: mesos Updated Branches: refs/heads/1.1.x d2b1888a5 -> 485b44319
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/645ad0f8 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/645ad0f8 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/645ad0f8 Branch: refs/heads/1.1.x Commit: 645ad0f8b2826d93446e89e459c31692fc575232 Parents: d2b1888 Author: Alexander Rukletsov <[email protected]> Authored: Wed Apr 26 14:38:51 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Wed Apr 26 14:38:51 2017 +0200 ---------------------------------------------------------------------- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/645ad0f8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 2a8db87..ff9ee5e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,13 +7,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.
