mjsax commented on code in PR #14490:
URL: https://github.com/apache/kafka/pull/14490#discussion_r1346843365
##########
tests/kafkatest/version.py:
##########
@@ -257,6 +257,4 @@ def get_version(node=None):
V_3_6_0 = KafkaVersion("3.6.0")
LATEST_3_6 = V_3_6_0
-# 3.7.x versions
-V_3_7_0 = KafkaVersion("3.7.0")
-LATEST_3_7 = V_3_7_0
\ No newline at end of file
+# only add released versions here
Review Comment:
Side cleanup -- happens all the time -- added a comment now -- we only add
released versions here. There is no 3.7.0 release yet -- seems even 3.6.0 was
added pre-mature -- your PR bumping the versions should have added 3.6.0...
--
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]