Repository: mesos Updated Branches: refs/heads/master 3a37f6019 -> 0086fcc5a
Updated CHANGELOG about MESOS-4945. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0086fcc5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0086fcc5 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0086fcc5 Branch: refs/heads/master Commit: 0086fcc5a3505a6b5c126f478900f07a03e3db05 Parents: 3a37f60 Author: Jie Yu <[email protected]> Authored: Fri Dec 22 15:53:18 2017 -0800 Committer: Jie Yu <[email protected]> Committed: Fri Dec 22 15:53:18 2017 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0086fcc5/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 6c829b1..c26ab06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,8 @@ This release contains the following new features: * [MESOS-7289, MESOS-7235] - **Experimental* support for Container Storage Interface (CSI) to simplify storage management in Mesos, and allow 3rdparty vendors to plugin into Mesos very easily. + * [MESOS-4945] Agents now can automatically garbage collect unused + Docker image layers used by MesosContainerizer. Deprecations/Removals: * Agent flag `--executor_secret_key` has been deprecated. Operators
