SERVER-121029: mark 8.3 as an lts release (#49125)

GitOrigin-RevId: 775a0c1961de5247c14075ba2ae7baa3941eaa49
This commit is contained in:
Dylan Richardson 2026-03-05 15:44:10 -06:00 committed by MongoDB Bot
parent 4fd7879c5f
commit 3a4317a462

View File

@ -48,7 +48,7 @@ ARCH_CHOICES = ["x86_64", "arm64", "aarch64", "s390x"]
# Made up names for the flavors of distribution we package for.
DISTROS = ["suse", "debian", "redhat", "ubuntu", "amazon", "amazon2", "amazon2023"]
unexpected_lts_release_series = ("8.2",)
unexpected_lts_release_series = ("8.2", "8.3")
def get_suffix(version, stable_name: str, unstable_name: str) -> str: