From 1f2c1fb81b4845d841c216a0319193ee56cc151e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:20:10 +0000 Subject: [PATCH] v6.1.15 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++ CHANGELOG.md | 5 +++++ .../conf/distro/include/balena-os.inc | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7834fa85b1..093d85eb29 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: "initrdscripts/migrate: Allow overriding of target internal devices" + hash: d969fcf547bad87cab45231ee30f59e48b32b6d4 + body: > + ... on flasher images by specifying installer.target_devices in + config.json, + + which will be used during migration instead of the list of devices + specified + + at boot time. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 6.1.15 + title: "" + date: 2024-11-26T17:20:05.226Z - commits: - subject: Update tests/leviathan digest to 64ba6a3 hash: 186adb94af303adaa002e64c3cb25f99c992e80b diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e6ac430e..5e817ec3dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v6.1.15 +## (2024-11-26) + +* initrdscripts/migrate: Allow overriding of target internal devices [Alexandru Costache] + # v6.1.14 ## (2024-11-23) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index 9055bfa040..7fa2012361 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 = "6.1.14" +DISTRO_VERSION = "6.1.15" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''