This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a commit to branch 1.8.x in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 616031597e0fcd3476f93b4ead90055502434306 Author: Qian Zhang <[email protected]> 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 ea73d0a..d19085d 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:
