From 2fe5f5eec36718180db140da7f8cf4f08bf16c1b Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Thu, 19 Dec 2024 17:46:09 +0000 Subject: [PATCH] release 24.12+git6408 --- debian/changelog | 16 ++++++++++++++++ landscape/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 09ea1bbd..ea489391 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +landscape-client (24.12+git6408-0landscape0) jammy; urgency=medium + + * fix: get tests passing on plucky + * fix: Updated motd + * fix: SSL Certificates properly surfaced + * fix: monitor-only set properly when false/no passed in config + * fix: flag --is-registered prints correct outputs + * fix: insecure id not set during registration on self hosted + * fix: TiOBE TiCS workflow + * feat: add optional installation_request_id parameter to registration + * fix: prevent creation of clones after reverting to previous snap revision + * fix: add missing python3-yaml to runtime dependencies (LP: #2084586) + * fix: process full server response + + -- Justin Kim Thu, 19 Dec 2024 17:22:40 +0000 + landscape-client (24.08+git6391-0landscape0) jammy; urgency=medium * feat: add annotations content interface to snapcraft diff --git a/landscape/__init__.py b/landscape/__init__.py index 3faa1803..eb57d8b0 100644 --- a/landscape/__init__.py +++ b/landscape/__init__.py @@ -1,5 +1,5 @@ DEBIAN_REVISION = "" -UPSTREAM_VERSION = "24.12" +UPSTREAM_VERSION = "24.12+git6408" VERSION = f"{UPSTREAM_VERSION}{DEBIAN_REVISION}" # The minimum server API version that all Landscape servers are known to speak