Repository: mesos Updated Branches: refs/heads/master 10f0345d2 -> cf3b4352b
Added MESOS-8054 to the 1.6 CHANGELOG. Review: https://reviews.apache.org/r/66965/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c80cf161 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c80cf161 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c80cf161 Branch: refs/heads/master Commit: c80cf1612afa11ab2a2c42527683f365adb54683 Parents: 10f0345 Author: Greg Mann <[email protected]> Authored: Fri May 4 15:31:57 2018 -0700 Committer: Greg Mann <[email protected]> Committed: Fri May 4 15:31:57 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/c80cf161/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 02c7d6f..f6fb0d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,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-8534] - **Experimental** A nested container is now allowed to join a separate CNI network than its parent container.
