Skip to content

Commit

Permalink
release 24.12+git6408
Browse files Browse the repository at this point in the history
  • Loading branch information
HJK-X committed Dec 19, 2024
1 parent c92760d commit 2fe5f5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 19 Dec 2024 17:22:40 +0000

landscape-client (24.08+git6391-0landscape0) jammy; urgency=medium

* feat: add annotations content interface to snapcraft
Expand Down
2 changes: 1 addition & 1 deletion landscape/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2fe5f5e

Please sign in to comment.