You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ab...@apache.org on 2019/04/09 15:32:59 UTC

[mesos] branch master updated (0dbb535 -> 1d4858e)

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

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


    from 0dbb535  Fix `link::lo()` to deal with `None` value.
     new 39be632  Added MESOS-9707 to the 1.5.4 CHANGELOG.
     new 806cc6c  Added MESOS-9707 to the 1.6.3 CHANGELOG.
     new b997c97  Added MESOS-9707 to the 1.7.3 CHANGELOG.
     new 1d4858e  Added MESOS-9707 to the 1.8.0 CHANGELOG.

The 4 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 | 4 ++++
 1 file changed, 4 insertions(+)


[mesos] 01/04: Added MESOS-9707 to the 1.5.4 CHANGELOG.

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 39be632063d650f0017451dd2287f84f9f49ab82
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 9 17:26:16 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index a02cb7f..88909b9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1240,6 +1240,7 @@ Release Notes - Mesos - Version 1.5.4 (WIP)
 
 ** Bug
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
+  * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 
 Release Notes - Mesos - Version 1.5.3


[mesos] 04/04: Added MESOS-9707 to the 1.8.0 CHANGELOG.

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1d4858e991a60d0742c317008ff59f151dcb9d58
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 9 17:05:11 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index a3d6ff4..0c0e30f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -193,6 +193,7 @@ All Resolved Issues:
   * [MESOS-9691] - Quota headroom calculation is off when subroles are involved.
   * [MESOS-9692] - Quota may be under allocated for disk resources.
   * [MESOS-9696] - Test MasterQuotaTest.AvailableResourcesSingleDisconnectedAgent is flaky
+  * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Epic
   * [MESOS-8054] - Feedback for operations


[mesos] 03/04: Added MESOS-9707 to the 1.7.3 CHANGELOG.

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b997c97a7d16770b012cd29d9a549f3e677a2c99
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 9 17:19:11 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 51c5423..a3d6ff4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -320,6 +320,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9610] - Fetcher vulnerability - escaping from sandbox.
   * [MESOS-9661] - Agent crashes when SLRP recovers dropped operations.
   * [MESOS-9692] - Quota may be under allocated for disk resources.
+  * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvements
   * [MESOS-8880] - Add minimum capabilities in the master.


[mesos] 02/04: Added MESOS-9707 to the 1.6.3 CHANGELOG.

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 806cc6c89a1547bcaf21bef695bb20bbedeba7d3
Author: Andrei Budnik <ab...@mesosphere.com>
AuthorDate: Tue Apr 9 17:22:35 2019 +0200

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

diff --git a/CHANGELOG b/CHANGELOG
index 88909b9..51c5423 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -782,6 +782,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9529] - `/proc` should be remounted even if a nested container set `share_pid_namespace` to true.
   * [MESOS-9564] - Logrotate container logger lets tasks execute arbitrary commands in the Mesos agent's namespace.
   * [MESOS-9692] - Quota may be under allocated for disk resources.
+  * [MESOS-9707] - Calling link::lo() may cause runtime error
 
 ** Improvement
   * [MESOS-8880] - Add minimum capabilities in the master.