You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/05/20 22:12:45 UTC

[mesos] 01/02: Revert "Added MESOS-9536 to the 1.7.3 CHANGELOG."

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

gilbert pushed a commit to branch 1.7.x
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit cbdf028e03443e7433178f1424839bab2f28cfd2
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Mon May 20 15:12:31 2019 -0700

    Revert "Added MESOS-9536 to the 1.7.3 CHANGELOG."
    
    This reverts commit f0cbafdc82bfa9b93df01053c9b1bd5855dc0dba.
---
 CHANGELOG | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index e1ae23c..4f76198 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,7 +6,6 @@ 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.