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 1645c800 Update manifest for 4.1.9 1645c800 is described below commit 1645c8004d2b69652433d7d94b1b171eceedf577 Author: Brandon Williams <brandonwilli...@apache.org> AuthorDate: Mon May 19 18:50:52 2025 -0500 Update manifest for 4.1.9 --- 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 d300dc7f..d89b8935 100644 --- a/upgrade_tests/upgrade_manifest.py +++ b/upgrade_tests/upgrade_manifest.py @@ -172,7 +172,7 @@ indev_4_0_x = VersionMeta(name='indev_4_0_x', family=CASSANDRA_4_0, variant='ind current_4_0_x = VersionMeta(name='current_4_0_x', family=CASSANDRA_4_0, variant='current', version='4.0.15', 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.7', 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.9', 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.4', min_proto_v=4, max_proto_v=5, java_versions=(11,17)) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org