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 f0c5ef09 Bump upgrade manifest versions to current
f0c5ef09 is described below
commit f0c5ef09007696d723ec21a58d6696d1f9a4961e
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Mar 27 10:26:36 2024 -0500
Bump upgrade manifest versions to current
---
upgrade_tests/upgrade_manifest.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/upgrade_tests/upgrade_manifest.py
b/upgrade_tests/upgrade_manifest.py
index 4a733516..5237ef74 100644
--- a/upgrade_tests/upgrade_manifest.py
+++ b/upgrade_tests/upgrade_manifest.py
@@ -169,10 +169,10 @@ 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.16', 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.11', 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.12', 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.3', 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.4', 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-beta1', min_proto_v=4, max_proto_v=5,
java_versions=(11,17))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]