diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7e2307b..a79498b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,42 @@ +- commits: + - subject: Update layers/meta-balena to 2a57fb406f8ddf36f1e907c1b7c236fed64574be + hash: 70a33d5ce0f09ac7730e41dc800d127cda87c2a9 + 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:56.042Z - commits: - subject: Update balena-yocto-scripts to 37a4aa0421848226b41dda508e5fc05fdcc01389 hash: b62b7c4308abfce2ecddf8f080ad7df45f9730aa diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1fcc0..e985374 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+rev1 ## (2023-10-10) diff --git a/VERSION b/VERSION index dca2d06..f8150f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.22+rev1 \ No newline at end of file +4.0.23 \ No newline at end of file