You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by me...@apache.org on 2015/07/30 00:31:32 UTC

[2/2] mesos git commit: Added deprecated/removed endpoints to 0.23 upgrade guide.

Added deprecated/removed endpoints to 0.23 upgrade guide.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2c38f201
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2c38f201
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2c38f201

Branch: refs/heads/master
Commit: 2c38f201f3a40c8332ae7068d81844661e61d6d0
Parents: 5115776
Author: Adam B <ad...@mesosphere.io>
Authored: Wed Jul 29 15:23:07 2015 -0700
Committer: Adam B <ad...@mesosphere.io>
Committed: Wed Jul 29 15:23:07 2015 -0700

----------------------------------------------------------------------
 docs/upgrades.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2c38f201/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 47fa589..fce4b01 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -8,6 +8,10 @@ This document serves as a guide for users who wish to upgrade an existing mesos
 
 ## Upgrading from 0.22.x to 0.23.x
 
+**NOTE** The 'stats.json' endpoints for masters and slaves have been removed. Please use the 'metrics/snapshot' endpoints instead.
+
+**NOTE** The '/master/shutdown' endpoint is deprecated in favor of the new '/master/teardown' endpoint.
+
 **NOTE** In order to enable decorator modules to remove metadata (environment variables or labels), we changed the meaning of the return value for decorator hooks in Mesos 0.23.0. Please refer to the modules documentation for more details.
 
 **NOTE** Slave ping timeouts are now configurable on the master via `--slave_ping_timeout` and `--max_slave_ping_timeouts`. Slaves should be upgraded to 0.23.x before changing these flags.