You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2018/11/20 19:18:49 UTC

[mesos] 02/03: Added MESOS-9317 to the 1.6.2 CHANGELOG.

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

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

commit 24d831cc1c58f7bc205aee2f641650578490ec55
Author: Till Toenshoff <to...@me.com>
AuthorDate: Tue Nov 20 17:35:15 2018 +0100

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

diff --git a/CHANGELOG b/CHANGELOG
index ff31975..fd31aae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -420,6 +420,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9279] - Docker Containerizer 'usage' call might be expensive if mount table is big.
   * [MESOS-9283] - Docker containerizer actor can get backlogged with large number of containers.
   * [MESOS-9308] - URI disk profile adaptor could deadlock.
+  * [MESOS-9317] - Some master endpoints do not handle failed authorization properly.
   * [MESOS-9332] - Nested container should run as the same user of its parent container by default.
   * [MESOS-9334] - Container stuck at ISOLATING state due to libevent poll never returns.