You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After scylladb/scylla-machine-image#359 was merged, naming of RC
versions of Scylla was changed from X.Y.rcZ to X.Y.0-rcZ. version_fetch.py
script did not detect those versions. Scylla OSS from 5.1 and Scylla
Enterprise from 2022.2 use this new naming scheme.
Fix the issue by extending the SCYLLA_OSS_RC_VERSION_REGEX and
SCYLLA_ENTERPRISE_RC_VERSION_REGEX regexes.
Ported from Java Driver 3.x. (commit fcb5e33)
0 commit comments