You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/01/31 20:36:58 UTC

mesos git commit: Added MESOS-8514 to the 1.5.0 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/1.5.x 999439bdc -> 2ec072682


Added MESOS-8514 to the 1.5.0 CHANGELOG.


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

Branch: refs/heads/1.5.x
Commit: 2ec072682ea781e17ef86fda4c9bf6e284cbef4b
Parents: 999439b
Author: Greg Mann <gr...@gmail.com>
Authored: Wed Jan 31 12:36:35 2018 -0800
Committer: Greg Mann <gr...@gmail.com>
Committed: Wed Jan 31 12:36:35 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2ec07268/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index a193445..bce41c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -316,6 +316,7 @@ All Resolved Issues:
   * [MESOS-8460] - `Slave::detachFile` can segfault because it could use invalid Framework*.
   * [MESOS-8461] - SLRP should no assume a CSI plugin always has GetNodeID implemented.
   * [MESOS-8469] - Mesos master might drop some events in the operator API stream.
+  * [MESOS-8514] - SLRP failed to connect to CSI endpoint.
 
 ** Documentation
   * [MESOS-5078] - Document TaskStatus reasons.