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 2018/10/19 23:47:37 UTC

[mesos] branch master updated: Prepared 1.5.2 release CHANGELOG.

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


The following commit(s) were added to refs/heads/master by this push:
     new ab4715e  Prepared 1.5.2 release CHANGELOG.
ab4715e is described below

commit ab4715e3fafbfe20597f7bbecfd757b9d826751b
Author: Gilbert Song <so...@gmail.com>
AuthorDate: Fri Oct 19 16:46:33 2018 -0700

    Prepared 1.5.2 release CHANGELOG.
---
 CHANGELOG | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index d0415ce..9c145a6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -794,7 +794,7 @@ All Resolved Issues:
   * [MESOS-8291] - Add documentation about fault domains
 
 
-Release Notes - Mesos - Version 1.5.2 (WIP)
+Release Notes - Mesos - Version 1.5.2
 -------------------------------------------
 * This is a bug fix release.
 
@@ -803,14 +803,14 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-8128] - Make os::pipe file descriptors O_CLOEXEC.
   * [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-8568] - Command checks should always call `WAIT_NESTED_CONTAINER` before `REMOVE_NESTED_CONTAINER`.
   * [MESOS-8620] - Containers stuck in FETCHING possibly due to unresponsive server.
-  * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data
+  * [MESOS-8830] - Agent gc on old slave sandboxes could empty persistent volume data.
   * [MESOS-8871] - Agent may fail to recover if the agent dies before image store cache checkpointed.
   * [MESOS-8904] - Master crash when removing quota.
   * [MESOS-8906] - `UriDiskProfileAdaptor` fails to update profile selectors.
-  * [MESOS-8917] - Agent leaking file descriptors into forked processes
-  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions
+  * [MESOS-8917] - Agent leaking file descriptors into forked processes.
+  * [MESOS-8921] - Autotools don't work with newer OpenJDK versions.
   * [MESOS-8935] - Quota limit "chopping" can lead to cpu-only and memory-only offers.
   * [MESOS-8936] - Implement a Random Sorter for offer allocations.
   * [MESOS-8942] - Master streaming API does not send (health) check updates for tasks.
@@ -825,7 +825,7 @@ Release Notes - Mesos - Version 1.5.2 (WIP)
   * [MESOS-9024] - Mesos master segfaults with stack overflow under load.
   * [MESOS-9049] - Agent GC could unmount a dangling persistent volume multiple times.
   * [MESOS-9116] - Launch nested container session fails due to incorrect detection of `mnt` namespace of command executor's task.
-  * [MESOS-9125] - Port mapper CNI plugin might fail with "Resource temporarily unavailable"
+  * [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-9131] - Health checks launching nested containers while a container is being destroyed lead to unkillable tasks.
   * [MESOS-9142] - CNI detach might fail due to missing network config file.