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/10/22 21:26:54 UTC

[mesos] branch master updated (bc55489 -> ba0f781)

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

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


    from bc55489  Updated docker image fetcher to enforce HTTP 1.1 where needed.
     new 667a11d  Added MESOS-8907 to the 1.7.1 CHANGELOG.
     new c6fd87d  Added MESOS-8907 to the 1.6.2 CHANGELOG.
     new ba0f781  Added MESOS-8907 to the 1.5.3 CHANGELOG.

The 3 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 | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)


[mesos] 01/03: Added MESOS-8907 to the 1.7.1 CHANGELOG.

Posted by ti...@apache.org.
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 667a11d61a6515092f252e3c37c83021c80b468b
Author: Till Toenshoff <to...@me.com>
AuthorDate: Mon Oct 22 22:02:41 2018 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 9c145a6..7b0daa4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,6 +8,7 @@ Release Notes - Mesos - Version 1.7.1 (WIP)
 
 ** Bug
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
+  * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
   * [MESOS-8978] - Command executor calling setsid breaks the tty support.
   * [MESOS-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9228] - SLRP does not clean up plugin containers after it is removed.


[mesos] 03/03: Added MESOS-8907 to the 1.5.3 CHANGELOG.

Posted by ti...@apache.org.
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 ba0f78112b766e2a1d6e43c40d7fb2f7569c2580
Author: Till Toenshoff <to...@me.com>
AuthorDate: Mon Oct 22 22:03:56 2018 +0200

    Added MESOS-8907 to the 1.5.3 CHANGELOG.
---
 CHANGELOG | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index f65af85..63405a7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -796,11 +796,19 @@ All Resolved Issues:
   * [MESOS-8291] - Add documentation about fault domains
 
 
-Release Notes - Mesos - Version 1.5.2
+Release Notes - Mesos - Version 1.5.3 (WIP)
 -------------------------------------------
 * This is a bug fix release.
 
 ** Bug
+  * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
+
+
+Release Notes - Mesos - Version 1.5.2
+-------------------------------------
+* This is a bug fix release.
+
+** Bug
   * [MESOS-3790] - ZooKeeper connection should retry on `EAI_NONAME`.
   * [MESOS-8128] - Make os::pipe file descriptors O_CLOEXEC.
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.


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

Posted by ti...@apache.org.
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 c6fd87d1d2bfaecfcb348ba8817e093ac9893c13
Author: Till Toenshoff <to...@me.com>
AuthorDate: Mon Oct 22 22:03:04 2018 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 7b0daa4..f65af85 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -386,6 +386,7 @@ Release Notes - Mesos - Version 1.6.2 (WIP)
   * [MESOS-8418] - mesos-agent high cpu usage because of numerous /proc/mounts reads.
   * [MESOS-8545] - AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
   * [MESOS-8568] - Command checks should always call `WAIT_NESTED_CONTAINER` before `REMOVE_NESTED_CONTAINER`
+  * [MESOS-8907] - Docker image fetcher fails with HTTP/2.
   * [MESOS-8917] - Agent leaking file descriptors into forked processes
   * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
   * [MESOS-8978] - Command executor calling setsid breaks the tty support.