Skip to content

Commit

Permalink
v5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 16, 2024
1 parent 2964865 commit edcdfc6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,23 @@
- commits:
- subject: "packagegroup-resin: Install ldd script in balenaOS images"
hash: 9ef3aea59fdcc2909ab4d42e7bf7986c75ff14ca
body: >
The takeover project currently relies on the ldd script being present in
the hostOS pre-migration.


While takeover can be adapted to use this script from a different
location, it wouldn't hurt to have ldd in the hostOS from this point on.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru
nested: []
version: 5.2.7
title: ""
date: 2024-04-16T21:04:47.973Z
- commits:
- subject: Update tests/leviathan digest to 0c2f44d
hash: 8e362ab8c82719b5d18909f8295d5641cbd02170
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.2.7
## (2024-04-16)

* packagegroup-resin: Install ldd script in balenaOS images [Alexandru]

# v5.2.6
## (2024-04-16)

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.2.6"
DISTRO_VERSION = "5.2.7"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit edcdfc6

Please sign in to comment.