diff --git a/debian/changelog b/debian/changelog index 70fe8332..09ea1bbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +landscape-client (24.08+git6391-0landscape0) jammy; urgency=medium + + * feat: add annotations content interface to snapcraft + * feat: add cloud-init message + * fix: parse livepatch process status check + * fix: revert fix for (LP: #1827857) + * fix: landscape-config uses ssl_public_key if provided + * fix: registration with landscape-client.config on the snap + + -- Bill Kronholm Mon, 07 Oct 2024 13:44:59 -0700 + landscape-client (24.08+git6378-0landscape0) jammy; urgency=medium * feat: add more snap configuration hooks @@ -21,7 +32,7 @@ landscape-client (24.08+git6375-0ubuntu0) jammy; urgency=medium -- Bill Kronholm Wed, 11 Sep 2024 14:20:58 -0700 - landscape-client (24.08-0landscape0) jammy; urgency=medium +landscape-client (24.08-0landscape0) jammy; urgency=medium * feat: added flag to skip sending a registration request * fix(snap): reduce computer title retry delay diff --git a/landscape/__init__.py b/landscape/__init__.py index 748f6e35..60f9e24e 100644 --- a/landscape/__init__.py +++ b/landscape/__init__.py @@ -1,5 +1,5 @@ DEBIAN_REVISION = "-0landscape0" -UPSTREAM_VERSION = "24.08+git6378" +UPSTREAM_VERSION = "24.08+git6391" VERSION = f"{UPSTREAM_VERSION}{DEBIAN_REVISION}" # The minimum server API version that all Landscape servers are known to speak