This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/3.9 by this push:
     new 235297c9c56 MINOR: Add 3.8.1 version to version.py (#18273)
235297c9c56 is described below

commit 235297c9c5688f397be0dd6dc14be5561fbef256
Author: Manikumar Reddy <[email protected]>
AuthorDate: Thu Dec 19 22:32:15 2024 +0530

    MINOR: Add 3.8.1 version to version.py (#18273)
    
    In bffe212, we updated 3.8 download link to 3.8.1. We need to update 
version.py .
    
    Reviewers: Matthias Sax <[email protected]>
---
 tests/kafkatest/version.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/kafkatest/version.py b/tests/kafkatest/version.py
index 4ce32a0c598..697174e1f0f 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -274,7 +274,8 @@ LATEST_3_7 = V_3_7_2
 
 # 3.8.x version
 V_3_8_0 = KafkaVersion("3.8.0")
-LATEST_3_8 = V_3_8_0
+V_3_8_1 = KafkaVersion("3.8.1")
+LATEST_3_8 = V_3_8_1
 
 # 3.9.x version
 V_3_9_0 = KafkaVersion("3.9.0")

Reply via email to