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/15 23:37:13 UTC

[mesos] 02/02: Added MESOS-9144 to the 1.7.0 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 b229b0160fa41c5bfce56f5cb90e934a9d685148
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Wed Aug 15 16:09:05 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 2e8bca9..0f7c32f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -116,6 +116,7 @@ All Resolved Issues:
   * [MESOS-9127] - Port mapper CNI plugin might deadlock iptables on the agent.
   * [MESOS-9137] - GRPC build fails to pass compiler flags
   * [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.
   * [MESOS-9149] - Failed to build gRPC on Linux without OpenSSL.