You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2019/04/15 10:33:52 UTC

[mesos] branch master updated (7614931 -> 4cadbde)

This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 7614931  Fixed wrong example of --resources=filepath agent configuration.
     new 7ebeea6  Added MESOS-9159 and MESOS-9675 to the 1.7.3 CHANGELOG.
     new 0aff10f  Added MESOS-9159 and MESOS-9675 to the 1.6.3 CHANGELOG.
     new 65c2378  Added MESOS-9159 and MESOS-9675 to the 1.5.4 CHANGELOG.
     new 4cadbde  Added MESOS-9159 and MESOS-9675 to the 1.4.4 CHANGELOG.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 10 ++++++++++
 1 file changed, 10 insertions(+)


[mesos] 03/04: Added MESOS-9159 and MESOS-9675 to the 1.5.4 CHANGELOG.

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 65c2378fd57b06e562b2278355ad3198fbd949c1
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Mon Apr 15 16:19:37 2019 +0800

    Added MESOS-9159 and MESOS-9675 to the 1.5.4 CHANGELOG.
---
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 1254829..6a8dd3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1315,6 +1315,10 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
   * [MESOS-9707] - Calling link::lo() may cause runtime error
 
+** Improvement
+  * [MESOS-9159] - Support Foreign URLs in docker registry puller.
+  * [MESOS-9675] - Docker Manifest V2 Schema2 Support.
+
 
 Release Notes - Mesos - Version 1.5.3
 -------------------------------------


[mesos] 02/04: Added MESOS-9159 and MESOS-9675 to the 1.6.3 CHANGELOG.

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 0aff10f0969cabec9d49ad450ee9c098d4109c1a
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Mon Apr 15 16:16:51 2019 +0800

    Added MESOS-9159 and MESOS-9675 to the 1.6.3 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 6c6da13..1254829 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -856,6 +856,8 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
 
 ** Improvement
   * [MESOS-8880] - Add minimum capabilities in the master.
+  * [MESOS-9159] - Support Foreign URLs in docker registry puller.
+  * [MESOS-9675] - Docker Manifest V2 Schema2 Support.
 
 
 Release Notes - Mesos - Version 1.6.2


[mesos] 04/04: Added MESOS-9159 and MESOS-9675 to the 1.4.4 CHANGELOG.

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 4cadbde76a2a7d837be0b7c14a460e6761e4e929
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Mon Apr 15 16:20:54 2019 +0800

    Added MESOS-9159 and MESOS-9675 to the 1.4.4 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 6a8dd3a..cadb879 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1942,6 +1942,8 @@ Release Notes - Mesos - Version 1.4.4 (WIP)
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
 
 ** Improvement:
+  * [MESOS-9159] - Support Foreign URLs in docker registry puller.
+  * [MESOS-9675] - Docker Manifest V2 Schema2 Support.
 
 
 Release Notes - Mesos - Version 1.4.3


[mesos] 01/04: Added MESOS-9159 and MESOS-9675 to the 1.7.3 CHANGELOG.

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 7ebeea624bb9159b60156e2a29b48494bf3e53df
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Mon Apr 15 16:13:11 2019 +0800

    Added MESOS-9159 and MESOS-9675 to the 1.7.3 CHANGELOG.
---
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index d09865e..6c6da13 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -391,7 +391,9 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
 
 ** Improvements
   * [MESOS-8880] - Add minimum capabilities in the master.
+  * [MESOS-9159] - Support Foreign URLs in docker registry puller.
   * [MESOS-9540] - Support `DESTROY_DISK` on preprovisioned CSI volumes.
+  * [MESOS-9675] - Docker Manifest V2 Schema2 Support.
 
 
 Release Notes - Mesos - Version 1.7.2