v4.0.23
This commit is contained in:
parent
55b81964c8
commit
08460bc4a3
3 changed files with 55 additions and 1 deletions
|
@ -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 <joseph@balena.io>
|
||||||
|
signed-off-by: Joseph Kogut <joseph@balena.io>
|
||||||
|
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:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to 37a4aa0421848226b41dda508e5fc05fdcc01389
|
- subject: Update balena-yocto-scripts to 37a4aa0421848226b41dda508e5fc05fdcc01389
|
||||||
hash: b62b7c4308abfce2ecddf8f080ad7df45f9730aa
|
hash: b62b7c4308abfce2ecddf8f080ad7df45f9730aa
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v4.0.23
|
||||||
|
## (2023-10-11)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 2a57fb406f8ddf36f1e907c1b7c236fed64574be [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-4.0.23
|
||||||
|
> ### (2023-10-10)
|
||||||
|
>
|
||||||
|
> * os-helpers-fs: fix returning multiple matching devices [Joseph Kogut]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v4.0.22+rev1
|
# v4.0.22+rev1
|
||||||
## (2023-10-10)
|
## (2023-10-10)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
4.0.22+rev1
|
4.0.23
|
Loading…
Add table
Reference in a new issue