Repository: kafka-site Updated Branches: refs/heads/asf-site ba6c994ca -> f21c50af2
Add Kafka 0.8.2.2 release to downloads page Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/f21c50af Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/f21c50af Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/f21c50af Branch: refs/heads/asf-site Commit: f21c50af2be9679e7f799db27291ab844e0f1730 Parents: ba6c994 Author: Ismael Juma <[email protected]> Authored: Tue Oct 6 09:13:38 2015 +0100 Committer: Ismael Juma <[email protected]> Committed: Tue Oct 6 09:13:38 2015 +0100 ---------------------------------------------------------------------- downloads.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/f21c50af/downloads.html ---------------------------------------------------------------------- diff --git a/downloads.html b/downloads.html index f51ab72..72ef3a8 100644 --- a/downloads.html +++ b/downloads.html @@ -1,10 +1,33 @@ <!--#include virtual="includes/header.html" --> <h1>Releases</h1> -0.8.2.1 is the latest release. The current stable version is 0.8.2.1. +0.8.2.2 is the latest release. The current stable version is 0.8.2.2. <p> You can verify your download by following these <a href="http://www.apache.org/info/verification.html">procedures</a> and using these <a href="http://kafka.apache.org/KEYS">KEYS</a>. +<h3>0.8.2.2</h3> +<ul> + <li> + <a href="https://archive.apache.org/dist/kafka/0.8.2.2/RELEASE_NOTES.html">Release Notes</a> + </li> + <li> + Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz">kafka-0.8.2.2-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz.md5">md5</a>) + </li> + <li> + Binary downloads: + <ul> + <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz">kafka_2.9.1-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz.md5">md5</a>) + </li> + <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz">kafka_2.9.2-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz.md5">md5</a>) + </li> + <li>Scala 2.10 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz">kafka_2.10-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz.md5">md5</a>) + </li> + <li>Scala 2.11 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz">kafka_2.11-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz.md5">md5</a>) + </li> + </ul> +We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended). + </li> +</ul> <h3>0.8.2.1</h3> <ul> <li>
