This is an automated email from the ASF dual-hosted git repository.
bennoe pushed a commit to branch 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/1.8.x by this push:
new 85462fc Added Containerization highlights to the CHANGELOG.
85462fc is described below
commit 85462fc183a60ae18d85729bccb1fffb59aa572c
Author: Gilbert Song <[email protected]>
AuthorDate: Sat Apr 13 01:11:33 2019 +0200
Added Containerization highlights to the CHANGELOG.
---
CHANGELOG | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index fddb34e..880ebfe 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -36,6 +36,28 @@ This release contains the following highlights:
reconciliation request. This is similar to the way in which the master
replies to requests for task status reconciliation.
+ * Containerization:
+
+ * [MESOS-9029] - New `linux/seccomp` isolator: Containers launched
+ by Mesos containerizer can be sandboxed by enabling filtering of
+ system calls using a configurable policy.
+
+ * [MESOS-9675] - Support pulling docker images with docker manifest
+ V2 Schema2 on Mesos Containerizer.
+
+ * [MESOS-9133] - Support custom port range option to the `network/ports`
+ isolator. Added the `--container_ports_isolated_range` flag to the
+ `network/ports` isolator. This allows the operator to specify a custom
+ port range to be protected by the isolator.
+
+ * [MESOS-5158] - Support XFS quota for persistent volumes. Added
+ persistent volume support to the `disk/xfs` isolator.
+
+ * [MESOS-9009] - Support an option to create non-existing host
+ paths for host path volume in Mesos Containerizer. Added a new
+ agent flag `--host_path_volume_force_creation` for the
+ `volume/host_path` isolator.
+
* Container Storage Interface (CSI):
* **Experimental** Supported the new CSI v1 API. Operators can deploy