You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/07/24 12:50:23 UTC

[4/5] mesos git commit: Added missing anchor.

Added missing anchor.

Review: https://reviews.apache.org/r/67905/


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

Branch: refs/heads/master
Commit: 36265a6912922c3a0b1a0758b38d8ea4d01b7c77
Parents: fdbe0a7
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Tue Jul 24 12:35:47 2018 +0200
Committer: Benjamin Bannier <bb...@apache.org>
Committed: Tue Jul 24 12:35:47 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/36265a69/docs/upgrades.md
----------------------------------------------------------------------
diff --git a/docs/upgrades.md b/docs/upgrades.md
index 8bf2d8c..f3cf0b0 100644
--- a/docs/upgrades.md
+++ b/docs/upgrades.md
@@ -596,6 +596,7 @@ We categorize the changes as follows:
 
 * Support for deprecated ACL `shutdown_frameworks` has been removed from the local authorizer. Before upgrading the Mesos binaries, replace all instances of the ACL `shutdown_frameworks` with the newer ACL `teardown_frameworks`. After updating the ACLs, the binaries can be safely replaced.
 
+<a name="1-3-x-multi-role-support"></a>
 <a name="1-3-x-framework-info-role"></a>
 
 * Support for multi-role frameworks deprecates the `FrameworkInfo.role` field in favor of `FrameworkInfo.roles` and the `MULTI_ROLE` capability. Frameworks using the new field can continue to use a single role.