You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/07/02 21:28:08 UTC

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

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/5cce5d47
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5cce5d47
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5cce5d47

Branch: refs/heads/master
Commit: 5cce5d47fdcdbbbd37df0e5e66911df56410fb39
Parents: 1732125
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
Authored: Fri Jun 29 12:09:26 2018 -0700
Committer: Chun-Hung Hsiao <ch...@mesosphere.io>
Committed: Mon Jul 2 14:27:55 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/5cce5d47/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index be24a00..f17d67d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,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.