Update package version codenames

Codenames stopped at Train so this fills gap
all the way to Caracal as well as accounting
for releases that share the version. Where more
than one release shares the same version we set
the highest release as the named release for that
version to avoid unnecessary upgrades.

Closes-Bug: #1973303
Change-Id: I048921beb6aaa66563d83253efb6152caa315ba9
(cherry picked from commit ce8fd528ed)
This commit is contained in:
Edward Hope-Morley 2024-04-23 12:39:27 +01:00
parent fb5a58ac51
commit 871ca8fdd3
1 changed files with 6 additions and 0 deletions

View File

@ -333,6 +333,12 @@ class GnocchiCharm(GnocchiCharmBase):
('2', 'mitaka'),
('3', 'pike'),
('4', 'train'),
('4.3', 'ussuri'),
('4.4.0', 'victoria'),
('4.4.1', 'yoga'), # wallaby, xena, yoga
('4.4.2', 'zed'),
('4.5.0', 'bobcat'), # antelope, bobcat
('4.6.0', 'caracal'),
]),
}