mjsax commented on a change in pull request #354:
URL: https://github.com/apache/kafka-site/pull/354#discussion_r632288752
##########
File path: downloads.html
##########
@@ -60,23 +60,66 @@ <h3 class="download-version">2.8.0<a href="#2.8.0"><i
class="fas fa-link " style
For more information, please read the detailed <a
href="https://downloads.apache.org/kafka/2.8.0/RELEASE_NOTES.html">Release
Notes</a>.
</p>
+ <span id="2.7.1"></span>
+ <h3 class="download-version">2.7.1<a href="#2.7.1"><i class="fas fa-link "
style="color:#053ce2"></i></a></h3>
+ <ul>
+ <li>
+ Released May 10, 2020
+ </li>
+ <li>
+ <a
href="https://downloads.apache.org/kafka/2.7.1/RELEASE_NOTES.html">Release
Notes</a>
+ </li>
+ <li>
+ Source download: <a
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.7.1/kafka-2.7.1-src.tgz">kafka-2.7.1-src.tgz</a>
(<a
href="https://downloads.apache.org/kafka/2.7.1/kafka-2.7.1-src.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/kafka/2.7.1/kafka-2.7.1-src.tgz.sha512">sha512</a>)
+ </li>
+ <li>
+ Binary downloads:
+ <ul>
+ <li>Scala 2.12 - <a
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.7.1/kafka_2.12-2.7.1.tgz">kafka_2.12-2.7.1.tgz</a>
(<a
href="https://downloads.apache.org/kafka/2.7.1/kafka_2.12-2.7.1.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/kafka/2.7.1/kafka_2.12-2.7.1.tgz.sha512">sha512</a>)</li>
+ <li>Scala 2.13 - <a
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.7.1/kafka_2.13-2.7.1.tgz">kafka_2.13-2.7.1.tgz</a>
(<a
href="https://downloads.apache.org/kafka/2.7.1/kafka_2.13-2.7.1.tgz.asc">asc</a>,
<a
href="https://downloads.apache.org/kafka/2.7.1/kafka_2.13-2.7.1.tgz.sha512">sha512</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.13 is recommended).
+ </li>
+ </ul>
+
+ <p>
+ Kafka 2.7.1 includes a number of significant new features. Here is a
summary of some notable changes:
Review comment:
Seems this list was copied from `2.7.0` release below, but does not
really apply to a bug fix release? I think this paragraph and the bullet point
list below should not be added, but only the last paragraph about `2.7.1`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]