Repository: mesos Updated Branches: refs/heads/1.5.x 1d9b5de7d -> 1d91edcc3
Documented the change in the Protobuf requirement. Review: https://reviews.apache.org/r/64823/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d33cd473 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d33cd473 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d33cd473 Branch: refs/heads/1.5.x Commit: d33cd473e2740fd4230597a04b0d219703c88c52 Parents: 1d9b5de Author: Chun-Hung Hsiao <[email protected]> Authored: Wed Jan 17 10:04:01 2018 -0800 Committer: Jie Yu <[email protected]> Committed: Wed Jan 17 10:08:07 2018 -0800 ---------------------------------------------------------------------- CHANGELOG | 3 +++ docs/upgrades.md | 6 ++++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d33cd473/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 47e1150..acba635 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -52,6 +52,9 @@ Additional API Changes: * [MESOS-7973] A new `catchup` method has been added to the `Log.Reader` interface (including Java binding). +Changes to Dependencies: + * Upgraded minimum required Protobuf library to version 3+. + Unresolved Critical Issues: Feature Graduations: http://git-wip-us.apache.org/repos/asf/mesos/blob/d33cd473/docs/upgrades.md ---------------------------------------------------------------------- diff --git a/docs/upgrades.md b/docs/upgrades.md index 29739cb..655d702 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -52,6 +52,7 @@ We categorize the changes as follows: <li>A <a href="#1-5-x-network-ports-isolator">Network ports isolator</a></li> <li>C <a href="#1-5-x-relative-disk-source-root-path">Relative source root paths for disk resources</a></li> <li>A <a href="#1-5-x-reconfiguration-policy">Agent state recovery after resource changes</a></li> + <li>C <a href="#1-5-x-protobuf-requirement">Requirement for Protobuf library</a></li> </ul> </td> @@ -398,10 +399,15 @@ We categorize the changes as follows: * `show_standalone`: Whether to show standalone containers. <a name="1-5-x-reconfiguration-policy"></a> + * A new agent flag `--reconfiguration_policy` has been added. By setting the value of this flag to `additive`, operators can allow the agent to be restarted with increased resources without requiring the agent ID to be changed. Note that if this feature is used, the master version is required to be >= 1.5 as well. +<a name="1-5-x-protobuf-requirement"></a> + +* Protobuf version 3+ is required to build Mesos. Please upgrade your Protobuf library if you are using an unbundled one. + ## Upgrading from 1.3.x to 1.4.x ## <a name="1-4-x-ambient-capabilities"></a>
