Modified: aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html?rev=1799388&r1=1799387&r2=1799388&view=diff ============================================================================== --- aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html (original) +++ aurora/site/publish/documentation/latest/reference/scheduler-endpoints/index.html Wed Jun 21 06:28:50 2017 @@ -41,10 +41,14 @@ <h5 class="page-header text-uppercase">Documentation <select onChange="window.location.href='/documentation/' + this.value + '/reference/scheduler-endpoints/'" value="latest"> + <option value="0.18.0" + > + 0.18.0 + (latest) + </option> <option value="0.17.0" > 0.17.0 - (latest) </option> <option value="0.16.0" > @@ -99,7 +103,7 @@ <h1 id="http-endpoints">HTTP endpoints</h1> <p>There are a number of HTTP endpoints that the Aurora scheduler exposes. These allow various -operational tasks to be performed on the scheduler. Below is the list of all such endpoints +operational tasks to be performed on the scheduler. Below is an (incomplete) list of such endpoints and a brief explanation of what they do.</p> <h2 id="leader-health">Leader health</h2> @@ -112,11 +116,11 @@ HAProxy or AWS ELB.</p> <ul> <li>If the instance that received the GET request is the leading scheduler, a HTTP status code of -200 (OK) is returned.</li> +<code>200 OK</code> is returned.</li> <li>If the instance that received the GET request is not the leading scheduler but a leader does -exist, a HTTP status code of 503 (SERVICE_UNAVAILABLE) is returned.</li> -<li>If no leader currently exists or the leader is unknown, a HTTP status code of 502 -(BAD_GATEWAY) is returned.</li> +exist, a HTTP status code of <code>503 SERVICE_UNAVAILABLE</code> is returned.</li> +<li>If no leader currently exists or the leader is unknown, a HTTP status code of <code>502 BAD_GATEWAY</code> +is returned.</li> </ul> </div>
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=1799388&r1=1799387&r2=1799388&view=diff ============================================================================== --- aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html (original) +++ aurora/site/publish/documentation/latest/reference/task-lifecycle/index.html Wed Jun 21 06:28:50 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.18.0" + > + 0.18.0 + (latest) + </option> <option value="0.17.0" > 0.17.0 - (latest) </option> <option value="0.16.0" > Modified: aurora/site/publish/downloads/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1799388&r1=1799387&r2=1799388&view=diff ============================================================================== --- aurora/site/publish/downloads/index.html (original) +++ aurora/site/publish/downloads/index.html Wed Jun 21 06:28:50 2017 @@ -62,6 +62,12 @@ <h2 id="source-distributions">Source distributions</h2> +<h4 id="0-18-0"><a href="http://www.apache.org/dyn/closer.cgi?path=/aurora/0.18.0/apache-aurora-0.18.0.tar.gz">0.18.0</a></h4> + +<p><a href="https://www.apache.org/dist/aurora/0.18.0/">signatures</a> +| <a href="https://git-wip-us.apache.org/repos/asf?p=aurora.git;a=log;h=refs/tags/rel/0.18.0">commit log</a> +| <a href="/blog/aurora-0-18-0-released/">release notes</a></p> + <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>
