Modified: 
aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html?rev=1783940&r1=1783939&r2=1783940&view=diff
==============================================================================
--- 
aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html 
(original)
+++ 
aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html 
Tue Feb 21 20:54:58 2017
@@ -41,10 +41,14 @@
 <h5 class="page-header text-uppercase">Documentation
 <select onChange="window.location.href='/documentation/' + this.value + 
'/reference/task-lifecycle/'"
         value="latest">
+  <option value="0.17.0"
+    >
+    0.17.0
+      (latest)
+  </option>
   <option value="0.16.0"
     >
     0.16.0
-      (latest)
   </option>
   <option value="0.15.0"
     >
@@ -129,7 +133,9 @@ the <code>Task</code> goes into <code>ST
 <p><code>STARTING</code> state initializes a <code>Task</code> sandbox. When 
the sandbox is fully
 initialized, Thermos begins to invoke <code>Process</code>es. Also, the agent
 machine sends an update to the scheduler that the <code>Task</code> is
-in <code>RUNNING</code> state.</p>
+in <code>RUNNING</code> state, only after the task satisfies the liveness 
requirements.
+See <a href="../features/services#health-checking">Health Checking</a> for 
more details
+for how to configure health checks.</p>
 
 <h2 id="running-to-terminal-states">RUNNING to terminal states</h2>
 

Modified: aurora/site/publish/downloads/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1783940&r1=1783939&r2=1783940&view=diff
==============================================================================
--- aurora/site/publish/downloads/index.html (original)
+++ aurora/site/publish/downloads/index.html Tue Feb 21 20:54:58 2017
@@ -50,6 +50,8 @@
 
 <h2 id="binary-distributions">Binary distributions</h2>
 
+<p>Ubuntu 16.04 <a 
href="https://bintray.com/apache/aurora/ubuntu-xenial/_latestVersion";> <img 
alt="Download" 
src="https://api.bintray.com/packages/apache/aurora/ubuntu-xenial/images/download.svg";
 /> </a></p>
+
 <p>Ubuntu 14.04 <a 
href="https://bintray.com/apache/aurora/debian-ubuntu-trusty/_latestVersion";> 
<img alt="Download" 
src="https://api.bintray.com/packages/apache/aurora/debian-ubuntu-trusty/images/download.svg";
 /> </a></p>
 
 <p>Debian Jessie <a 
href="https://bintray.com/apache/aurora/debian-jessie/_latestVersion";> <img 
alt="Download" 
src="https://api.bintray.com/packages/apache/aurora/debian-jessie/images/download.svg";
 /> </a></p>
@@ -60,6 +62,12 @@
 
 <h2 id="source-distributions">Source distributions</h2>
 
+<h4 id="0-17-0"><a 
href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.17.0/apache-aurora-0.17.0.tar.gz";>0.17.0</a></h4>
+
+<p><a href="https://www.apache.org/dist/aurora/0.17.0/";>signatures</a>
+| <a 
href="https://git-wip-us.apache.org/repos/asf?p=aurora.git;a=log;h=refs/tags/rel/0.17.0";>commit
 log</a>
+| <a href="/blog/aurora-0-17-0-released/">release notes</a></p>
+
 <h4 id="0-16-0"><a 
href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.16.0/apache-aurora-0.16.0.tar.gz";>0.16.0</a></h4>
 
 <p><a href="https://www.apache.org/dist/aurora/0.16.0/";>signatures</a>


Reply via email to