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:34 UTC

[mesos] 07/07: Added MESOS-9088 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 894a34d6a25d39c5c77998be22f0e1cb767089e1
Author: Kapil Arya <ka...@mesosphere.io>
AuthorDate: Tue Aug 7 17:32:26 2018 -0400

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

diff --git a/CHANGELOG b/CHANGELOG
index ee7dc57..e54e75b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1035,6 +1035,7 @@ Release Notes - Mesos - Version 1.4.2 (WIP)
   * [MESOS-8986] - `slave.available()` in the allocator is expensive and drags down allocation performance.
   * [MESOS-8987] - Master asks agent to shutdown upon auth errors.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
+  * [MESOS-9088] - `createStrippedScalarQuantity()` should clear all metadata fields.
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.