From edcdfc634c0b32648f5c27aeaef156ebc39c9e7c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:04:52 +0000 Subject: [PATCH] v5.2.7 --- .versionbot/CHANGELOG.yml | 20 +++++++++++++++++++ CHANGELOG.md | 5 +++++ .../conf/distro/include/balena-os.inc | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fee7fce87d..90b74462b6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.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 + signed-off-by: Alexandru Costache + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 246de09dc8..eee41a1e6e 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index 5e3ddb4626..ceff681a01 100644 --- a/meta-balena-common/conf/distro/include/balena-os.inc +++ b/meta-balena-common/conf/distro/include/balena-os.inc @@ -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 '''