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

[mesos] branch master updated (5d5db35 -> 18073ec)

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

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


    from 5d5db35  Added container transition times to the logs.
     new 3408847  Added MESOS-9893 to 1.8.2 CHANGELOG.
     new 5071d49  Added MESOS-9893 to 1.7.3 CHANGELOG.
     new 18073ec  Added MESOS-9893 to 1.6.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 | 3 +++
 1 file changed, 3 insertions(+)


[mesos] 01/03: Added MESOS-9893 to 1.8.2 CHANGELOG.

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

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

commit 3408847c202a419b40903dedb42d144fba2bdfe8
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Thu Aug 15 12:59:54 2019 -0700

    Added MESOS-9893 to 1.8.2 CHANGELOG.
---
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG b/CHANGELOG
index 6436911..644ca52 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -48,6 +48,7 @@ Release Notes - Mesos - Version 1.8.2 (WIP)
 ** Bug
   * [MESOS-9785] - Frameworks recovered from reregistered agents are not reported to master `/api/v1` subscribers.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
+  * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed.
 
 
 Release Notes - Mesos - Version 1.8.1


[mesos] 02/03: Added MESOS-9893 to 1.7.3 CHANGELOG.

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

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

commit 5071d4928c351e89b8d19d89be78649d081db409
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Thu Aug 15 13:00:26 2019 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 644ca52..22a0718 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -500,6 +500,7 @@ Release Notes - Mesos - Version 1.7.3 (WIP)
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
   * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
+  * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed.
 
 ** Improvements
   * [MESOS-8880] - Add minimum capabilities in the master.


[mesos] 03/03: Added MESOS-9893 to 1.6.3 CHANGELOG.

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

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

commit 18073ecbc8e35add1d8ebc4e8d23cc111f795839
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Thu Aug 15 13:00:42 2019 -0700

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

diff --git a/CHANGELOG b/CHANGELOG
index 22a0718..21ef864 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -979,6 +979,7 @@ Release Notes - Mesos - Version 1.6.3 (WIP)
   * [MESOS-9856] - REVIVE call with specified role(s) clears filters for all roles of a framework.
   * [MESOS-9868] - NetworkInfo from the agent /state endpoint is not correct.
   * [MESOS-9870] - Simultaneous adding/removal of a role from framework's roles and its suppressed roles crashes the master.
+  * [MESOS-9893] - `volume/secret` isolator should cleanup the stored secret from runtime directory when the container is destroyed.
 
 ** Improvement
   * [MESOS-8880] - Add minimum capabilities in the master.