Repository: mesos Updated Branches: refs/heads/1.6.x 131d88788 -> ccc1c128d
Added MESOS-8830 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/ccc1c128 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ccc1c128 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ccc1c128 Branch: refs/heads/1.6.x Commit: ccc1c128d1339c529e7ef0a3888bb351db2f8894 Parents: a3452eb Author: Chun-Hung Hsiao <chhs...@mesosphere.io> Authored: Fri Jun 29 12:09:26 2018 -0700 Committer: Chun-Hung Hsiao <chhs...@mesosphere.io> Committed: Mon Jul 2 13:54:17 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ccc1c128/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index af74f26..d3ebbda 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ Release Notes - Mesos - Version 1.6.1 * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`. * [MESOS-8106] - Docker fetcher plugin unsupported scheme failure message is not accurate. * [MESOS-8786] - CgroupIsolatorProcess accesses subsystem processes directly. + * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed. * [MESOS-8904] - Master crash when removing quota. * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.