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:47:29 UTC

[mesos] 02/07: Added MESOS-8253 to 1.4.2 changelog.

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

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

commit 57d32d2ef220891254a4bf85a3d46fca475a32c4
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 16:22:56 2018 -0400

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

diff --git a/CHANGELOG b/CHANGELOG
index 3b3d288..08076ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -995,6 +995,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [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.
   * [MESOS-8237] - Strip (Offer|Resource).allocation_info for non-MULTI_ROLE schedulers.
+  * [MESOS-8253] - Mesos CI docker rmi conflict.
   * [MESOS-8293] - Reservation may not be allocated when the role has no quota.
   * [MESOS-8297] - Built-in driver-based executors ignore kill task if the task has not been launched.
   * [MESOS-8339] - Quota headroom may be insufficiently held when role has more reservation than quota.