You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2018/07/25 20:35:09 UTC

mesos git commit: Updated the website for the 1.6.1 release.

Repository: mesos
Updated Branches:
  refs/heads/master 5eed238cb -> 8f378c6b7


Updated the website for the 1.6.1 release.


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

Branch: refs/heads/master
Commit: 8f378c6b7e98178234cab92658f580f4309f9285
Parents: 5eed238
Author: Greg Mann <gr...@gmail.com>
Authored: Wed Jul 25 10:28:27 2018 -0700
Committer: Greg Mann <gr...@gmail.com>
Committed: Wed Jul 25 13:34:51 2018 -0700

----------------------------------------------------------------------
 docs/building.md                                |  4 +-
 site/data/releases.yml                          |  9 ++++-
 .../blog/2018-07-25-mesos-1-6-1-released.md     | 42 ++++++++++++++++++++
 3 files changed, 51 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8f378c6b/docs/building.md
----------------------------------------------------------------------
diff --git a/docs/building.md b/docs/building.md
index a4aebca..2b9f61d 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -11,8 +11,8 @@ There are different ways you can get Mesos:
 
 1\. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***)
 
-    $ wget http://www.apache.org/dist/mesos/1.6.0/mesos-1.6.0.tar.gz
-    $ tar -zxf mesos-1.6.0.tar.gz
+    $ wget http://www.apache.org/dist/mesos/1.6.1/mesos-1.6.1.tar.gz
+    $ tar -zxf mesos-1.6.1.tar.gz
 
 2\. Clone the Mesos git [repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/8f378c6b/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 3d024ff..ccb5ef5 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -3,8 +3,8 @@
 #   `versions` below.
 # * When publishing a new blog post, we need to append an item to `news` below.
 latest_stable:
-  version: 1.6.0
-  jira_version: 12342239
+  version: 1.6.1
+  jira_version: 12343270
 news:
 ## * If the news is used to announce a release version, the item structure is
 ##   - title: (required)
@@ -15,6 +15,9 @@ news:
 ##   - title: (required)
 ##     date: (required)
 ##     blog: (required)
+  - title: Mesos 1.6.1 is released!
+    date: July 25, 2018
+    blog: mesos-1-6-1-released
   - title: Mesos 1.5.1 is released!
     date: May 31, 2018
     blog: mesos-1-5-1-released
@@ -166,6 +169,8 @@ versions:
 ##                 after we create the ReleaseNote for 0.28.1, we get the link:
 ##                 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12335359.
 ##                 At here, 12335359 is the jira_version of 0.28.1.
+  - version: 1.6.1
+    jira_version: 12343270
   - version: 1.5.1
     jira_version: 12342350
   - version: 1.6.0

http://git-wip-us.apache.org/repos/asf/mesos/blob/8f378c6b/site/source/blog/2018-07-25-mesos-1-6-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2018-07-25-mesos-1-6-1-released.md b/site/source/blog/2018-07-25-mesos-1-6-1-released.md
new file mode 100644
index 0000000..2be9c03
--- /dev/null
+++ b/site/source/blog/2018-07-25-mesos-1-6-1-released.md
@@ -0,0 +1,42 @@
+---
+layout: post
+title: "Apache Mesos 1.6.1 Released"
+published: true
+post_author:
+  display_name: Greg Mann
+  gravatar: 20c5c9695f0891b6b093704331238133
+  twitter: greggomann
+tags: Release
+---
+
+Apache Mesos 1.6.1 is now available for [download](http://mesos.apache.org/downloads). This release includes important bug fixes and improvements to 1.6.0; if you're considering using Mesos 1.6, it's recommended that you use 1.6.1. The following notable fixes are included:
+
+* [MESOS-3790](https://issues.apache.org/jira/browse/MESOS-3790) - ZooKeeper connection should retry on `EAI_NONAME`.
+* [MESOS-8830](https://issues.apache.org/jira/browse/MESOS-8830) - Agent gc on old slave sandboxes could empty persistent volume data
+* [MESOS-8871](https://issues.apache.org/jira/browse/MESOS-8871) - Agent may fail to recover if the agent dies before image store cache checkpointed.
+* [MESOS-8904](https://issues.apache.org/jira/browse/MESOS-8904) - Master crash when removing quota.
+* [MESOS-8936](https://issues.apache.org/jira/browse/MESOS-8936) - Implement a Random Sorter for offer allocations.
+* [MESOS-8945](https://issues.apache.org/jira/browse/MESOS-8945) - Master check failure due to CHECK_SOME(providerId).
+* [MESOS-8963](https://issues.apache.org/jira/browse/MESOS-8963) - Executor crash trying to print container ID.
+* [MESOS-8980](https://issues.apache.org/jira/browse/MESOS-8980) - mesos-slave can deadlock with docker pull.
+* [MESOS-8986](https://issues.apache.org/jira/browse/MESOS-8986) - `slave.available()` in the allocator is expensive and drags down allocation performance.
+* [MESOS-8987](https://issues.apache.org/jira/browse/MESOS-8987) - Master asks agent to shutdown upon auth errors.
+* [MESOS-9002](https://issues.apache.org/jira/browse/MESOS-9002) - GCC 8.1 build failure in os::Fork::Tree.
+* [MESOS-9024](https://issues.apache.org/jira/browse/MESOS-9024) - Mesos master segfaults with stack overflow under load.
+* [MESOS-9025](https://issues.apache.org/jira/browse/MESOS-9025) - The container which joins CNI network and has checkpoint enabled will be mistakenly destroyed by agent.
+
+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.6.1).
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.6.0 cluster to Mesos 1.6.1 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.6.1 from other versions.
+
+### 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 18 contributors who made 1.6.1 possible:
+
+Alexander Rojas, Alexander Rukletsov, Andrew Schwartzmeyer, Armand Grillet, Benjamin Bannier, Benjamin Mahler, Benno Evers, bin zheng, Chun-Hung Hsiao, Gastón Kleiman, Gilbert Song, Greg Mann, he yi hua, James Peach, Jie Yu, Kjetil Joergensen, Meng Zhu, Zhitao Li