stanislavkozlovski commented on code in PR #580:
URL: https://github.com/apache/kafka-site/pull/580#discussion_r1495732697
##########
37/upgrade.html:
##########
@@ -19,9 +19,9 @@
<script id="upgrade-template" type="text/x-handlebars-template">
-<h4><a id="upgrade_3_6_0" href="#upgrade_3_6_0">Upgrading to 3.6.0 from any
version 0.8.x through 3.5.x</a></h4>
+<h4><a id="upgrade_3_6_1" href="#upgrade_3_6_1">Upgrading to 3.6.1 from any
version 0.8.x through 3.5.x</a></h4>
- <h5><a id="upgrade_360_zk" href="#upgrade_360_zk">Upgrading
ZooKeeper-based clusters</a></h5>
+ <h5><a id="upgrade_361_zk" href="#upgrade_361_zk">Upgrading
ZooKeeper-based clusters</a></h5>
<p><b>If you are upgrading from a version prior to 2.1.x, please see the
note in step 5 below about the change to the schema used to store consumer
offsets.
Review Comment:
maybe we should change the below to upgrade_361_kraft too?
Or should we just copy the section and have two identical 3.6.1 and 3.6.0
sections?
I don't know why, but through this PR I found that upgrade.html was missing
the 3.6.1 and 3.5.2 changes. I introduced them with
318962858aafa5daefdde7ebda3bd30f1bc9cb4c.
As to why were they missing... 🤷♂️
I followed the instructions in the Wiki and introduced them on January 9 -
https://github.com/apache/kafka-site/pull/576
Maybe I had an old version of kafka-site checked out locally?
##########
blog.html:
##########
@@ -55,7 +55,7 @@ <h2 class="bullet">
</h2>
10 Oct 2023 - Satish Duggana (<a
href="https://twitter.com/0xeed">@SatishDuggana</a>)
<p>We are proud to announce the release of Apache Kafka 3.6.0.
This release contains many new features and improvements. This blog post will
highlight some of the more prominent features. For a full list of changes, be
sure to check the <a
href="https://downloads.apache.org/kafka/3.6.0/RELEASE_NOTES.html">release
notes</a>.</p>
- <p>See the <a
href="https://kafka.apache.org/36/documentation.html#upgrade_3_6_0">Upgrading
to 3.6.0 from any version 0.8.x through 3.5.x</a> section in the documentation
for the list of notable changes and detailed upgrade steps.</p>
+ <p>See the <a
href="https://kafka.apache.org/36/documentation.html#upgrade_3_6_1">Upgrading
to 3.6.0 from any version 0.8.x through 3.5.x</a> section in the documentation
for the list of notable changes and detailed upgrade steps.</p>
Review Comment:
this is the fix
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]