From 2fe5f5eec36718180db140da7f8cf4f08bf16c1b Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Thu, 19 Dec 2024 17:46:09 +0000 Subject: [PATCH 1/4] 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 From cbcf4439579cddd8d5e7d17ef037990c16d25383 Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Thu, 19 Dec 2024 17:59:49 +0000 Subject: [PATCH 2/4] 24.12 --- debian/changelog | 2 +- landscape/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea489391..61ffa6d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -landscape-client (24.12+git6408-0landscape0) jammy; urgency=medium +landscape-client (24.12-0landscape0) jammy; urgency=medium * fix: get tests passing on plucky * fix: Updated motd diff --git a/landscape/__init__.py b/landscape/__init__.py index eb57d8b0..3faa1803 100644 --- a/landscape/__init__.py +++ b/landscape/__init__.py @@ -1,5 +1,5 @@ DEBIAN_REVISION = "" -UPSTREAM_VERSION = "24.12+git6408" +UPSTREAM_VERSION = "24.12" VERSION = f"{UPSTREAM_VERSION}{DEBIAN_REVISION}" # The minimum server API version that all Landscape servers are known to speak From 5b8e3870e88a613163b1a281ef4560c2b72b0e33 Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Thu, 19 Dec 2024 19:13:27 +0000 Subject: [PATCH 3/4] added those items --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 61ffa6d0..f0b4681b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ landscape-client (24.12-0landscape0) jammy; urgency=medium * fix: get tests passing on plucky + * refactor: update snapcraft.yaml * fix: Updated motd * fix: SSL Certificates properly surfaced * fix: monitor-only set properly when false/no passed in config @@ -8,6 +9,7 @@ landscape-client (24.12-0landscape0) jammy; urgency=medium * fix: insecure id not set during registration on self hosted * fix: TiOBE TiCS workflow * feat: add optional installation_request_id parameter to registration + * feat: update snapcraft.yaml * 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 From f79c556dae911f41529498e3a6cf3615b60f2053 Mon Sep 17 00:00:00 2001 From: Justin Kim Date: Thu, 19 Dec 2024 19:47:13 +0000 Subject: [PATCH 4/4] reordered changelog, more explicit changes --- debian/changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0b4681b..94aff0f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,18 @@ landscape-client (24.12-0landscape0) jammy; urgency=medium + * feat: add optional installation_request_id parameter to registration + * feat: update snapcraft.yaml to use snapd-control-managed * fix: get tests passing on plucky - * refactor: update snapcraft.yaml * 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 - * feat: update snapcraft.yaml * 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 + * refactor: remove snapd-control annotation from snapcraft.yaml -- Justin Kim Thu, 19 Dec 2024 17:22:40 +0000