You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2018/08/08 20:48:22 UTC

[mesos] 01/08: Added MESOS-8106 to 1.4.2 changelog.

This is an automated email from the ASF dual-hosted git repository.

kapil pushed a commit to branch 1.4.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 6232c01c843b10bf4c552c0410eeb7f17b552c67
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 16:20:24 2018 -0400

    Added MESOS-8106 to 1.4.2 changelog.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index ec49cd2..b128c1d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-7099] - Quota can be exceeded due to coarse-grained offer technique.
   * [MESOS-7504] - Parent's mount namespace cannot be determined when launching a nested container.
   * [MESOS-7975] - The command/default/docker executor can incorrectly send a TASK_FINISHED update even when the task is killed.
+  * [MESOS-8106] - Docker fetcher plugin unsupported scheme failure message is not accurate.
   * [MESOS-8125] - Agent should properly handle recovering an executor when its pid is reused.
   * [MESOS-8159] - ns::clone uses an async signal unsafe stack.
   * [MESOS-8171] - Using a failoverTimeout of 0 with Mesos native scheduler client can result in infinite subscribe loop.