This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit db7ce35dc155c2de7e66ec051ee0f6bcf784b4e1 Author: Benjamin Mahler <bmah...@apache.org> AuthorDate: Mon May 6 18:13:07 2019 -0400 Added MESOS-9766 to the 1.8.1 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index ed2862c..2abd945 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP) * [MESOS-9536] - Nested container launched with non-root user may not be able to write to its sandbox via the environment variable `MESOS_SANDBOX`. * [MESOS-9616] - `Filters.refuse_seconds` declines resources not in offers. * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer + * [MESOS-9766] - /__processes__ endpoint can hang. Release Notes - Mesos - Version 1.8.0 -------------------------------------