Update min support for Hibiscus

Now that master is on Hibiscus, which is a non-SLURP release, we need
to bump our minimum supported version to the previous SLURP release,
which is now Gazpacho (and no longer Epoxy).

Signed-off-by: René Ribaud <rene.ribaud@gmail.com>
Change-Id: I18666679dcf8c32a1237b39cf026033636c278f9
This commit is contained in:
René Ribaud
2026-03-06 17:04:00 +01:00
parent 7e0f18ff2b
commit 8a2969d797

View File

@@ -281,7 +281,7 @@ NODE_IDENTITY_VERSION = 65
# service startup can be skipped by setting the
# [workarounds]/[workarounds]/disable_compute_service_check_for_ffu
# configuration option to True, like grenade-skip-level jobs do.
OLDEST_SUPPORTED_SERVICE_VERSION = 'Epoxy'
OLDEST_SUPPORTED_SERVICE_VERSION = 'Gazpacho'
SERVICE_VERSION_ALIASES = {
'Victoria': 52,
'Wallaby': 54,