You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/08/24 02:10:22 UTC

mesos git commit: Updated website for 1.0.1 release.

Repository: mesos
Updated Branches:
  refs/heads/master 9460d097b -> cb0f4a659


Updated website for 1.0.1 release.


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

Branch: refs/heads/master
Commit: cb0f4a659412888f07c1567c26a433697c3a9a92
Parents: 9460d09
Author: Vinod Kone <vi...@gmail.com>
Authored: Tue Aug 23 19:08:17 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Tue Aug 23 19:10:10 2016 -0700

----------------------------------------------------------------------
 site/data/releases.yml                          | 10 ++++-
 .../blog/2016-08-23-mesos-1-0-1-released.md     | 47 ++++++++++++++++++++
 2 files changed, 55 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/cb0f4a65/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 3a23aa2..1e9bb85 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.0.0
-  jira_version: 12324944
+  version: 1.0.1
+  jira_version: 12335956
 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.0.1 is released!
+    date: August 23, 2016
+    blog: mesos-1-0-1-released
+    target_version: 1.0.1
   - title: Mesos 1.0.0 is released!
     date: July 27, 2016
     blog: mesos-1-0-0-released
@@ -92,6 +96,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.0.1
+    jira_version: 12335956
   - version: 1.0.0
     jira_version: 12324944
   - version: 0.28.2

http://git-wip-us.apache.org/repos/asf/mesos/blob/cb0f4a65/site/source/blog/2016-08-23-mesos-1-0-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2016-08-23-mesos-1-0-1-released.md b/site/source/blog/2016-08-23-mesos-1-0-1-released.md
new file mode 100644
index 0000000..ac6561a
--- /dev/null
+++ b/site/source/blog/2016-08-23-mesos-1-0-1-released.md
@@ -0,0 +1,47 @@
+---
+layout: post
+title: Apache Mesos 1.0.1 Released
+permalink: /blog/mesos-1-0-1-released/
+published: true
+post_author:
+  display_name: Vinod Kone
+  twitter: vinodkone
+tags: Release
+---
+
+The latest Mesos release, 1.0.1, is now available for [download](http://mesos.apache.org/downloads). This release includes some important bug fixes and improvements on top of 1.0.0. It is highly recommended to use this version if you are considering using Mesos 1.0. More specifically, this release includes the following fixes and improvements:
+
+[MESOS-5388]( https://issues.apache.org/jira/browse/MESOS-5388) - MesosContainerizerLaunch flags execute arbitrary commands via shell.
+[MESOS-5862]( https://issues.apache.org/jira/browse/MESOS-5862) - External links to .md files broken.
+[MESOS-5911]( https://issues.apache.org/jira/browse/MESOS-5911) - Webui redirection to leader in browser does not work
+[MESOS-5913]( https://issues.apache.org/jira/browse/MESOS-5913) - Stale socket FD usage when using libevent + SSL.
+[MESOS-5922]( https://issues.apache.org/jira/browse/MESOS-5922) - mesos-agent --help exit status is 1
+[MESOS-5923]( https://issues.apache.org/jira/browse/MESOS-5923) - Ubuntu 14.04 LTS GPU Isolator "/run" directory is noexec
+[MESOS-5927]( https://issues.apache.org/jira/browse/MESOS-5927) - Unable to run "scratch" Dockerfiles with Unified Containerizer.
+[MESOS-5928]( https://issues.apache.org/jira/browse/MESOS-5928) - Agent's '--version' flag doesn't work
+[MESOS-5930]( https://issues.apache.org/jira/browse/MESOS-5930) - Orphan tasks can show up as running after they have finished.
+[MESOS-5943]( https://issues.apache.org/jira/browse/MESOS-5943) - Incremental http parsing of URLs leads to decoder error
+[MESOS-5945]( https://issues.apache.org/jira/browse/MESOS-5945) - NvidiaVolume::create() should check for root before creating volume
+[MESOS-5959]( https://issues.apache.org/jira/browse/MESOS-5959) - All non-root tests fail on GPU machine
+[MESOS-5969]( https://issues.apache.org/jira/browse/MESOS-5969) - Linux 'MountInfoTable' entries not sorted as expected
+[MESOS-5982]( https://issues.apache.org/jira/browse/MESOS-5982) - NvidiaVolume errors out if any binary is missing
+[MESOS-5986]( https://issues.apache.org/jira/browse/MESOS-5986) - SSL Socket CHECK can fail after socket receives EOF
+[MESOS-5988]( https://issues.apache.org/jira/browse/MESOS-5988) - PollSocketImpl can write to a stale fd.
+[MESOS-5830]( https://issues.apache.org/jira/browse/MESOS-5830) - Make a sweep to trim excess space around angle brackets
+[MESOS-5970]( https://issues.apache.org/jira/browse/MESOS-5970) - Remove HTTP_PARSER_VERSION_MAJOR < 2 code in decoder.
+
+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.0.1)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.0.0 cluster to Mesos 1.0.1 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.0.1.
+
+### Try it out
+
+We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the [user mailing ld Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 12 contributors who made 1.0.1 possible
+
+Anand Mazumdar, Benjamin Mahler, Gilbert Song, Greg Mann, Jiang Yan Xu, Jie Yu, Joris Van Remoortere, Kevin Klues, Pierre Cheynier, Vinod Kone, haosdent huang and zhou xing.