From 80522205277879c849e9e1733c91afb4f7cd6fc3 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:02:58 +0000 Subject: [PATCH] v4.0.23 --- .versionbot/CHANGELOG.yml | 39 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 55 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 55adcfaa..da06c1cb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: Update layers/meta-balena to 2a57fb406f8ddf36f1e907c1b7c236fed64574be + hash: 7f7c30a5d9534c1afe76b5717c1e4bc0c9a683f4 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 2a57fb406f8ddf36f1e907c1b7c236fed64574be + changelog-entry: Update layers/meta-balena to 2a57fb406f8ddf36f1e907c1b7c236fed64574be + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "os-helpers-fs: fix returning multiple matching devices" + hash: 3d99028daf1f9bfb0513f4e0702f3863aed3a205 + body: > + When searching for devices matching the glob list in + + get_internal_device(), a glob match breaks from a nested loop rather + + than the parent loop, allowing the function to output multiple matches. + + + When running the flasher, this results in the script failing with an + + incorrect path to the internal disk. + + + Break from the parent loop to fix this behavior. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Joseph Kogut + signed-off-by: Joseph Kogut + author: Joseph Kogut + nested: [] + version: meta-balena-4.0.23 + title: "" + date: 2023-10-10T20:22:32.072Z + version: 4.0.23 + title: "" + date: 2023-10-11T00:02:49.589Z - commits: - subject: Update balena-yocto-scripts to 37a4aa0421848226b41dda508e5fc05fdcc01389 hash: 45c2ed57e5070b1ccb6662b34300e902e6a87f2e diff --git a/CHANGELOG.md b/CHANGELOG.md index 063b1e85..6ffadf9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v4.0.23 +## (2023-10-11) + + +
+ Update layers/meta-balena to 2a57fb406f8ddf36f1e907c1b7c236fed64574be [Self-hosted Renovate Bot] + +> ## meta-balena-4.0.23 +> ### (2023-10-10) +> +> * os-helpers-fs: fix returning multiple matching devices [Joseph Kogut] +> + +
+ # v4.0.22+rev2 ## (2023-10-10) diff --git a/VERSION b/VERSION index 0486a262..f8150f03 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.22+rev2 \ No newline at end of file +4.0.23 \ No newline at end of file