Updated changelog/upgrades.md for shutdown_frameworks deprecation.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/496ca3bf Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/496ca3bf Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/496ca3bf Branch: refs/heads/master Commit: 496ca3bf7efa788aeecc4d65aa546d48b1e4cc5e Parents: 6b6912c Author: Adam B <[email protected]> Authored: Thu Jan 21 01:42:21 2016 -0800 Committer: Adam B <[email protected]> Committed: Thu Jan 21 01:42:21 2016 -0800 ---------------------------------------------------------------------- CHANGELOG | 1 + docs/upgrades.md | 2 ++ 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/496ca3bf/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 912a402..5fbb3d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ Release Notes - Mesos - Version 0.27.0 (WIP) * [MESOS-313] - Report executor termination to framework schedulers. * [MESOS-2315] - Removed deprecated CommandInfo::ContainerInfo. * [MESOS-3988] - Implicit roles. + * [MESOS-4154] - Rename shutdown_frameworks to teardown_frameworks. Release Notes - Mesos - Version 0.26.0 http://git-wip-us.apache.org/repos/asf/mesos/blob/496ca3bf/docs/upgrades.md ---------------------------------------------------------------------- diff --git a/docs/upgrades.md b/docs/upgrades.md index ec2d6fd..0f05c7c 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -16,6 +16,8 @@ This document serves as a guide for users who wish to upgrade an existing Mesos * The isolator `prepare` interface has been changed slightly. Instead of keeping adding parameters to the `prepare` interface, we decide to use a protobuf (`ContainerConfig`). Also, we renamed `ContainerPrepareInfo` to `ContainerLaunchInfo` to better capture the purpose of this struct. See [MESOS-4240](https://issues.apache.org/jira/browse/MESOS-4240) and [MESOS-4282](https://issues.apache.org/jira/browse/MESOS-4282) for more information. If you are an isolator module writer, you will have to adjust your isolator module according to the new interface and re-compile with 0.27. +* ACLs.shutdown_frameworks has been deprecated in favor of the new ACLs.teardown_frameworks. This affects the `--acls` master flag for the local authorizer. + ## Upgrading from 0.25.x to 0.26.x ## **NOTE** The names of some TaskStatus::Reason enums have been changed. But the tag numbers remain unchanged, so it is backwards compatible. Frameworks using the new version might need to do some compile time adjustments:
