Updated CHANGELOG about standalone container support.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e490d452 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e490d452 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e490d452 Branch: refs/heads/master Commit: e490d452a62889e93c5e9e04273679f53fa2117c Parents: d9cf4bc Author: Jie Yu <[email protected]> Authored: Fri Dec 22 15:38:37 2017 -0800 Committer: Jie Yu <[email protected]> Committed: Fri Dec 22 15:38:37 2017 -0800 ---------------------------------------------------------------------- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/e490d452/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 1996f79..c3df9cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,9 @@ This release contains the following new features: * Several improvements and fixes to the enforcement of quota guarantees have been made: MESOS-4527, MESOS-7099, MESOS-8293, MESOS-8339, MESOS-8352. + * [MESOS-7302] - Support launching standalone containers on the + agent using MesosContainerizer without a master or framework + running. Deprecations/Removals: * Agent flag `--executor_secret_key` has been deprecated. Operators
