Listed experimental GPU support in the CHANGELOG for 1.0.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5bdde8df Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5bdde8df Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5bdde8df Branch: refs/heads/master Commit: 5bdde8df6f5022999f803c122dd69813086c91f1 Parents: d59693f Author: Benjamin Mahler <bmah...@apache.org> Authored: Tue May 31 23:40:59 2016 -0600 Committer: Benjamin Mahler <bmah...@apache.org> Committed: Tue May 31 23:40:59 2016 -0600 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/5bdde8df/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index cdd48db..4b680ff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -79,6 +79,10 @@ This release contains the following new features: * [MESOS-4189] - Weights for resource roles can now be configured dynamically via the new '/weights' endpoint on the master. + * [MESOS-4424] - **Experimental** limited support for using Nvidia GPU as a + resource. This initial support works when there is no container filesystem + isolation in use. Improvements to the support to come in future releases. + Deprecations: * [MESOS-2281] - Deprecated the plain text format for credentials in favor of the JSON format.