This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch 1.6.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 058ed4d73f911b8dd3176143c4c0d0f1f3c22285 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 21c464a..bdf3a72 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,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.
