satishd commented on code in PR #556: URL: https://github.com/apache/kafka-site/pull/556#discussion_r1349567200
########## downloads.html: ########## @@ -6,12 +6,41 @@ <div class="right"> <h1>Download</h1> - <p>3.5.1 is the latest release. The current stable version is 3.5.1</p> + <p>3.6.0 is the latest release. The current stable version is 3.6.0</p> <p> You can verify your download by following these <a href="https://www.apache.org/info/verification.html">procedures</a> and using these <a href="https://downloads.apache.org/kafka/KEYS">KEYS</a>. </p> + <span id="3.6.0"></span> + <h3 class="download-version">3.6.0<a href="#3.6.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3> + <ul> + <li> + Released Oct 7, 2023 + </li> + <li> + <a href="https://archive.apache.org/dist/kafka/3.6.0/RELEASE_NOTES.html">Release Notes</a> Review Comment: I kept 3.5.1 still with `downloads.apache.org` as that is the latest release for 3.5 and it may have some updates later. We can change it to `archive.apache.org` once we decide we will not have any updates on 3.5. https://www.apache.org/legal/release-policy.html#when-to-archive ``` downloads.apache.org should contain the latest release in each branch that is currently under development. When development ceases on a version branch, releases of that branch should be removed from the project's download directory. ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org