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 23:02:50 UTC

[3/4] mesos git commit: Added Mesos 1.5.1 release blog post.

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/ad35adc9
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ad35adc9
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ad35adc9

Branch: refs/heads/1.5.x
Commit: ad35adc9164dafaafc503b3ebb6151f91d67f7ef
Parents: 4454eb6
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 16:01:55 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/ad35adc9/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 00e0e2c..20ac3dc 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.5.0 is released!
     date: February 8, 2018
     blog: mesos-1-5-0-released

http://git-wip-us.apache.org/repos/asf/mesos/blob/ad35adc9/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