You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2019/04/16 23:13:57 UTC

[mesos] branch 1.8.x updated: Added MESOS-9704 to 1.8.0 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

gilbert 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 158d8b3  Added MESOS-9704 to 1.8.0 CHANGELOG.
158d8b3 is described below

commit 158d8b351a3adefca10791afeee015dec10b7ca0
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Tue Apr 16 16:06:54 2019 -0700

    Added MESOS-9704 to 1.8.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 3f06f27..4414173 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -313,6 +313,7 @@ All Resolved Issues:
   * [MESOS-9642] - Avoid reading host mount table when allocating a gid in GIDManager.
   * [MESOS-9643] - Make setting volume ownership asynchronous in volume gid manager
   * [MESOS-9655] - Improving SLRP tests for preprovisioned volumes.
+  * [MESOS-9704] - Support docker manifest v2s2 config GC.
 
 ** Task
   * [MESOS-4509] - Remove deprecated .json endpoints.