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 07:33:10 UTC

[mesos] 04/04: Added MESOS-9144 to the Mesos 1.5.2 CHANGELOG.

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

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

commit 0288048eb38d6a4c4c492b81daff5c74b5497b00
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Wed Aug 15 16:23:02 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 6a44ea1..fa32339 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ Release Notes - Mesos - Version 1.5.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.