Added MESOS-8725 to the 1.6.0 CHANGELOG.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e54a7522 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e54a7522 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e54a7522 Branch: refs/heads/master Commit: e54a75229de699c10165ed79297ccf44c07527e5 Parents: db19466 Author: Zhitao Li <[email protected]> Authored: Fri May 4 10:09:31 2018 -0700 Committer: Zhitao Li <[email protected]> Committed: Fri May 4 10:10:37 2018 -0700 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/e54a7522/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 87e26db..0367560 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,10 @@ This release contains the following new features: * [MESOS-4965] - **Experimental** Persistent volumes can be resized through new offer operations and V1 operator API now. + * [MESOS-8725] - Added a new `max_completion_time` field to `TaskInfo`. + Tasks which do not complete at the end of the specified duration will + fail with a new reason `REASON_MAX_COMPLETION_TIME_REACHED`. + Additional API Changes: * [MESOS-8534] - Nested containers within a task group can now specify separate network namespaces.
