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 ba013dc4 use 5.0.4 in upgrade tests
ba013dc4 is described below
commit ba013dc4eeee4d70b7124126f7881029abe6bd1e
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Apr 10 12:27:46 2025 -0500
use 5.0.4 in upgrade tests
---
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 383d623d..d300dc7f 100644
--- a/upgrade_tests/upgrade_manifest.py
+++ b/upgrade_tests/upgrade_manifest.py
@@ -175,7 +175,7 @@ indev_4_1_x = VersionMeta(name='indev_4_1_x',
family=CASSANDRA_4_1, variant='ind
current_4_1_x = VersionMeta(name='current_4_1_x', family=CASSANDRA_4_1,
variant='current', version='4.1.7', 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.2', 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.4', 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))
# TODO – add current_5_1_x when this gets uncommented (when 5.1-alpha1 is
released)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]