Skip to content

Commit

Permalink
v6.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Sep 13, 2024
1 parent cf8a246 commit 99684cd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: "common: fix return in commit_apply-dbx HUP hook"
hash: a557b614a0ce2cf39d6bdfb3e464834b0d570895
body: |
This code was moved from rollback-health into a hostapp-update commit
hook, where it now runs outside of a function.

Replace the invalid return statements with exits.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
signed-off-by: Joseph Kogut <[email protected]>
author: Joseph Kogut
nested: []
version: 6.0.24
title: ""
date: 2024-09-13T08:22:06.217Z
- commits:
- subject: "tests:os: Avoid setting apiEndpoint for unmanaged tests"
hash: 123e5476c4740abb29e0818d93449ca8da804f5c
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.0.24
## (2024-09-13)

* common: fix return in commit_apply-dbx HUP hook [Joseph Kogut]

# v6.0.23
## (2024-09-12)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.0.23"
DISTRO_VERSION = "6.0.24"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 99684cd

Please sign in to comment.