You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2015/05/12 23:46:46 UTC

svn commit: r1679100 - in /mesos/site: publish/blog/feed.xml publish/blog/index.html publish/downloads/index.html publish/index.html publish/sitemap.xml source/downloads.html.md source/index.html.md

Author: dlester
Date: Tue May 12 21:46:46 2015
New Revision: 1679100

URL: http://svn.apache.org/r1679100
Log:
Updates Mesos website to reflect 0.22.1 release.

Modified:
    mesos/site/publish/blog/feed.xml
    mesos/site/publish/blog/index.html
    mesos/site/publish/downloads/index.html
    mesos/site/publish/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/downloads.html.md
    mesos/site/source/index.html.md

Modified: mesos/site/publish/blog/feed.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/feed.xml?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/publish/blog/feed.xml (original)
+++ mesos/site/publish/blog/feed.xml Tue May 12 21:46:46 2015
@@ -4,7 +4,44 @@
   <id>http://mesos.apache.org/blog</id>
   <link href="http://mesos.apache.org/blog" />
   <link href="http://mesos.apache.org/blog/feed.xml" rel="self"/>
-  <updated>2015-03-25T00:00:00Z</updated>
+  <updated>2015-05-12T00:00:00Z</updated>
+  
+  <entry>
+    <id>http://mesos.apache.org/blog/mesos-0-22-1-released/</id>
+    <link href="/blog/mesos-0-22-1-released/" />
+    <title>
+      Apache Mesos 0.22.1 Released
+    </title>
+    <updated>2015-05-12T00:00:00Z</updated>
+    <author>
+      <name>Adam B</name>
+    </author>
+    <content type="html">
+      &lt;p&gt;The latest Mesos release, 0.22.1 is now available for &lt;a href=&quot;http://mesos.apache.org/downloads&quot;&gt;download&lt;/a&gt;. This release includes fixes to containerizer recovery, sandbox permissions, and the Java and Python bindings. Also, certain fields of FrameworkInfo are now updated on reregistration.&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-1795&quot;&gt;MESOS-1795&lt;/a&gt; - Assertion failure in state abstraction crashes JVM.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2161&quot;&gt;MESOS-2161&lt;/a&gt; - AbstractState JNI check fails for Marathon framework.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2461&quot;&gt;MESOS-2461&lt;/a&gt; - Slave should provide details on processes running in its cgroups&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2583&quot;&gt;MESOS-2583&lt;/a&gt; - Tasks getting stuck in staging.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2592&quot;&gt;MESOS-2592&lt;/a&gt; - The sandbox directory is not chown&apos;ed if the fetcher doesn&amp;rsquo;t run.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2601&quot;&gt;MESOS-2601&lt;/a&gt; - Tasks are not removed after recovery from slave and mesos containerizer&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2614&quot;&gt;MESOS-2614&lt;/a&gt; - Update name, hostname, failover_timeout, and webui_url in master on framework re-registration&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2643&quot;&gt;MESOS-2643&lt;/a&gt; - Python scheduler driver disables implicit acknowledgments by default.&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/MESOS-2668&quot;&gt;MESOS-2668&lt;/a&gt; - Slave fails to recover when there are still processes left in its cgroup&lt;/li&gt;
+&lt;/ul&gt;
+
+
+&lt;p&gt;Full release notes are available in the release &lt;a href=&quot;https://github.com/apache/mesos/blob/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;Upgrading to 0.22.1 can be done seamlessly on a 0.22.0 cluster. If upgrading from an earlier version, please refer to the &lt;a href=&quot;http://mesos.apache.org/documentation/latest/upgrades/&quot;&gt;upgrades&lt;/a&gt; documentation.&lt;/p&gt;
+
+&lt;h2&gt;Contributors&lt;/h2&gt;
+
+&lt;p&gt;Thanks to all the contributors for 0.22.1: Benjamin Hindman, Benjamin Mahler, Ian Downes, Jie Yu, Joris Van Remoortere, Niklas Nielsen, and Timothy Chen.&lt;/p&gt;
+
+	</content>
+  </entry>
   
   <entry>
     <id>http://mesos.apache.org/blog/mesos-0-22-0-released/</id>

Modified: mesos/site/publish/blog/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/index.html?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/publish/blog/index.html (original)
+++ mesos/site/publish/blog/index.html Tue May 12 21:46:46 2015
@@ -76,6 +76,11 @@
 	<div class="col-md-9">
 		
 		  <article>
+		  	<h2><a href="/blog/mesos-0-22-1-released/">Apache Mesos 0.22.1 Released</a></h2>
+			<p><em>Posted by Adam B, May 12, 2015</em></p>
+		  </article>
+		
+		  <article>
 		  	<h2><a href="/blog/mesos-0-22-0-released/">Apache Mesos 0.22.0 Released</a></h2>
 			<p><em>Posted by Niklas Q. Nielsen, March 25, 2015</em></p>
 		  </article>

Modified: mesos/site/publish/downloads/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/downloads/index.html?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/publish/downloads/index.html (original)
+++ mesos/site/publish/downloads/index.html Tue May 12 21:46:46 2015
@@ -73,6 +73,8 @@
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.22.1/">0.22.1</a>
+          (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.22.0/">0.22.0</a>
            (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.21.0/">0.21.0</a>
@@ -119,8 +121,8 @@
   <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.22.0/">0.22.0</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650">Release Notes</a>)
+          <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.22.1/">0.22.1</a>
+        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855">Release Notes</a>)
       </p>
 
       <h4>Getting the code via source control</h4>

Modified: mesos/site/publish/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Tue May 12 21:46:46 2015
@@ -73,7 +73,7 @@
         <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>
       </div>
     <div class="col-md-5 text-center download">
-      <a class="btn btn-lg btn-success" href="http://mesos.apache.org/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.22.0</a>
+      <a class="btn btn-lg btn-success" href="http://mesos.apache.org/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.22.1</a>
       <p>or learn how to <a href="http://mesos.apache.org/gettingstarted/">get started</a></p>
     </div>
     </div>
@@ -110,18 +110,11 @@
   <div class="col-md-5">
     <h3>News</h3>
       <ul>
+        <li><em>May 12, 2015</em> - Mesos 0.22.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855">0.22.1 release notes</a> and <a href="/blog/mesos-0-22-1-released/">blog post announcement</a> for more details.</li>
         <li><em>March 25, 2015</em> - Mesos 0.22.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650">0.22.0 release notes</a> and <a href="/blog/mesos-0-22-0-released/">blog post announcement</a> for more details.</li>
         <li><em>January 20, 2015</em> - Mesos 0.21.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329076&projectId=12311242">0.21.1 release notes</a> and <a href="/blog/mesos-0-21-1-released/">blog post announcement</a> for more details.</li>
-    <li><em>January 14, 2015</em> - <a href="/blog/mesoscon-2015-earlybird-registration-now-open/">MesosCon Early-Bird Registration Now Open</a> to the first 140 attendees that register for the conference. Join us in Seattle this August!</li>
+        <li><em>January 14, 2015</em> - <a href="/blog/mesoscon-2015-earlybird-registration-now-open/">MesosCon Early-Bird Registration Now Open</a> to the first 140 attendees that register for the conference. Join us in Seattle this August!</li>
         <li><em>November 17, 2014</em> - Mesos 0.21.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327045">0.21.0 release notes</a> and <a href="/blog/mesos-0-21-0-released/">blog post announcement</a> for more details.</li>
-
-        <li><em>September 23, 2014</em> - Mesos 0.20.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327951">0.20.1 release notes</a> and <a href="/blog/mesos-0-20-1-released/">blog post announcement</a> for more details.</li>
-
-        <li><em>August 21, 2014</em> - Mesos 0.20.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326835">0.20.0 release notes</a> and <a href="/blog/mesos-0-20-0-released/">blog post announcement</a> for more details.</li>
-
-        <li><em>July 24, 2014</em> - <a href="/blog/mesoscon-2014-hackathon-details-announced/">#MesosCon Hackathon Details Announced</a></li>
-
-        <li><em>July 17th, 2014</em> - Mesos 0.19.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327173">0.19.1 release notes</a> and <a href="/blog/mesos-0-19-1-released/">blog post announcement</a> for more details.</li>
       </ul>
 
       <h3>Follow Us</h3>

Modified: mesos/site/publish/sitemap.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/publish/sitemap.xml (original)
+++ mesos/site/publish/sitemap.xml Tue May 12 21:46:46 2015
@@ -14617,6 +14617,10 @@
     <lastmod>2015-05-12T00:00:00-07:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/blog/mesos-0-22-1-released/</loc>
+    <lastmod>2015-05-12T00:00:00-07:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/blog/</loc>
     <lastmod>2015-05-12T00:00:00-07:00</lastmod>
   </url>

Modified: mesos/site/source/downloads.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/downloads.html.md?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/source/downloads.html.md (original)
+++ mesos/site/source/downloads.html.md Tue May 12 21:46:46 2015
@@ -8,6 +8,8 @@ breadcrumb: Downloads
     <h4>Previous Releases</h4>
 
     <ul>
+      <li><a href="http://archive.apache.org/dist/mesos/0.22.1/">0.22.1</a>
+		  (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.22.0/">0.22.0</a>
            (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650">Release Notes</a>)</li>
       <li><a href="http://archive.apache.org/dist/mesos/0.21.0/">0.21.0</a>
@@ -54,8 +56,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.22.0/">0.22.0</a>
-        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650">Release Notes</a>)
+	      <a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.22.1/">0.22.1</a>
+        (<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855">Release Notes</a>)
       </p>
 
       <h4>Getting the code via source control</h4>

Modified: mesos/site/source/index.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/index.html.md?rev=1679100&r1=1679099&r2=1679100&view=diff
==============================================================================
--- mesos/site/source/index.html.md (original)
+++ mesos/site/source/index.html.md Tue May 12 21:46:46 2015
@@ -9,7 +9,7 @@ title: Apache Mesos
 	    <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>
 	  </div>
     <div class="col-md-5 text-center download">
-      <a class="btn btn-lg btn-success" href="http://mesos.apache.org/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.22.0</a>
+      <a class="btn btn-lg btn-success" href="http://mesos.apache.org/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.22.1</a>
       <p>or learn how to <a href="http://mesos.apache.org/gettingstarted/">get started</a></p>
     </div>
 	</div>
@@ -38,18 +38,11 @@ title: Apache Mesos
   <div class="col-md-5">
     <h3>News</h3>
       <ul>
+	    <li><em>May 12, 2015</em> - Mesos 0.22.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329855">0.22.1 release notes</a> and <a href="/blog/mesos-0-22-1-released/">blog post announcement</a> for more details.</li>
         <li><em>March 25, 2015</em> - Mesos 0.22.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12328650">0.22.0 release notes</a> and <a href="/blog/mesos-0-22-0-released/">blog post announcement</a> for more details.</li>
         <li><em>January 20, 2015</em> - Mesos 0.21.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329076&projectId=12311242">0.21.1 release notes</a> and <a href="/blog/mesos-0-21-1-released/">blog post announcement</a> for more details.</li>
-	<li><em>January 14, 2015</em> - <a href="/blog/mesoscon-2015-earlybird-registration-now-open/">MesosCon Early-Bird Registration Now Open</a> to the first 140 attendees that register for the conference. Join us in Seattle this August!</li>
+        <li><em>January 14, 2015</em> - <a href="/blog/mesoscon-2015-earlybird-registration-now-open/">MesosCon Early-Bird Registration Now Open</a> to the first 140 attendees that register for the conference. Join us in Seattle this August!</li>
         <li><em>November 17, 2014</em> - Mesos 0.21.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327045">0.21.0 release notes</a> and <a href="/blog/mesos-0-21-0-released/">blog post announcement</a> for more details.</li>
-
-        <li><em>September 23, 2014</em> - Mesos 0.20.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327951">0.20.1 release notes</a> and <a href="/blog/mesos-0-20-1-released/">blog post announcement</a> for more details.</li>
-
-		<li><em>August 21, 2014</em> - Mesos 0.20.0 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326835">0.20.0 release notes</a> and <a href="/blog/mesos-0-20-0-released/">blog post announcement</a> for more details.</li>
-
-		<li><em>July 24, 2014</em> - <a href="/blog/mesoscon-2014-hackathon-details-announced/">#MesosCon Hackathon Details Announced</a></li>
-
-        <li><em>July 17th, 2014</em> - Mesos 0.19.1 is released! See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12327173">0.19.1 release notes</a> and <a href="/blog/mesos-0-19-1-released/">blog post announcement</a> for more details.</li>
 	  </ul>
 
       <h3>Follow Us</h3>