This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 7764108bcd8e9d79c420db35007094fd2a93b22d Author: Benjamin Mahler <[email protected]> AuthorDate: Mon Jun 24 18:11:51 2019 -0400 Added MESOS-9124 to the 1.6.3 CHANGELOG. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index f43f9bf..8149699 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -914,6 +914,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP) * This is a bug fix release. ** Bug + * [MESOS-9124] - Agent reconfiguration can cause master to unsuppress on scheduler's behalf. * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files. * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true. * [MESOS-9564] - Logrotate container logger lets tasks execute arbitrary commands in the Mesos agent's namespace.
