Repository: mesos Updated Branches: refs/heads/master e181f26b6 -> 90ce79767
Added operation feedback to the list of experimental features. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/90ce7976 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/90ce7976 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/90ce7976 Branch: refs/heads/master Commit: 90ce797677eda14cc82578a9bd90f67c8df97301 Parents: e181f26 Author: Greg Mann <[email protected]> Authored: Mon May 14 09:06:21 2018 -0700 Committer: Greg Mann <[email protected]> Committed: Mon May 14 09:06:21 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/90ce7976/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 79d9095..0fb4175 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,9 +21,10 @@ This release contains the following new features: * [MESOS-7944] - **Experimental** Added a new `MemoryProfiler` class to libprocess to aid in debugging memory issues. - * [MESOS-8054] - Schedulers can now receive feedback about offer operations - which operate on resources managed by resource providers. In the future, - this feature will be extended to operations on agent default resources. + * [MESOS-8054] - **Experimental** Schedulers can now receive feedback about + offer operations which operate on resources managed by resource providers. + In the future, this feature will be extended to operations on agent default + resources. * [MESOS-8534] - **Experimental** A nested container is now allowed to join a separate CNI network than its parent container. @@ -122,6 +123,7 @@ All Experimental Features: * [MESOS-5931] - Support auto backend in Mesos Containerizer. * [MESOS-6014] - Added port mapping CNI plugin. * [MESOS-7944] - Libprocess `MemoryProfiler`. + * [MESOS-8054] - Offer operation feedback. * [MESOS-8534] - Separate CNI networks for nested containers. * [MESOS-8649] - Support for Container Storage Interface version 0.2. * [MESOS-8801] - Linux support for jemalloc.
