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/30 07:49:47 UTC

[mesos] branch master updated (4fa4f77 -> 977af9b)

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 4fa4f77  Documented LIBPROCESS_SSL_ENABLE_TLS_V1_3.
     new 63391fe  Added MESOS-9536 to the 1.8.1 CHANGELOG.
     new 9c20d4e  Added MESOS-9536 to the 1.7.3 CHANGELOG.
     new 977af9b  Added MESOS-9536 to the 1.6.3 CHANGELOG.

The 3 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/03: Added MESOS-9536 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 977af9b87f582d6301083c730046d5be32c5fea6
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Apr 30 09:48:33 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 0870089..9c01040 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -881,6 +881,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
 ** Bug
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
+  * [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-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] 02/03: Added MESOS-9536 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 9c20d4ec869a4fb3eb90fda975afc10c1bdb49c3
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Apr 30 09:47:24 2019 +0800

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

diff --git a/CHANGELOG b/CHANGELOG
index 83f7fca..0870089 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -408,6 +408,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-8467] - Destroyed executors might be used after `Slave::publishResource()`.
   * [MESOS-9507] - Agent could not recover due to empty docker volume checkpointed files.
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
+  * [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-9549] - nvidia/cuda 10 does not work on GPU isolator.
   * [MESOS-9564] - Logrotate container logger lets tasks execute arbitrary commands in the Mesos agent's namespace.
   * [MESOS-9568] - SLRP does not clean up mount directories for destroyed MOUNT disks.


[mesos] 01/03: Added MESOS-9536 to the 1.8.1 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 63391fe89d7581cc2a42a8f5095630a5aa4bd502
Author: Qian Zhang <zh...@gmail.com>
AuthorDate: Tue Apr 30 09:46:12 2019 +0800

    Added MESOS-9536 to the 1.8.1 CHANGELOG.
---
 CHANGELOG | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 799da78..83f7fca 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+Release Notes - Mesos - Version 1.8.1 (WIP)
+-------------------------------------------
+* This is a bug fix release.
+
+** 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`.
+
+
 Release Notes - Mesos - Version 1.8.0
 -------------------------------------
 This release contains the following highlights: