diff -Nru software-properties-0.99.22.3/debian/changelog software-properties-0.99.22.4/debian/changelog --- software-properties-0.99.22.3/debian/changelog 2022-07-26 11:37:33.000000000 +0000 +++ software-properties-0.99.22.4/debian/changelog 2022-11-09 14:29:26.000000000 +0000 @@ -1,3 +1,10 @@ +software-properties (0.99.22.4) jammy; urgency=medium + + * cloudarchive: Enable support for the Antelope Ubuntu Cloud Archive on + 22.04 (LP: #1996067). + + -- Corey Bryant Wed, 09 Nov 2022 09:29:26 -0500 + software-properties (0.99.22.3) jammy; urgency=medium * Fix GPG keys are not shown in Software and Updates (LP: #1970449) diff -Nru software-properties-0.99.22.3/softwareproperties/cloudarchive.py software-properties-0.99.22.4/softwareproperties/cloudarchive.py --- software-properties-0.99.22.3/softwareproperties/cloudarchive.py 2022-07-26 11:32:32.000000000 +0000 +++ software-properties-0.99.22.4/softwareproperties/cloudarchive.py 2022-11-09 14:29:26.000000000 +0000 @@ -56,6 +56,7 @@ 'xena': 'focal', 'yoga': 'focal', 'zed': 'jammy', + 'antelope': 'jammy', } UCA = "Ubuntu Cloud Archive" WEB_LINK = 'https://wiki.ubuntu.com/OpenStack/CloudArchive'