You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2018/08/17 17:55:49 UTC

[mesos] 02/02: Added MESOS-9163 to the 1.7.0 CHANGELOG.

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

chhsiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit 808485da01387bd27a51cb82a90b1f8301d613ee
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Fri Aug 17 10:35:00 2018 -0700

    Added MESOS-9163 to the 1.7.0 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index f53a8d4..18a95ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -123,6 +123,7 @@ All Resolved Issues:
   * [MESOS-9149] - Failed to build gRPC on Linux without OpenSSL.
   * [MESOS-9156] - StorageLocalResourceProviderProcess can deadlock
   * [MESOS-9160] - Failed to compile gRPC when the build path contains symlinks.
+  * [MESOS-9163] - `UriDiskProfileAdaptor` should not update profiles when a poll returns a non-OK HTTP status.
 
 ** Documentation
   * [MESOS-8740] - Update description of a Containerizer interface.