You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2017/11/16 20:24:43 UTC

[1/2] mesos git commit: Update website for 1.4.1 relsease.

Repository: mesos
Updated Branches:
  refs/heads/master c0a47b696 -> 2a253093e


Update website for 1.4.1 relsease.


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

Branch: refs/heads/master
Commit: 2a253093ecdc7d743c9c0874d6e01b68f6a813e4
Parents: b0bfa5c
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Nov 16 15:23:31 2017 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Nov 16 15:24:24 2017 -0500

----------------------------------------------------------------------
 docs/building.md                                |  4 +-
 site/data/releases.yml                          | 10 ++++-
 .../blog/2017-11-16-mesos-1-4-1-released.md     | 39 ++++++++++++++++++++
 3 files changed, 49 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2a253093/docs/building.md
----------------------------------------------------------------------
diff --git a/docs/building.md b/docs/building.md
index 552abe7..aa99fdb 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.4.0/mesos-1.4.0.tar.gz
-    $ tar -zxf mesos-1.4.0.tar.gz
+    $ wget http://www.apache.org/dist/mesos/1.4.1/mesos-1.4.1.tar.gz
+    $ tar -zxf mesos-1.4.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/2a253093/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index e4468b6..987bca1 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.4.0
-  jira_version: 12340465
+  version: 1.4.1
+  jira_version: 12341353
 news:
 ## * If the news is used to announce a release version, the item structure is
 ##   - title: (required)
@@ -15,6 +15,10 @@ news:
 ##   - title: (required)
 ##     date: (required)
 ##     blog: (required)
+  - title: Mesos 1.4.1 is released!
+    date: November 16, 2017
+    blog: mesos-1-4-1-released
+    target_version: 1.4.1
   - title: Mesos 1.4.0 is released!
     date: September 18, 2017
     blog: mesos-1-4-0-released
@@ -146,6 +150,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.4.1
+    jira_version: 12341353
   - version: 1.4.0
     jira_version: 12340465
   - version: 1.1.3

http://git-wip-us.apache.org/repos/asf/mesos/blob/2a253093/site/source/blog/2017-11-16-mesos-1-4-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-11-16-mesos-1-4-1-released.md b/site/source/blog/2017-11-16-mesos-1-4-1-released.md
new file mode 100644
index 0000000..b680304
--- /dev/null
+++ b/site/source/blog/2017-11-16-mesos-1-4-1-released.md
@@ -0,0 +1,39 @@
+---
+layout: post
+title: Apache Mesos 1.4.1 Released
+permalink: /blog/mesos-1-4-1-released/
+published: true
+post_author:
+  display_name: Kapil Arya
+tags: Release
+---
+
+The latest Mesos 1.4.x release, 1.4.1, is now available for [download](http://mesos.apache.org/downloads). This release includes important bug fixes and improvements on top of 1.4.0. It is recommended to use this version if you are considering using Mesos 1.4. 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.4.1)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.4.0 cluster to Mesos 1.4.1 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.4.1 from 1.0.x, 1.2.x, or 1.3.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 11 contributors who made 1.4.1 possible:
+
+Benjamin Mahler, Chun-Hung Hsiao, Deepak Goel, Gaston Kleiman, James DeFelice, James Peach, Jiang Yan Xu, Kapil Arya, Michael Park, Qian Zhang, Zhitao Li


[2/2] mesos git commit: Removed WIP from 1.4.1 changelog.

Posted by ka...@apache.org.
Removed WIP from 1.4.1 changelog.


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

Branch: refs/heads/master
Commit: b0bfa5c244995a0d56b6e244c61038bf15a899d4
Parents: c0a47b6
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Thu Nov 16 15:11:47 2017 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Nov 16 15:24:24 2017 -0500

----------------------------------------------------------------------
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b0bfa5c2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 1b29277..08d51df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,7 +22,7 @@ Feature Graduations:
 All Experimental Features:
 
 
-Release Notes - Mesos - Version 1.4.1 (WIP)
+Release Notes - Mesos - Version 1.4.1
 -------------------------------------------
 * This is a bug fix release.