This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push: new 31f43c1 Added MESOS-9616 to the 1.7.3 CHANGELOG. 31f43c1 is described below commit 31f43c19d9b08bf581efde2218e7777aba6fe5f6 Author: Chun-Hung Hsiao <chhs...@mesosphere.io> AuthorDate: Wed May 1 13:40:30 2019 -0700 Added MESOS-9616 to the 1.7.3 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 56f3ef6..366fe81 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -415,6 +415,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP) * [MESOS-9568] - SLRP does not clean up mount directories for destroyed MOUNT disks. * [MESOS-9607] - Removing a resource provider with consumers breaks resource publishing. * [MESOS-9610] - Fetcher vulnerability - escaping from sandbox. + * [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers. * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources * [MESOS-9661] - Agent crashes when SLRP recovers dropped operations. * [MESOS-9692] - Quota may be under allocated for disk resources.