Merge "Update min supported service version for Zed"

This commit is contained in:
Zuul 2022-09-15 21:21:36 +00:00 committed by Gerrit Code Review
commit 797779688f
1 changed files with 2 additions and 1 deletions

View File

@ -230,11 +230,12 @@ SERVICE_VERSION_HISTORY = (
# This is used to raise an error at service startup if older than N-1 computes
# are detected. Update this at the beginning of every release cycle to point to
# the smallest service version that was added in N-1.
OLDEST_SUPPORTED_SERVICE_VERSION = 'Xena'
OLDEST_SUPPORTED_SERVICE_VERSION = 'Yoga'
SERVICE_VERSION_ALIASES = {
'Victoria': 52,
'Wallaby': 54,
'Xena': 57,
'Yoga': 61,
}