You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/07/22 23:54:07 UTC

[5/5] mesos git commit: Updated 1.0 CHANGELOG about MESOS-5834.

Updated 1.0 CHANGELOG about MESOS-5834.

Review: https://reviews.apache.org/r/50368


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

Branch: refs/heads/1.0.x
Commit: c9b70582e9fccab8f6863b0bd3a812b5969a8c24
Parents: 4c0ef4d
Author: Jie Yu <yu...@gmail.com>
Authored: Fri Jul 22 16:47:11 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Fri Jul 22 16:51:58 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c9b70582/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 2e1b363..54b5f31 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -433,6 +433,7 @@ All Issues:
     * [MESOS-5794] - Agent's /containers endpoint should skip terminated executors.
     * [MESOS-5799] - docker::inspect() may get wrong output when a docker container is not in "running" state
     * [MESOS-5806] - CNI isolator should prepare network related /etc/* files for containers using host mode but specify container images.
+    * [MESOS-5834] - Mesos may pass --volume-driver to the Docker daemon multiple times.
     * [MESOS-5844] - PersistentVolumeEndpointsTest.OfferCreateThenEndpointRemove test is flaky
     * [MESOS-5845] - The fetcher can access any local file as root
     * [MESOS-5848] - Docker health checks are malformed.