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

mck 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 24d6b291 Release 5.0-beta1
24d6b291 is described below

commit 24d6b291eeb8842fab22b5b3936539b66a036d86
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Thu Dec 7 11:31:40 2023 +0100

    Release 5.0-beta1
    
     ref: https://lists.apache.org/thread/crx7bb1f5s95h0ghno8f9q6nqkw80dp4
---
 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 0e91928f..4a733516 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.3', 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-alpha2', 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))
 
 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))
 # current_5_1_x = VersionMeta(name='current_5_1_x', family=CASSANDRA_5_1, 
variant='current', version='5.1-alpha1', 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

Reply via email to