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 f2b48180 Increment current to 4.0.11
f2b48180 is described below
commit f2b48180a5905fec44372e8681bffd7157982708
Author: Brandon Williams <[email protected]>
AuthorDate: Tue Jul 18 08:53:32 2023 -0500
Increment current to 4.0.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 4f897e6f..43937b2f 100644
--- a/upgrade_tests/upgrade_manifest.py
+++ b/upgrade_tests/upgrade_manifest.py
@@ -166,7 +166,7 @@ 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.15', 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.10', 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.11', 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.2', min_proto_v=4, max_proto_v=5,
java_versions=(8,11))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]