You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2017/08/18 02:04:04 UTC

mesos git commit: Added file-based secrets to 1.4.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.4.x 47179b21e -> 25e75de35


Added file-based secrets to 1.4.0 CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/25e75de3
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/25e75de3
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/25e75de3

Branch: refs/heads/1.4.x
Commit: 25e75de356601fa834a19ea621eb7646fa65a7e0
Parents: 47179b2
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Aug 17 22:03:51 2017 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Aug 17 22:03:51 2017 -0400

----------------------------------------------------------------------
 CHANGELOG | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/25e75de3/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f812ce6..2382d15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,10 @@ This release contains the following new features:
     hierarchical roles, see: MESOS-7402) and thus it is not recommended
     for production usage at this time.
 
+  * [MESOS-7418] - File-based secrets are now supported for Mesos and Universal
+    containerizer. One can specify a file volume which can be populated with
+    secret contents. The secret file is mounted as tmpfs inside the container.
+
   * [MESOS-7477] - Linux ambient capabilites are now supported, so
     frameworks can run tasks that use ambient capabilites to grant
     limited additional privileged to tasks.