You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2018/08/16 01:32:35 UTC

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

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

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

commit 27bae01f320da4b8f3ac89288ecafe928e07b8f6
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Wed Aug 15 16:20:23 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index a9b80f3..f991e93 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -232,6 +232,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
   * [MESOS-9142] - CNI detach might fail due to missing network config file.
+  * [MESOS-9144] - Master authentication handling leads to request amplification.
   * [MESOS-9145] - Master has a fragile burned-in 5s authentication timeout.