Author: wfarner
Date: Sat Dec 12 22:05:29 2015
New Revision: 1719741
URL: http://svn.apache.org/viewvc?rev=1719741&view=rev
Log:
Add a blog post for 0.10.0 release.
Added:
aurora/site/publish/blog/aurora-0-10-0-released/
aurora/site/publish/blog/aurora-0-10-0-released/index.html
aurora/site/source/blog/2015-12-12-aurora-0-10-0-released.md
Modified:
aurora/site/data/downloads.yml
aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups/index.html
aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html
aurora/site/publish/blog/aurora-0-7-0-incubating-released/index.html
aurora/site/publish/blog/aurora-0-8-0-released/index.html
aurora/site/publish/blog/aurora-0-9-0-released/index.html
aurora/site/publish/blog/aurora-at-mesoscon-seattle/index.html
aurora/site/publish/blog/feed.xml
aurora/site/publish/blog/index.html
aurora/site/publish/downloads/index.html
aurora/site/publish/sitemap.xml
aurora/site/source/layouts/post.erb
Modified: aurora/site/data/downloads.yml
URL:
http://svn.apache.org/viewvc/aurora/site/data/downloads.yml?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/data/downloads.yml (original)
+++ aurora/site/data/downloads.yml Sat Dec 12 22:05:29 2015
@@ -1,5 +1,6 @@
releases:
- version: 0.10.0
+ blog_post: aurora-0-10-0-released
- version: 0.9.0
blog_post: aurora-0-9-0-released
- version: 0.8.0
Modified:
aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups/index.html
(original)
+++ aurora/site/publish/blog/2015-upcoming-apache-aurora-meetups/index.html Sat
Dec 12 22:05:29 2015
@@ -52,7 +52,7 @@
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
Added: aurora/site/publish/blog/aurora-0-10-0-released/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/aurora-0-10-0-released/index.html?rev=1719741&view=auto
==============================================================================
--- aurora/site/publish/blog/aurora-0-10-0-released/index.html (added)
+++ aurora/site/publish/blog/aurora-0-10-0-released/index.html Sat Dec 12
22:05:29 2015
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Apache Aurora</title>
+ <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+ <link href="/assets/css/main.css" rel="stylesheet">
+ <!-- Analytics -->
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-45879646-1']);
+ _gaq.push(['_setDomainName', 'apache.org']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </head>
+ <body>
+ <div class="container-fluid section-header">
+ <div class="container">
+ <div class="nav nav-bar">
+ <a href="/"><img src="/assets/img/aurora_logo_dkbkg.svg" width="300"
alt="Transparent Apache Aurora logo with dark background"/></a>
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="/documentation/latest/">Documentation</a></li>
+ <li><a href="/community/">Community</a></li>
+ <li><a href="/downloads/">Downloads</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+ <div class="container-fluid">
+ <div class="container content">
+ <div class="container-fluid">
+
+<div class="row">
+<div class="col-md-3 buffer">
+ <div class="meta">
+ <span class="author">
+ <span class="author_contact">
+ <p><strong>Bill Farner</strong></p>
+ <p><a
href="http://twitter.com/wfarner">@wfarner</a></p>
+ </span>
+ </span>
+ <p><em>Posted December 12, 2015</em></p>
+ </div>
+
+ <div class="share">
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
+
+ <span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
+
+ <script src="//platform.linkedin.com/in.js"
type="text/javascript">
+ lang: en_US
+ </script>
+ <script type="IN/Share" data-counter="right"></script>
+ </div>
+</div>
+
+<div class="post col-md-9">
+ <h1>0.10.0 Released</h1>
+
+ <p>The latest Apache Aurora release, 0.10.0, is now available for
+<a href="http://aurora.apache.org/downloads/">download</a>. Here are some
highlights in this release:</p>
+
+<ul>
+<li>Upgraded Mesos to 0.23.0. Note: the Aurora executor now requires openssl
runtime dependencies that
+were not previously required. You will need libcurl available on every Mesos
slave (or Docker
+container) to successfully launch the Aurora executor. See
+<a
href="https://github.com/apache/mesos/blob/ebcf8cc2f2f6c236f6e9315447c247e6348141e1/docs/getting-started.md">https://github.com/apache/mesos/blob/ebcf8cc2f2f6c236f6e9315447c247e6348141e1/docs/getting-started.md</a>
+for more details on Mesos runtime dependencies.</li>
+<li>Resource quota is no longer consumed by production jobs with a dedicated
constraint (AURORA-1457).</li>
+<li>In the scheduler API, the <code>ConfigGroup.instanceIds</code> field has
been deprecated, please use
+<code>ConfigGroup.instances</code> instead.</li>
+<li>In the scheduler API, all <code>SessionKey</code> arguments are now
ignored by the scheduler as it has been
+replaced by <a href="/documentation/latest/security/">security features</a>
added in 0.8.0.</li>
+<li>The <code>--root</code> argument has been removed from the Thermos
observer.</li>
+</ul>
+
+<p>Full release notes are available in the release <a
href="https://git-wip-us.apache.org/repos/asf?p=aurora.git&f=CHANGELOG&hb=0.10.0">CHANGELOG</a>.</p>
+
+<h2 id="getting-involved">Getting Involved</h2>
+
+<p>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 <a
href="https://aurora.apache.org/community/">user mailing list and IRC</a>. The
community also holds weekly IRC meetings at 11AM Pacific every Monday that you
are welcome to join.</p>
+
+<h2 id="thanks">Thanks</h2>
+
+<p>Thanks to the 19 contributors who made Apache Aurora 0.10.0 possible:</p>
+
+<p>Andrew Jorgensen,
+Bill Farner,
+Brian Brazil,
+David Robinson,
+Dmitriy Shirchenko,
+Jake Farrell,
+Jeffrey Schroeder,
+Joe Smith,
+John Sirois,
+Joshua Cohen,
+Kevin Sweeney,
+Mauricio Garavaglia,
+Maxim Khutornenko,
+Stephan Erb,
+Steve Niemitz,
+Thorhallur Sverrisson,
+Zameer Manji,
+Zane Silver,
+Jake Farrell</p>
+
+</div>
+</div>
+
+ </div>
+ </div>
+ <div class="container-fluid section-footer buffer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+ <ul>
+ <li><a href="/downloads/">Downloads</a></li>
+ <li><a href="/community/">Mailing Lists</a></li>
+ <li><a
href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+ <li><a href="/documentation/latest/contributing/">How
To Contribute</a></li>
+ </ul>
+ </div>
+ <div class="col-md-2"><h3>The ASF</h3>
+ <ul>
+ <li><a href="http://www.apache.org/licenses/">License</a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a href="http://www.apache.org/security/">Security</a></li>
+ </ul>
+ </div>
+ <div class="col-md-6">
+ <p class="disclaimer">Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a
href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX
photo</a> displayed on the homepage is available under a <a
href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons
BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo
are trademarks of The Apache Software Foundation.</p>
+ </div>
+ </div>
+ </div>
+
+ </body>
+</html>
\ No newline at end of file
Modified: aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html
(original)
+++ aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html Sat
Dec 12 22:05:29 2015
@@ -52,7 +52,7 @@
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
Modified: aurora/site/publish/blog/aurora-0-7-0-incubating-released/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/aurora-0-7-0-incubating-released/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/aurora-0-7-0-incubating-released/index.html
(original)
+++ aurora/site/publish/blog/aurora-0-7-0-incubating-released/index.html Sat
Dec 12 22:05:29 2015
@@ -52,7 +52,7 @@
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
Modified: aurora/site/publish/blog/aurora-0-8-0-released/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/aurora-0-8-0-released/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/aurora-0-8-0-released/index.html (original)
+++ aurora/site/publish/blog/aurora-0-8-0-released/index.html Sat Dec 12
22:05:29 2015
@@ -52,7 +52,7 @@
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
Modified: aurora/site/publish/blog/aurora-0-9-0-released/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/aurora-0-9-0-released/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/aurora-0-9-0-released/index.html (original)
+++ aurora/site/publish/blog/aurora-0-9-0-released/index.html Sat Dec 12
22:05:29 2015
@@ -52,7 +52,7 @@
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
Modified: aurora/site/publish/blog/aurora-at-mesoscon-seattle/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/aurora-at-mesoscon-seattle/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/aurora-at-mesoscon-seattle/index.html (original)
+++ aurora/site/publish/blog/aurora-at-mesoscon-seattle/index.html Sat Dec 12
22:05:29 2015
@@ -52,7 +52,7 @@
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
Modified: aurora/site/publish/blog/feed.xml
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/feed.xml?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/feed.xml (original)
+++ aurora/site/publish/blog/feed.xml Sat Dec 12 22:05:29 2015
@@ -4,7 +4,67 @@
<id>http://aurora.apache.org/blog</id>
<link href="http://aurora.apache.org/blog" />
<link href="http://aurora.apache.org/blog/feed.xml" rel="self"/>
- <updated>2015-08-26T00:00:00+00:00</updated>
+ <updated>2015-12-12T00:00:00+00:00</updated>
+ <entry>
+ <id>http://aurora.apache.org/blog/aurora-0-10-0-released/</id>
+ <link href="/blog/aurora-0-10-0-released/" />
+ <title>
+ 0.10.0 Released
+ </title>
+ <updated>2015-12-12T00:00:00+00:00</updated>
+ <author>
+ <name>Bill Farner</name>
+ </author>
+ <content type="html">
+ <p>The latest Apache Aurora release, 0.10.0, is now available for
+<a
href="http://aurora.apache.org/downloads/">download</a>.
Here are some highlights in this release:</p>
+
+<ul>
+<li>Upgraded Mesos to 0.23.0. Note: the Aurora executor now requires
openssl runtime dependencies that
+were not previously required. You will need libcurl available on every Mesos
slave (or Docker
+container) to successfully launch the Aurora executor. See
+<a
href="https://github.com/apache/mesos/blob/ebcf8cc2f2f6c236f6e9315447c247e6348141e1/docs/getting-started.md">https://github.com/apache/mesos/blob/ebcf8cc2f2f6c236f6e9315447c247e6348141e1/docs/getting-started.md</a>
+for more details on Mesos runtime dependencies.</li>
+<li>Resource quota is no longer consumed by production jobs with a
dedicated constraint (AURORA-1457).</li>
+<li>In the scheduler API, the
<code>ConfigGroup.instanceIds</code> field has been deprecated,
please use
+<code>ConfigGroup.instances</code> instead.</li>
+<li>In the scheduler API, all <code>SessionKey</code>
arguments are now ignored by the scheduler as it has been
+replaced by <a href="/documentation/latest/security/">security
features</a> added in 0.8.0.</li>
+<li>The <code>--root</code> argument has been removed from
the Thermos observer.</li>
+</ul>
+
+<p>Full release notes are available in the release <a
href="https://git-wip-us.apache.org/repos/asf?p=aurora.git&amp;f=CHANGELOG&amp;hb=0.10.0">CHANGELOG</a>.</p>
+
+<h2 id="getting-involved">Getting Involved</h2>
+
+<p>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 <a
href="https://aurora.apache.org/community/">user mailing list and
IRC</a>. The community also holds weekly IRC meetings at 11AM Pacific
every Monday that you are welcome to join.</p>
+
+<h2 id="thanks">Thanks</h2>
+
+<p>Thanks to the 19 contributors who made Apache Aurora 0.10.0
possible:</p>
+
+<p>Andrew Jorgensen,
+Bill Farner,
+Brian Brazil,
+David Robinson,
+Dmitriy Shirchenko,
+Jake Farrell,
+Jeffrey Schroeder,
+Joe Smith,
+John Sirois,
+Joshua Cohen,
+Kevin Sweeney,
+Mauricio Garavaglia,
+Maxim Khutornenko,
+Stephan Erb,
+Steve Niemitz,
+Thorhallur Sverrisson,
+Zameer Manji,
+Zane Silver,
+Jake Farrell</p>
+
+ </content>
+ </entry>
<entry>
<id>http://aurora.apache.org/blog/aurora-at-mesoscon-seattle/</id>
<link href="/blog/aurora-at-mesoscon-seattle/" />
Modified: aurora/site/publish/blog/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/blog/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/blog/index.html (original)
+++ aurora/site/publish/blog/index.html Sat Dec 12 22:05:29 2015
@@ -46,6 +46,20 @@
<div class="col-md-9">
<article>
<h3>
+ <a href="/blog/aurora-0-10-0-released/">0.10.0 Released</a>
+ </h3>
+ <em><time>Dec 12 2015</time></em>
+ <p>The latest Apache Aurora release, 0.10.0, is now available for
+<a href="http://aurora.apache.org/downloads/">download</a>. Here are some
highlights in this release:</p>
+
+<ul>
+<li>Upgraded Mesos to 0.23.0. Note: the Aurora executor now requires openssl
runtime dependencies that
+were not previously required. You...</li>
+</ul>
+ <a href="/blog/aurora-0-10-0-released/">Read more</a>
+ </article>
+ <article>
+ <h3>
<a href="/blog/aurora-at-mesoscon-seattle/">Recap: Aurora at MesosCon
Seattle</a>
</h3>
<em><time>Aug 26 2015</time></em>
Modified: aurora/site/publish/downloads/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/downloads/index.html (original)
+++ aurora/site/publish/downloads/index.html Sat Dec 12 22:05:29 2015
@@ -59,7 +59,8 @@
<h4 id="0-10-0"><a
href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.10.0/apache-aurora-0.10.0.tar.gz">0.10.0</a></h4>
<p><a href="https://www.apache.org/dist/aurora/0.10.0/">signatures</a>
-| <a
href="https://git-wip-us.apache.org/repos/asf?p=aurora.git;a=log;h=refs/heads/0.10.0">commit
log</a></p>
+| <a
href="https://git-wip-us.apache.org/repos/asf?p=aurora.git;a=log;h=refs/heads/0.10.0">commit
log</a>
+| <a href="/blog/aurora-0-10-0-released/">release notes</a></p>
<h4 id="0-9-0"><a
href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.9.0/apache-aurora-0.9.0.tar.gz">0.9.0</a></h4>
Modified: aurora/site/publish/sitemap.xml
URL:
http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/publish/sitemap.xml (original)
+++ aurora/site/publish/sitemap.xml Sat Dec 12 22:05:29 2015
@@ -25,6 +25,10 @@
<lastmod>2015-12-12T00:00:00+00:00</lastmod>
</url>
<url>
+ <loc>http://aurora.apache.org/blog/aurora-0-10-0-released/</loc>
+ <lastmod>2015-12-12T00:00:00+00:00</lastmod>
+ </url>
+ <url>
<loc>http://aurora.apache.org/blog/</loc>
<lastmod>2015-12-12T00:00:00+00:00</lastmod>
</url>
Added: aurora/site/source/blog/2015-12-12-aurora-0-10-0-released.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/blog/2015-12-12-aurora-0-10-0-released.md?rev=1719741&view=auto
==============================================================================
--- aurora/site/source/blog/2015-12-12-aurora-0-10-0-released.md (added)
+++ aurora/site/source/blog/2015-12-12-aurora-0-10-0-released.md Sat Dec 12
22:05:29 2015
@@ -0,0 +1,56 @@
+---
+layout: post
+title: 0.10.0 Released
+permalink: /blog/aurora-0-10-0-released/
+published: true
+post_author:
+ display_name: Bill Farner
+ twitter: wfarner
+tags: Release
+---
+
+The latest Apache Aurora release, 0.10.0, is now available for
+[download](http://aurora.apache.org/downloads/). Here are some highlights in
this release:
+
+* Upgraded Mesos to 0.23.0. Note: the Aurora executor now requires openssl
runtime dependencies that
+ were not previously required. You will need libcurl available on every Mesos
slave (or Docker
+ container) to successfully launch the Aurora executor. See
+
https://github.com/apache/mesos/blob/ebcf8cc2f2f6c236f6e9315447c247e6348141e1/docs/getting-started.md
+ for more details on Mesos runtime dependencies.
+* Resource quota is no longer consumed by production jobs with a dedicated
constraint (AURORA-1457).
+* In the scheduler API, the `ConfigGroup.instanceIds` field has been
deprecated, please use
+ `ConfigGroup.instances` instead.
+* In the scheduler API, all `SessionKey` arguments are now ignored by the
scheduler as it has been
+ replaced by [security features](/documentation/latest/security/) added in
0.8.0.
+* The `--root` argument has been removed from the Thermos observer.
+
+Full release notes are available in the release
[CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=aurora.git&f=CHANGELOG&hb=0.10.0).
+
+
+## Getting Involved
+
+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://aurora.apache.org/community/). The community also holds weekly IRC
meetings at 11AM Pacific every Monday that you are welcome to join.
+
+## Thanks
+
+Thanks to the 19 contributors who made Apache Aurora 0.10.0 possible:
+
+Andrew Jorgensen,
+Bill Farner,
+Brian Brazil,
+David Robinson,
+Dmitriy Shirchenko,
+Jake Farrell,
+Jeffrey Schroeder,
+Joe Smith,
+John Sirois,
+Joshua Cohen,
+Kevin Sweeney,
+Mauricio Garavaglia,
+Maxim Khutornenko,
+Stephan Erb,
+Steve Niemitz,
+Thorhallur Sverrisson,
+Zameer Manji,
+Zane Silver,
+Jake Farrell
Modified: aurora/site/source/layouts/post.erb
URL:
http://svn.apache.org/viewvc/aurora/site/source/layouts/post.erb?rev=1719741&r1=1719740&r2=1719741&view=diff
==============================================================================
--- aurora/site/source/layouts/post.erb (original)
+++ aurora/site/source/layouts/post.erb Sat Dec 12 22:05:29 2015
@@ -20,7 +20,7 @@ Apache Aurora Blog
</div>
<div class="share">
- <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="apachemesos">Tweet</a></span>
+ <span class="social-share-button"><a
href="https://twitter.com/share" class="twitter-share-button"
data-via="ApacheAurora">Tweet</a></span>
<span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>