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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 205478f8 Increment versions to 4.0.20, 4.1.11, 5.0.7
205478f8 is described below

commit 205478f8fbca9d8308772a21f31320648de30c11
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Mar 23 10:03:19 2026 +0100

    Increment versions to 4.0.20, 4.1.11, 5.0.7
---
 upgrade_tests/upgrade_manifest.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/upgrade_tests/upgrade_manifest.py 
b/upgrade_tests/upgrade_manifest.py
index c716b8d3..90f07d53 100644
--- a/upgrade_tests/upgrade_manifest.py
+++ b/upgrade_tests/upgrade_manifest.py
@@ -174,13 +174,13 @@ indev_3_11_x = VersionMeta(name='indev_3_11_x', 
family=CASSANDRA_3_11, variant='
 current_3_11_x = VersionMeta(name='current_3_11_x', family=CASSANDRA_3_11, 
variant='current', version='3.11.19', min_proto_v=3, max_proto_v=4, 
java_versions=(8,))
 
 indev_4_0_x = VersionMeta(name='indev_4_0_x', family=CASSANDRA_4_0, 
variant='indev', version='github:apache/cassandra-4.0', min_proto_v=3, 
max_proto_v=4, java_versions=(8,11))
-current_4_0_x = VersionMeta(name='current_4_0_x', family=CASSANDRA_4_0, 
variant='current', version='4.0.19', min_proto_v=4, max_proto_v=5, 
java_versions=(8,11))
+current_4_0_x = VersionMeta(name='current_4_0_x', family=CASSANDRA_4_0, 
variant='current', version='4.0.20', min_proto_v=4, max_proto_v=5, 
java_versions=(8,11))
 
 indev_4_1_x = VersionMeta(name='indev_4_1_x', family=CASSANDRA_4_1, 
variant='indev', version='github:apache/cassandra-4.1', min_proto_v=4, 
max_proto_v=5, java_versions=(8,11))
-current_4_1_x = VersionMeta(name='current_4_1_x', family=CASSANDRA_4_1, 
variant='current', version='4.1.10', min_proto_v=4, max_proto_v=5, 
java_versions=(8,11))
+current_4_1_x = VersionMeta(name='current_4_1_x', family=CASSANDRA_4_1, 
variant='current', version='4.1.11', min_proto_v=4, max_proto_v=5, 
java_versions=(8,11))
 
 indev_5_0_x = VersionMeta(name='indev_5_0_x', family=CASSANDRA_5_0, 
variant='indev', version='github:apache/cassandra-5.0', min_proto_v=4, 
max_proto_v=5, java_versions=(11,17))
-current_5_0_x = VersionMeta(name='current_5_0_x', family=CASSANDRA_5_0, 
variant='current', version='5.0.6', min_proto_v=4, max_proto_v=5, 
java_versions=(11,17))
+current_5_0_x = VersionMeta(name='current_5_0_x', family=CASSANDRA_5_0, 
variant='current', version='5.0.7', min_proto_v=4, max_proto_v=5, 
java_versions=(11,17))
 
 indev_trunk = VersionMeta(name='indev_trunk', family=TRUNK, variant='indev', 
version='github:apache/trunk', min_proto_v=4, max_proto_v=5, 
java_versions=(11,17,21))
 # TODO – add current_6_0_x when this gets uncommented (when 6.0-alpha1 is 
released)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to