You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ab...@apache.org on 2019/04/30 12:50:31 UTC

[mesos] branch master updated (c8004ee -> 4eec48e)

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

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


    from c8004ee  Removed the duplicate pid check in Docker containerizer.
     new a8fe548  Added MESOS-9695 to the 1.8.1 CHANGELOG.
     new 592f7c4  Added MESOS-9695 to the 1.7.3 CHANGELOG.
     new 138bfe4  Added MESOS-9695 to the 1.6.3 CHANGELOG.
     new 4eec48e  Added MESOS-9695 to the 1.5.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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


[mesos] 01/04: Added MESOS-9695 to the 1.8.1 CHANGELOG.

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

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

commit a8fe548b091732c2b46f5e6a7d7392de92644f5a
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 30 14:08:58 2019 +0200

    Added MESOS-9695 to the 1.8.1 CHANGELOG.
---
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 9c01040..89452a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@ Release Notes - Mesos - Version 1.8.1 (WIP)
 
 ** Bug
   * [MESOS-9536] - Nested container launched with non-root user may not be able to write to its sandbox via the environment variable `MESOS_SANDBOX`.
-
+  * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
 
 Release Notes - Mesos - Version 1.8.0
 -------------------------------------


[mesos] 03/04: Added MESOS-9695 to the 1.6.3 CHANGELOG.

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

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

commit 138bfe41c822823afe6d2a0532e3c95e4f7d3bfe
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 30 14:36:47 2019 +0200

    Added MESOS-9695 to the 1.6.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index e7ec1a5..425df0e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -886,6 +886,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9564] - Logrotate container logger lets tasks execute arbitrary commands in the Mesos agent's namespace.
   * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources
   * [MESOS-9692] - Quota may be under allocated for disk resources.
+  * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvement


[mesos] 04/04: Added MESOS-9695 to the 1.5.4 CHANGELOG.

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

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

commit 4eec48e17d08575c18458f713d2e8280faab99d6
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 30 14:45:01 2019 +0200

    Added MESOS-9695 to the 1.5.4 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 425df0e..1a4d782 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1350,6 +1350,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
 ** Bug
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
   * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources
+  * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvement


[mesos] 02/04: Added MESOS-9695 to the 1.7.3 CHANGELOG.

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

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

commit 592f7c44a304f5c02804a0de98df07ec295ce070
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 30 14:30:32 2019 +0200

    Added MESOS-9695 to the 1.7.3 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 89452a0..e7ec1a5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -417,6 +417,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9619] - Mesos Master Crashes with Launch Group when using Port Resources
   * [MESOS-9661] - Agent crashes when SLRP recovers dropped operations.
   * [MESOS-9692] - Quota may be under allocated for disk resources.
+  * [MESOS-9695] - Remove the duplicate pid check in Docker containerizer
   * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvements