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/05/31 20:59:44 UTC

mesos git commit: Added Mesos 1.5.1 release blog post.

Repository: mesos
Updated Branches:
  refs/heads/master 8092a5e19 -> 3f4fc91f3


Added Mesos 1.5.1 release blog post.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3f4fc91f
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3f4fc91f
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3f4fc91f

Branch: refs/heads/master
Commit: 3f4fc91f34185101357b13683acd44053745c6f7
Parents: 8092a5e
Author: Gilbert Song <so...@gmail.com>
Authored: Thu May 31 13:58:03 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Thu May 31 13:59:26 2018 -0700

----------------------------------------------------------------------
 site/data/releases.yml                          |  4 ++
 .../blog/2018-05-31-mesos-1-5-1-released.md     | 41 ++++++++++++++++++++
 2 files changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3f4fc91f/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 98bfd19..7302a10 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -15,6 +15,10 @@ news:
 ##   - title: (required)
 ##     date: (required)
 ##     blog: (required)
+  - title: Mesos 1.5.1 is released!
+    date: May 31, 2018
+    blog: mesos-1-5-1-released
+    target_version: 1.5.1
   - title: Mesos 1.6.0 is released!
     date: May 11, 2018
     blog: mesos-1-6-0-released

http://git-wip-us.apache.org/repos/asf/mesos/blob/3f4fc91f/site/source/blog/2018-05-31-mesos-1-5-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2018-05-31-mesos-1-5-1-released.md b/site/source/blog/2018-05-31-mesos-1-5-1-released.md
new file mode 100644
index 0000000..13bef9b
--- /dev/null
+++ b/site/source/blog/2018-05-31-mesos-1-5-1-released.md
@@ -0,0 +1,41 @@
+---
+layout: post
+title: Apache Mesos 1.5.1 Released
+permalink: /blog/mesos-1-5-1-released/
+published: true
+post_author:
+  display_name: Gilbert Song
+  gravatar: 05d3596cf7ef7751c02545b1eaac64ac
+  twitter: Gilbert_Songs
+tags: Release
+---
+
+The latest Mesos 1.5.x release, 1.5.1, is now available for [download](http://mesos.apache.org/downloads). This release includes important bug fixes and improvements on top of 1.5.0. It is recommended to use this version if you are considering using Mesos 1.5. More specifically, this release includes the following:
+
+* [MESOS-7873](https://issues.apache.org/jira/browse/MESOS-7873) - Expose `ExecutorInfo.ContainerInfo.NetworkInfo` in Mesos `state` endpoint.
+* [MESOS-7921](https://issues.apache.org/jira/browse/MESOS-7921) - ProcessManager::resume sometimes crashes accessing EventQueue.
+* [MESOS-7964](https://issues.apache.org/jira/browse/MESOS-7964) - Heavy-duty GC makes the agent unresponsive.
+* [MESOS-7968](https://issues.apache.org/jira/browse/MESOS-7968) - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
+* [MESOS-7969](https://issues.apache.org/jira/browse/MESOS-7969) - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
+* [MESOS-7980](https://issues.apache.org/jira/browse/MESOS-7980) - Stout fails to compile with libc >= 2.26.
+* [MESOS-8051](https://issues.apache.org/jira/browse/MESOS-8051) - Killing TASK_GROUP fail to kill some tasks.
+* [MESOS-8080](https://issues.apache.org/jira/browse/MESOS-8080) - The default executor does not propagate missing task exit status correctly.
+* [MESOS-8090](https://issues.apache.org/jira/browse/MESOS-8090) - Mesos 1.4.0 crashes with 1.3.x agent with oversubscription
+* [MESOS-8135](https://issues.apache.org/jira/browse/MESOS-8135) - Masters can lose track of tasks' executor IDs.
+* [MESOS-8169](https://issues.apache.org/jira/browse/MESOS-8169) - Incorrect master validation forces executor IDs to be globally unique.
+
+Full release notes are available in the release [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.5.1)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.5.0 cluster to Mesos 1.5.1 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.5.1 from 1.4.x, 1.3.x, or 1.2.x.
+
+### Try it out
+
+Please try out this release and let us know what you think. If you run into any issues, let us know on the [user mailing list and/or Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 23 contributors who made 1.5.1 possible:
+
+Akash Gupta, Alexander Rukletsov, Andrei Budnik, Andrew Schwartzmeyer, Benjamin Bannier, Benjamin Mahler, Benno Evers, Chun-Hung Hsiao, Gaston Kleiman, Gilbert Song, Greg Mann, Ilya Pronin, James Peach, Jason Lai, Jie Yu, John Kordich, Kapil Arya, Meng Zhu, Michael Park, Qian Zhang, Tomasz Janiszewski, Vinod Kone, Zhitao Li