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

[mesos] branch master updated (b229b01 -> 27bae01)

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

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


    from b229b01  Added MESOS-9144 to the 1.7.0 CHANGELOG.
     new a46dc90  Added MESOS-9145 to the 1.6.2 CHANGELOG.
     new 27bae01  Added MESOS-9144 to the 1.6.2 CHANGELOG.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)


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

Posted by bm...@apache.org.
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 a46dc90f6cc1032fe157bc1312dbddca0af22856
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Wed Aug 15 16:19:45 2018 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 0f7c32f..a9b80f3 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-9145] - Master has a fragile burned-in 5s authentication timeout.
 
 
 Release Notes - Mesos - Version 1.6.1


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

Posted by bm...@apache.org.
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.