You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/02/23 04:14:37 UTC

mesos git commit: Updated the website for 0.27.1 release.

Repository: mesos
Updated Branches:
  refs/heads/master 866c52c51 -> c2f1697fa


Updated the website for 0.27.1 release.

Review: https://reviews.apache.org/r/43858/


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

Branch: refs/heads/master
Commit: c2f1697fac35005dbc526eee0eea7ee1b01b31c9
Parents: 866c52c
Author: Michael Park <mp...@apache.org>
Authored: Mon Feb 22 19:14:10 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Mon Feb 22 19:14:10 2016 -0800

----------------------------------------------------------------------
 docs/getting-started.md                         |  4 +--
 .../blog/2016-02-22-mesos-0-27-1-released.md    | 37 ++++++++++++++++++++
 site/source/downloads.html.md                   |  6 ++--
 site/source/index.html.md                       |  3 +-
 4 files changed, 45 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c2f1697f/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index dd7b1f0..2e5b700 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -10,8 +10,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/0.27.0/mesos-0.27.0.tar.gz
-    $ tar -zxf mesos-0.27.0.tar.gz
+    $ wget http://www.apache.org/dist/mesos/0.27.1/mesos-0.27.1.tar.gz
+    $ tar -zxf mesos-0.27.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/c2f1697f/site/source/blog/2016-02-22-mesos-0-27-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2016-02-22-mesos-0-27-1-released.md b/site/source/blog/2016-02-22-mesos-0-27-1-released.md
new file mode 100644
index 0000000..8c5573c
--- /dev/null
+++ b/site/source/blog/2016-02-22-mesos-0-27-1-released.md
@@ -0,0 +1,37 @@
+---
+layout: post
+title: Apache Mesos 0.27.1 Released
+permalink: /blog/mesos-0-27-1-released/
+published: true
+post_author:
+  display_name: Michael Park
+  gravatar: 2ab9cab3a7cf782261c583c1f48a81b0
+  twitter: mcypark`
+tags: Release
+---
+
+The latest Mesos release, 0.27.1, is now available for [download](http://mesos.apache.org/downloads).
+This release includes fixes and improvements for: reconnection logic for Zookeeper client, `/state` endpoint and `systemd` integration.
+
+* [MESOS-4546](https://issues.apache.org/jira/browse/MESOS-4546) - Mesos Agents needs to re-resolve hosts in zk string on leader change / failure to connect.
+* [MESOS-4582](https://issues.apache.org/jira/browse/MESOS-4582) - state.json serving duplicate "active" fields.
+* [MESOS-3007](https://issues.apache.org/jira/browse/MESOS-3007) - Support systemd with Mesos.
+
+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=0.27.1).
+
+### Upgrades
+
+Rolling upgrades from a Mesos 0.27.0 cluster to Mesos 0.27.1 are straightforward.
+Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 0.27.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 list and IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 8 contributors who made 0.27.1 possible:
+
+Jie Yu, Joerg Shad, Joris Van Remoortere, Joseph Wu, Kapil Arya, Michael Park, Neil Conway, Shuai Lin

http://git-wip-us.apache.org/repos/asf/mesos/blob/c2f1697f/site/source/downloads.html.md
----------------------------------------------------------------------
diff --git a/site/source/downloads.html.md b/site/source/downloads.html.md
index ba5fe73..693ca33 100755
--- a/site/source/downloads.html.md
+++ b/site/source/downloads.html.md
@@ -8,6 +8,8 @@ breadcrumb: Downloads
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.27.0/">0.27.0</a>
+           (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12334043">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.26.0/">0.26.0</a>
            (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333528">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.25.0/">0.25.0</a>
@@ -74,8 +76,8 @@ breadcrumb: Downloads
   <div class="col-md-8">
     <h1>Download Mesos</h1>
       <p>Download the most recent stable release:
-	      <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.27.0/">0.27.0</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12334043">Release Notes</a>)
+	      <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.27.1/">0.27.1</a>
+        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12334748">Release Notes</a>)
       </p>
 
       <h4>Getting the code via source control</h4>

http://git-wip-us.apache.org/repos/asf/mesos/blob/c2f1697f/site/source/index.html.md
----------------------------------------------------------------------
diff --git a/site/source/index.html.md b/site/source/index.html.md
index 3988fa0..1c9484f 100755
--- a/site/source/index.html.md
+++ b/site/source/index.html.md
@@ -7,7 +7,7 @@ title: Apache Mesos
     <h1>Program against your datacenter like it’s a single pool of resources</h1>
     <p class="lead">Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.</p>
 
-		<p> <a href="downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.27.0</a> or learn how to <a href="gettingstarted/">get started</a></p>
+		<p> <a href="downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.27.1</a> or learn how to <a href="gettingstarted/">get started</a></p>
 	</div>
 </div>
 
@@ -32,6 +32,7 @@ title: Apache Mesos
   <div class="col-md-5">
     <h3>News</h3>
       <ul>
+      <li><em>February 22, 2016</em> - Mesos 0.27.1 is released! See the <a href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.1">CHANGELOG</a> and <a href="/blog/mesos-0-27-1-released/">blog post</a> for details.</li>
       <li><em>February 12, 2016</em> - MesosCon 2016 CFP is now open!  See the <a href="/blog/mesoscon-2016-cfp-is-now-open/">blog post</a> for details.</li>
       <li><em>January 31, 2016</em> - Mesos 0.27.0 is released! See the <a href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.0">CHANGELOG</a> and <a href="/blog/mesos-0-27-0-released/">blog post</a> for details.</li>
       <li><em>December 16, 2015</em> - Mesos 0.26.0 is released! See the <a href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.0">CHANGELOG</a> and <a href="/blog/mesos-0-26-0-released/">blog post</a> for details.</li>