Updated the upgrades document for 0.18.2 and 0.19.1.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/573541db Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/573541db Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/573541db Branch: refs/heads/master Commit: 573541db4016d05dc51f1d0cda21a2fb52c02821 Parents: 1fdedd1 Author: Benjamin Mahler <[email protected]> Authored: Mon Jul 14 14:04:14 2014 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Mon Jul 14 14:04:14 2014 -0700 ---------------------------------------------------------------------- docs/upgrades.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/573541db/docs/upgrades.md ---------------------------------------------------------------------- diff --git a/docs/upgrades.md b/docs/upgrades.md index 346f19e..919f010 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -6,7 +6,7 @@ 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.18.0 to 0.19.0. +## Upgrading from 0.18.x to 0.19.x. NOTE: There are new required flags on the master (`--work_dir` and `--quorum`) to support the *Registrar* feature, which adds replicated state on the masters. @@ -21,7 +21,7 @@ In order to upgrade a running cluster: * Upgrade the executors by linking the latest native library and mesos jar (if necessary). -## Upgrading from 0.17.0 to 0.18.0. +## Upgrading from 0.17.0 to 0.18.x. In order to upgrade a running cluster:
