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 17:38:17 UTC

[7/7] mesos git commit: Removed WIP from CHANGELOG.

Removed WIP from CHANGELOG.

Added image-pull secrets.


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

Branch: refs/heads/1.4.x
Commit: b9187d54a97206b4a09fb5cb1d0834ab5fa5abd3
Parents: 64335de
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Aug 17 22:19:18 2017 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Fri Aug 18 13:37:34 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b9187d54/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2382d15..8528fc0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Release Notes - Mesos - Version 1.4.0 (WIP)
+Release Notes - Mesos - Version 1.4.0
 -------------------------------------------
 This release contains the following new features:
 
@@ -18,9 +18,9 @@ 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-7418, MESOS-7088] - File-based secrets are now supported for Mesos
+    and Universal containerizer. Image-pull secrets are supported for Docker
+    registry credentials.
 
   * [MESOS-7477] - Linux ambient capabilites are now supported, so
     frameworks can run tasks that use ambient capabilites to grant
@@ -169,6 +169,7 @@ All Resolved Issues:
     * [MESOS-7501] - Change legacy --with-network-isolator to --with-port-mapping-isolator
 
 ** Epic
+    * [MESOS-7088] - Support private registry credential per container.
     * [MESOS-6975] - Prevent pre-1.0 agents from registering with 1.3+ master.
     * [MESOS-7623] - Automatically publish website through CI