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 2016/02/03 23:23:16 UTC

mesos git commit: Added 0.27.0 blog post.

Repository: mesos
Updated Branches:
  refs/heads/master d08e38b7d -> df7746474


Added 0.27.0 blog post.

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


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

Branch: refs/heads/master
Commit: df77464740955275eeb5ebdc925939083e40a8b9
Parents: d08e38b
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Tue Feb 2 20:41:56 2016 -0500
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Wed Feb 3 17:23:05 2016 -0500

----------------------------------------------------------------------
 .../blog/2016-02-02-mesos-0-27-0-released.md    | 41 ++++++++++++++++++++
 site/source/index.html.md                       |  2 +-
 2 files changed, 42 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/df774647/site/source/blog/2016-02-02-mesos-0-27-0-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2016-02-02-mesos-0-27-0-released.md b/site/source/blog/2016-02-02-mesos-0-27-0-released.md
new file mode 100644
index 0000000..bbcb13c
--- /dev/null
+++ b/site/source/blog/2016-02-02-mesos-0-27-0-released.md
@@ -0,0 +1,41 @@
+---
+layout: post
+title: Apache Mesos 0.27.0 Released
+permalink: /blog/mesos-0-27-0-released/
+published: true
+post_author:
+  display_name: Kapil Arya
+  twitter: karya0
+tags: Release
+---
+
+The latest Mesos release, 0.27.0, is now available for [download](http://mesos.apache.org/downloads).
+This release includes the following features and improvements:
+
+* [[MESOS-1791]](https://issues.apache.org/jira/browse/MESOS-1791): Support for _resource quota_ that provides non-revocable resource guarantees without tying reservations to particular Mesos agents.  Please refer to [the quota documentation](http://mesos.apache.org/documentation/latest/quota) for more information.
+
+* [[MESOS-191]](https://issues.apache.org/jira/browse/MESOS-191): _Multiple disk_ support to allow for disk IO intensive applications to achieve reliable, high performance.
+
+* [[MESOS-4085]](https://issues.apache.org/jira/browse/MESOS-4085): Flexible roles with the introduction of _implicit roles_. It deprecates the whiltelist functionality that was implemented by specifying `--roles` during master startup to provide a static list of roles.
+
+* [[MESOS-2353]](https://issues.apache.org/jira/browse/MESOS-2353): Performance improvement of the state endpoint for large clusters.
+
+Furthermore, 167+ bugfixes and improvements made it into this release.
+For full release notes with all features and bug fixes, please refer to the [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.0).
+
+### Upgrades
+
+Rolling upgrades from a Mesos 0.26.0 cluster to Mesos 0.27.0 are straightforward. There are just some minor, backwards compatible deprecations.
+Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 0.27.0.
+
+
+### 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 55 contributors who made 0.27.0 possible:
+
+Adam B, Alexander Rojas, Alexander Rukletsov, Alex Clemmer, Anand Mazumdar, Andy Pang, Anindya Sinha, Artem Harutyunyan, Avinash sridharan, Bartek Plotka, Benjamin Bannier, Benjamin Hindman, Benjamin Mahler, Bernd Mathiske, Bhuvan Arumugam, BrickXu, Chi Zhang, Cong Wang, Dario Rexin, David Forsythe, Diana Arroyo, Diogo Gomes, Felix Abecassis, Gilbert Song, Greg Mann, Guangya Liu, haosdent huang, James Peach, Jan Schlicht, Jian Qiu, Jie Yu, Jihun Kang, Jiri Simsa, Jocelyn De La Rosa, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Joseph Wu, Kapil Arya, Kevin Klues, Klaus Ma, Mandeep Chadha, Michael Park, Neil Conway, Olivier Sallou, Qian Zhang, Shuai Lin, Stephan Erb, Steve Hoffman, Till Toenshoff, Timothy Chen, Vaibhav Khanduja, Vinod Kone, Vivek Juneja, and Zhitao Li.

http://git-wip-us.apache.org/repos/asf/mesos/blob/df774647/site/source/index.html.md
----------------------------------------------------------------------
diff --git a/site/source/index.html.md b/site/source/index.html.md
index cfdc7cd..727c216 100755
--- a/site/source/index.html.md
+++ b/site/source/index.html.md
@@ -32,7 +32,7 @@ title: Apache Mesos
   <div class="col-md-5">
     <h3>News</h3>
       <ul>
-      <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> 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>
       <li><em>October 10, 2015</em> - Mesos 0.25.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.25.0">CHANGELOG</a> and <a href="/blog/mesos-0-25-0-released/">blog post</a> for details.</li>
 			<li><em>September 30, 2015</em> - Announcing the #MesosCon Europe Hackathon! See the <a href="/blog/announcing-mesoscon-eu-2015-hackathon/">blog post</a> for details.</li>