You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by zh...@apache.org on 2018/05/04 17:11:10 UTC

[1/2] mesos git commit: Added MESOS-4965 to the 1.6.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 351bade6c -> e54a75229


Added MESOS-4965 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/db19466d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/db19466d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/db19466d

Branch: refs/heads/master
Commit: db19466d4844e7f6dac4a3bbc266f237b54db8d7
Parents: 351bade
Author: Zhitao Li <zh...@gmail.com>
Authored: Fri May 4 10:00:57 2018 -0700
Committer: Zhitao Li <zh...@gmail.com>
Committed: Fri May 4 10:04:06 2018 -0700

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/db19466d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index befaab1..87e26db 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,9 @@ This release contains the following new features:
 
   * [MESOS-8607] - The ‘mesos-execute’ tool has been ported to Windows.
 
+  * [MESOS-4965] - **Experimental** Persistent volumes can be resized
+    through new offer operations and V1 operator API now.
+
 Additional API Changes:
   * [MESOS-8534] - Nested containers within a task group can now specify
     separate network namespaces.


[2/2] mesos git commit: Added MESOS-8725 to the 1.6.0 CHANGELOG.

Posted by zh...@apache.org.
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 <zh...@gmail.com>
Authored: Fri May 4 10:09:31 2018 -0700
Committer: Zhitao Li <zh...@gmail.com>
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.