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 9a5b2986a74006cb68e2262b4b2d5f7e22058a27
Author: Qian Zhang <[email protected]>
AuthorDate: Tue Aug 27 09:29:21 2019 +0800

    Added MESOS-9795 to the 1.9.0 release highlights.
    
    The style of the Containerization section in the 1.9.0 release
    highlights was also updated to be consistent with other sections.
---
 CHANGELOG | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 58cf418..a5bb8d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,19 +14,22 @@ This release contains the following highlights:
 
   * Containerization:
 
-    * [MESOS-9760] - A new `--docker_ignore_runtime` flag has been
-      added. This causes the agent to ignore any runtime configuration
-      present in Docker images.
+    * A new `--docker_ignore_runtime` flag has been added. This causes the 
agent
+      to ignore any runtime configuration present in Docker images. 
(MESOS-9760)
 
-    * [MESOS-9770] - Add no-new-privileges isolator. An additional
-      Linux isolator has been added to support enabling the no_new_privs
-      process control flag.
+    * Add no-new-privileges isolator. A new Linux isolator has been added to
+      support enabling the no_new_privs process control flag. (MESOS-9770)
 
-    * [MESOS-9771] - The Mesos containerizer now masks sensitive paths
-      in `/proc` for containers that do not share the host's PID namespace.
+    * The Mesos containerizer now masks sensitive paths in `/proc` for
+      containers that do not share the host's PID namespace. (MESOS-9771)
 
-    * [MESOS-9900] - The Mesos containerizer now includes ephemeral
-      overlayfs storage in the task disk quota as well as sandbox storage.
+    * The Mesos containerizer now supports configurable IPC namespace and
+      /dev/shm. Container can be configured to have a private IPC namespace
+      and /dev/shm or share them from its parent, and the size of its private
+      /dev/shm is also configurable. (MESOS-9795)
+
+    * The Mesos containerizer now includes ephemeral overlayfs storage in the
+      task disk quota as well as sandbox storage. (MESOS-9900)
 
 Additional API Changes:
 

Reply via email to