You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/06/04 14:39:16 UTC

[2/2] mesos git commit: Added MESOS-8942 to the 1.6.1 CHANGELOG.

Added MESOS-8942 to the 1.6.1 CHANGELOG.


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

Branch: refs/heads/1.6.x
Commit: 0ba5cbf0f673aec726e930095091b537ed770ef5
Parents: 047ae01
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Jun 4 16:38:56 2018 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Jun 4 16:38:56 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/0ba5cbf0/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 632971e..cca4d96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ Release Notes - Mesos - Version 1.6.1 (WIP)
   * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly.
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
+  * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.
   * [MESOS-8945] - Master check failure due to CHECK_SOME(providerId).
   * [MESOS-8947] - Improve the container preparing logging in IOSwitchboard and volume/secret isolator.
   * [MESOS-8952] - process::await/collect n^2 performance issue.