You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/03/29 20:19:46 UTC

mesos git commit: Added MESOS-8536 to the 1.5.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 69d627e17 -> d0fcbdf9c


Added MESOS-8536 to the 1.5.1 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d0fcbdf9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d0fcbdf9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d0fcbdf9

Branch: refs/heads/master
Commit: d0fcbdf9c0df166bd48ba3131c9a2ec43ef89571
Parents: 69d627e
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
Authored: Thu Mar 29 13:17:30 2018 -0700
Committer: Chun-Hung Hsiao <ch...@mesosphere.io>
Committed: Thu Mar 29 13:18:48 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d0fcbdf9/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d5ec58f..2984b92 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ Release Notes - Mesos - Version 1.5.1 (WIP)
   * [MESOS-8468] - `LAUNCH_GROUP` failure tears down the default executor.
   * [MESOS-8488] - Docker bug can cause unkillable tasks.
   * [MESOS-8510] - URI disk profile adaptor does not consider plugin type for a profile.
+  * [MESOS-8536] - Pending offer operations on resource provider resources not properly accounted for in allocator.
   * [MESOS-8550] - Bug in `Master::detected()` leads to coredump in `MasterZooKeeperTest.MasterInfoAddress`.
   * [MESOS-8552] - CGROUPS_ROOT_PidNamespaceForward and CGROUPS_ROOT_PidNamespaceBackward tests fail.
   * [MESOS-8565] - Persistent volumes are not visible in Mesos UI when launching a pod using default executor.