From 3a4317a46261df05f6140d773d461d18f280147c Mon Sep 17 00:00:00 2001 From: Dylan Richardson Date: Thu, 5 Mar 2026 15:44:10 -0600 Subject: [PATCH] SERVER-121029: mark 8.3 as an lts release (#49125) GitOrigin-RevId: 775a0c1961de5247c14075ba2ae7baa3941eaa49 --- buildscripts/packager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/packager.py b/buildscripts/packager.py index 246228a4c28..f5e4c3dc0d9 100755 --- a/buildscripts/packager.py +++ b/buildscripts/packager.py @@ -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: