Updated the 1.6.0 CHANGELOG. Review: https://reviews.apache.org/r/66694/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/20a97327 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/20a97327 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/20a97327 Branch: refs/heads/master Commit: 20a973274dfc2ca37157309eb6ff3a10b959ff42 Parents: 366b27a Author: Greg Mann <[email protected]> Authored: Mon Apr 23 14:21:14 2018 -0700 Committer: Greg Mann <[email protected]> Committed: Mon Apr 23 14:44:22 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/20a97327/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 09fff1d..c9d5c8b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,26 @@ This release contains the following new features: configured to use the jemalloc allocator by default via the `--enable-jemalloc-allocator` configuration option. + * [MESOS-8572] - Improvements to the Docker containerizer and executor + to more gracefully handle situations in which the Docker CLI is + unresponsive. + + * [MESOS-8607] - The âmesos-executeâ tool has been ported to Windows. + +Additional API Changes: + * [MESOS-8534] - Nested containers within a task group can now specify + separate network namespaces. + + * [MESOS-8388] - Local resource provider resources are now included in + the responses to the GET_AGENTS and GET_RESOURCE_PROVIDER calls. + + * [MESOS-8332] - Container sandbox permissions have been changed from + 0755 to 0750. + + * [MESOS-8306] - Authorization of resource reservation has been updated + to allow the restriction of which agents can statically reserve + resources for which roles. + Release Notes - Mesos - Version 1.5.1 (WIP) -------------------------------------------
