Skip to content

Commit

Permalink
release 24.08+git6391 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
wck0 authored Oct 7, 2024
1 parent 4f2f0db commit 9d49777
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 07 Oct 2024 13:44:59 -0700

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

* feat: add more snap configuration hooks
Expand All @@ -21,7 +32,7 @@ landscape-client (24.08+git6375-0ubuntu0) jammy; urgency=medium

-- Bill Kronholm <[email protected]> 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
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 = "-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
Expand Down

0 comments on commit 9d49777

Please sign in to comment.