Skip to content

Commit

Permalink
v5.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 6, 2024
1 parent 10f15a4 commit 6898f00
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,27 @@
- commits:
- subject: "hostapp-update-hooks: Soft include balena-config-defaults"
hash: a6cd568a3b3aec127e2ef5b9b480b657a3ea246e
body: |
a203bcdfd567c0cc4b4ed9de493513142cd7463f introduced a dependency
on /usr/sbin/balena-config-defaults to hostapp-update-hooks, however
during HUP the script is not only executed in the "new" OS container
but directly in the context of the "old" OS as well, so
/usr/sbin/balena-config-defaults needs to exist there.
The file was introduced in balenaOS v2.99.28, so trying to HUP
from anything before that will fail.

This patch changes this to a soft dependency so even if the file
is missing HUP will continue.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
version: 5.1.48
title: ""
date: 2024-03-06T08:25:08.800Z
- commits:
- subject: "classes: kernel-balena: fix secureboot append"
hash: 78a00ffdbebfccabbbb2e891a4b50fa421117cac
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.48
## (2024-03-06)

* hostapp-update-hooks: Soft include balena-config-defaults [Michal Toman]

# v5.1.47
## (2024-03-03)

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

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

0 comments on commit 6898f00

Please sign in to comment.