Repository: mesos Updated Branches: refs/heads/master 8f7e303df -> 3c8081cb0
Added upgrade notes for deprecating '.json' endpoints. Added a note for the deprecation of endpoints with '.json' extension. Review: https://reviews.apache.org/r/38321 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3c8081cb Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3c8081cb Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3c8081cb Branch: refs/heads/master Commit: 3c8081cb09c1ff63c7441fcfc7c5d49b8f1e5ed6 Parents: 8f7e303 Author: Isabel Jimenez <[email protected]> Authored: Sun Sep 13 22:26:07 2015 -0700 Committer: Adam B <[email protected]> Committed: Sun Sep 13 22:31:18 2015 -0700 ---------------------------------------------------------------------- docs/upgrades.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3c8081cb/docs/upgrades.md ---------------------------------------------------------------------- diff --git a/docs/upgrades.md b/docs/upgrades.md index c4b2880..8e33b9b 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -6,6 +6,28 @@ layout: documentation This document serves as a guide for users who wish to upgrade an existing mesos cluster. Some versions require particular upgrade techniques when upgrading a running cluster. Some upgrades will have incompatible changes. +## Upgrading from 0.24.x to 0.25.x + +**NOTE** The following endpoints will be deprecated in favor of new endpoints. Both versions will be available in 0.25 but the deprecated endpoints will be removed in a subsequent release. + +For master endpoints: + +* /state.json becomes /state +* /tasks.json becomes /tasks + +For slave endpoints: + +* /state.json becomes /state +* /monitor/statistics.json becomes /monitor/statistics + +For both master and slave: + +* /files/browse.json becomes /files/browse +* /files/debug.json becomes /files/debug +* /files/download.json becomes /files/download +* /files/read.json becomes /files/read + + ## Upgrading from 0.23.x to 0.24.x **NOTE** Support for live upgrading a driver based scheduler to HTTP based (experimental) scheduler has been added.
