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:47:35 UTC

svn commit: r1679101 - in /mesos/site: publish/blog/mesos-0-22-1-released/ publish/blog/mesos-0-22-1-released/index.html source/blog/2015-05-12-mesos-0-22-1-released.md

Author: dlester
Date: Tue May 12 21:47:35 2015
New Revision: 1679101

URL: http://svn.apache.org/r1679101
Log:
Add 0.22.1 blog post under source control.

Added:
    mesos/site/publish/blog/mesos-0-22-1-released/
    mesos/site/publish/blog/mesos-0-22-1-released/index.html
    mesos/site/source/blog/2015-05-12-mesos-0-22-1-released.md

Added: mesos/site/publish/blog/mesos-0-22-1-released/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/blog/mesos-0-22-1-released/index.html?rev=1679101&view=auto
==============================================================================
--- mesos/site/publish/blog/mesos-0-22-1-released/index.html (added)
+++ mesos/site/publish/blog/mesos-0-22-1-released/index.html Tue May 12 21:47:35 2015
@@ -0,0 +1,156 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Mesos 0.22.1 Released</title>
+		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+		    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+		    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+		    
+		    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+				
+		    
+			
+			<!-- Google Analytics Magic -->
+			<script type="text/javascript">
+			  var _gaq = _gaq || [];
+			  _gaq.push(['_setAccount', 'UA-20226872-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>
+			<!-- magical breadcrumbs -->
+			<div class="topnav">
+			<ul class="breadcrumb">
+			  <li>
+					<div class="dropdown">
+					  <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+					  <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+							<li><a href="http://www.apache.org">Apache Homepage</a></li>
+							<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>
+				</li>
+				<li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+				
+				
+					<li><a href="/blog
+/">Blog
+</a></li>
+				
+				
+			</ul><!-- /breadcrumb -->
+			</div>
+			
+			<!-- navbar excitement -->
+	    <div class="navbar navbar-static-top" role="navigation">
+	      <div class="navbar-inner">
+	        <div class="container">
+						<a href="/" class="logo"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo" /></a>
+					<div class="nav-collapse">
+						<ul class="nav nav-pills navbar-right">
+						  <li><a href="/gettingstarted/">Getting Started</a></li>
+						  <li><a href="/documentation/latest/">Documentation</a></li>
+						  <li><a href="/downloads/">Downloads</a></li>
+						  <li><a href="/community/">Community</a></li>
+						</ul>
+					</div>
+	        </div>
+	      </div>
+	    </div><!-- /.navbar -->
+
+      <div class="container">
+
+			<div class="row">
+
+<div class="col-md-3">
+	<div class="meta">
+		<span class="author">
+			
+			<span class="author_contact">
+			  <p><strong>Adam B</strong></p>
+			  <p><a href="http://twitter.com/">@</a></p>
+			</span>
+		</span>
+		<p><em>Posted May 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="apachemesos">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>
+
+		<span><div class="g-plusone" data-size="medium"></div></span>
+
+		<!-- Place this tag after the last +1 button tag. -->
+		<script type="text/javascript">
+		  (function() {
+		    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
+		    po.src = 'https://apis.google.com/js/plusone.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
+		  })();
+		</script>
+		
+		<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>Apache Mesos 0.22.1 Released</h1>
+	
+	<p>The latest Mesos release, 0.22.1 is now available for <a href="http://mesos.apache.org/downloads">download</a>. 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.</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-1795">MESOS-1795</a> - Assertion failure in state abstraction crashes JVM.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2161">MESOS-2161</a> - AbstractState JNI check fails for Marathon framework.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2461">MESOS-2461</a> - Slave should provide details on processes running in its cgroups</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2583">MESOS-2583</a> - Tasks getting stuck in staging.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2592">MESOS-2592</a> - The sandbox directory is not chown'ed if the fetcher doesn&rsquo;t run.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2601">MESOS-2601</a> - Tasks are not removed after recovery from slave and mesos containerizer</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2614">MESOS-2614</a> - Update name, hostname, failover_timeout, and webui_url in master on framework re-registration</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2643">MESOS-2643</a> - Python scheduler driver disables implicit acknowledgments by default.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-2668">MESOS-2668</a> - Slave fails to recover when there are still processes left in its cgroup</li>
+</ul>
+
+
+<p>Full release notes are available in the release <a href="https://github.com/apache/mesos/blob/master/CHANGELOG">CHANGELOG</a>.</p>
+
+<p>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 <a href="http://mesos.apache.org/documentation/latest/upgrades/">upgrades</a> documentation.</p>
+
+<h2>Contributors</h2>
+
+<p>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.</p>
+
+</div>
+</div>
+
+			
+	      <hr>
+
+				<!-- footer -->
+	      <div class="footer">
+	        <p>&copy; 2012-2014 <a href="http://apache.org">The Apache Software Foundation</a>.
+	        Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.<p>
+	      </div><!-- /footer -->
+
+	    </div> <!-- /container -->
+
+	    <!-- JS -->
+	    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+			<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    </body>
+</html>
\ No newline at end of file

Added: mesos/site/source/blog/2015-05-12-mesos-0-22-1-released.md
URL: http://svn.apache.org/viewvc/mesos/site/source/blog/2015-05-12-mesos-0-22-1-released.md?rev=1679101&view=auto
==============================================================================
--- mesos/site/source/blog/2015-05-12-mesos-0-22-1-released.md (added)
+++ mesos/site/source/blog/2015-05-12-mesos-0-22-1-released.md Tue May 12 21:47:35 2015
@@ -0,0 +1,28 @@
+---
+layout: post
+title: Apache Mesos 0.22.1 Released
+permalink: /blog/mesos-0-22-1-released/
+published: true
+post_author:
+  display_name: Adam B
+tags: Release
+---
+
+The latest Mesos release, 0.22.1 is now available for [download](http://mesos.apache.org/downloads). 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.
+
+* [MESOS-1795](https://issues.apache.org/jira/browse/MESOS-1795) - Assertion failure in state abstraction crashes JVM.
+* [MESOS-2161](https://issues.apache.org/jira/browse/MESOS-2161) - AbstractState JNI check fails for Marathon framework.
+* [MESOS-2461](https://issues.apache.org/jira/browse/MESOS-2461) - Slave should provide details on processes running in its cgroups
+* [MESOS-2583](https://issues.apache.org/jira/browse/MESOS-2583) - Tasks getting stuck in staging.
+* [MESOS-2592](https://issues.apache.org/jira/browse/MESOS-2592) - The sandbox directory is not chown'ed if the fetcher doesn't run.
+* [MESOS-2601](https://issues.apache.org/jira/browse/MESOS-2601) - Tasks are not removed after recovery from slave and mesos containerizer
+* [MESOS-2614](https://issues.apache.org/jira/browse/MESOS-2614) - Update name, hostname, failover_timeout, and webui_url in master on framework re-registration
+* [MESOS-2643](https://issues.apache.org/jira/browse/MESOS-2643) - Python scheduler driver disables implicit acknowledgments by default.
+* [MESOS-2668](https://issues.apache.org/jira/browse/MESOS-2668) - Slave fails to recover when there are still processes left in its cgroup
+
+Full release notes are available in the release [CHANGELOG](https://github.com/apache/mesos/blob/master/CHANGELOG).
+
+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 [upgrades](http://mesos.apache.org/documentation/latest/upgrades/) documentation.
+
+## Contributors
+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.
\ No newline at end of file