Repository: mesos Updated Branches: refs/heads/master 73463b40b -> ea2e57b56
Updated /site to reflect Niklas' 0.25.0 changes that weren't reflected in git. Review: https://reviews.apache.org/r/39645 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ea2e57b5 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ea2e57b5 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ea2e57b5 Branch: refs/heads/master Commit: ea2e57b5672a08469be4807a9b983fc1ca23290b Parents: 73463b4 Author: Dave Lester <[email protected]> Authored: Fri Nov 6 02:56:40 2015 -0800 Committer: Adam B <[email protected]> Committed: Fri Nov 6 02:56:40 2015 -0800 ---------------------------------------------------------------------- .../blog/2015-10-12-mesos-0-25-0-released.md | 36 ++++++++++++++++++++ site/source/downloads.html.md | 6 ++-- site/source/index.html.md | 3 +- 3 files changed, 42 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ea2e57b5/site/source/blog/2015-10-12-mesos-0-25-0-released.md ---------------------------------------------------------------------- diff --git a/site/source/blog/2015-10-12-mesos-0-25-0-released.md b/site/source/blog/2015-10-12-mesos-0-25-0-released.md new file mode 100644 index 0000000..60ff67f --- /dev/null +++ b/site/source/blog/2015-10-12-mesos-0-25-0-released.md @@ -0,0 +1,36 @@ +--- +layout: post +title: Apache Mesos 0.25.0 Released +permalink: /blog/mesos-0-25-0-released/ +published: true +post_author: + display_name: Niklas Q. Nielsen + twitter: quarfot +tags: Release +--- + +The latest Mesos release, 0.25.0, is now available for [download](http://mesos.apache.org/downloads). +This release includes the following features and improvements: + + * [[MESOS-1474]](https://issues.apache.org/jira/browse/MESOS-1474) - Experimental support for maintenance primitives. Please refer to [the maintenance documentation](http://mesos.apache.org/documentation/latest/maintenance/) for more information. + * [[MESOS-2600]](https://issues.apache.org/jira/browse/MESOS-2600) - Added master endpoints /reserve and /unreserve for dynamic reservations. Please refer to [the reservation documentation](http://mesos.apache.org/documentation/latest/reservation/) for more information. + * [[MESOS-2044]](https://issues.apache.org/jira/browse/MESOS-2044) - Extended Module APIs to enable IP per container assignment, isolation and resolution. Please refer to [the container networking documentation](http://mesos.apache.org/documentation/latest/networking-for-mesos-managed-containers/) for more information. + +Furthermore, 100+ bugs and improvements have 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.25.0). + +### Upgrades + +Rolling upgrades from a Mesos 0.24.x cluster to Mesos 0.25 are straightforward, but there are a few caveats/deprecations. +Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 0.25. + + +### 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 40 contributors who made 0.25.0 possible: +Adam B, Aditi Dixit, Alex Clemmer, Alexander Rukletsov, Anand Mazumdar, Artem Harutyunyan, Ben Mahler, Bernd Mathiske, Chi Zhang, Cong Wang, Eijsermans, Eren Güve, Felix Abecassis, Greg Mann, Guangya Liu, Isabel Jimenez, James Peach, Jan Schlicht, Jiang Yan Xu, Jie Yu, Joerg Schad, Jojy Varghese, Joris Van Remoortere, Joseph Wu, Kapil Arya, Klaus Ma, Lily Chen, M Bauer, Marco Massenzio, Michael Park, Neil Conway, Niklas Nielsen, Paul Brett, Qian Zhang, Timothy Chen, Vaibhav Khanduja, Vinod Kone, Wojciech Sielski, Yong Qiao Wang and Haosdent Huang http://git-wip-us.apache.org/repos/asf/mesos/blob/ea2e57b5/site/source/downloads.html.md ---------------------------------------------------------------------- diff --git a/site/source/downloads.html.md b/site/source/downloads.html.md index 49827ff..dbbeebe 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.24.1/">0.24.1</a> + (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333552">Release Notes</a>)</li> <li><a href="http://archive.apache.org/dist/mesos/0.24.0/">0.24.0</a> (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329851">Release Notes</a>)</li> <li><a href="http://archive.apache.org/dist/mesos/0.23.1/">0.23.1</a> @@ -68,8 +70,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.24.1/">0.24.1</a> - (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333552">Release Notes</a>) + <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.25.0/">0.25.0</a> + (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329852">Release Notes</a>) </p> <h4>Getting the code via source control</h4> http://git-wip-us.apache.org/repos/asf/mesos/blob/ea2e57b5/site/source/index.html.md ---------------------------------------------------------------------- diff --git a/site/source/index.html.md b/site/source/index.html.md index b43325a..c5b5641 100755 --- a/site/source/index.html.md +++ b/site/source/index.html.md @@ -8,7 +8,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.24.1</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.25.0</a> or learn how to <a href="gettingstarted/">get started</a></p> </div> <div class="col-md-5 text-center download"> <div class="homepage-featured"> @@ -43,6 +43,7 @@ title: Apache Mesos <div class="col-md-5"> <h3>News</h3> <ul> + <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> <li><em>September 24, 2015</em> - Mesos 0.24.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.24.1">CHANGELOG</a> and <a href="/blog/mesos-0-24-1-and-more-released/">blog post</a> for details.</li> <li><em>September 21, 2015</em> - Mesos 0.24.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.24.0">CHANGELOG</a> and <a href="/blog/mesos-0-24-0-released/">blog post</a> for details.</li>
