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

brandonwilliams 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 d51d4e1b Increment version for 3.11
d51d4e1b is described below

commit d51d4e1b5436d744b196f189445a52b258a6cbb8
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Tue Apr 16 13:29:31 2024 -0500

    Increment version for 3.11
---
 upgrade_tests/upgrade_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upgrade_tests/upgrade_manifest.py 
b/upgrade_tests/upgrade_manifest.py
index 760255ed..8a83173b 100644
--- a/upgrade_tests/upgrade_manifest.py
+++ b/upgrade_tests/upgrade_manifest.py
@@ -166,7 +166,7 @@ indev_3_0_x = VersionMeta(name='indev_3_0_x', 
family=CASSANDRA_3_0, variant='ind
 current_3_0_x = VersionMeta(name='current_3_0_x', family=CASSANDRA_3_0, 
variant='current', version='3.0.30', min_proto_v=3, max_proto_v=4, 
java_versions=(8,))
 
 indev_3_11_x = VersionMeta(name='indev_3_11_x', family=CASSANDRA_3_11, 
variant='indev', version='github:apache/cassandra-3.11', min_proto_v=3, 
max_proto_v=4, java_versions=(8,))
-current_3_11_x = VersionMeta(name='current_3_11_x', family=CASSANDRA_3_11, 
variant='current', version='3.11.16', min_proto_v=3, max_proto_v=4, 
java_versions=(8,))
+current_3_11_x = VersionMeta(name='current_3_11_x', family=CASSANDRA_3_11, 
variant='current', version='3.11.17', 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.12', min_proto_v=4, max_proto_v=5, 
java_versions=(8,11))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to