v2.103.3
This commit is contained in:
parent
3f6a366ce5
commit
ad2931e584
3 changed files with 75 additions and 1 deletions
|
@ -1,3 +1,62 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to a17b3251407b74e424a6bcf7850783975c366cf0
|
||||||
|
hash: 306507f60bcb7fd63a3039cbd65508844b27d65b
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to a17b3251407b74e424a6bcf7850783975c366cf0
|
||||||
|
changelog-entry: Update layers/meta-balena to a17b3251407b74e424a6bcf7850783975c366cf0
|
||||||
|
author: renovate[bot]
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "resin-init-flasher: skip array members not matching a named array"
|
||||||
|
hash: 2c4c437329ff0e74521cf11b74edcf83f58ff8b3
|
||||||
|
body: >
|
||||||
|
If a block device specified in resin-init-flasher.conf is part
|
||||||
|
of an
|
||||||
|
|
||||||
|
array, but that assembled array name wasn't specified, skip it to avoid
|
||||||
|
|
||||||
|
data loss.
|
||||||
|
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: []
|
||||||
|
- subject: "resin-init-flasher: support pattern matching of devices"
|
||||||
|
hash: d552508ce70cf53b5a9fd1e18f5e31d9dbcf2108
|
||||||
|
body: >
|
||||||
|
Instead of querying devices w/ `fdisk -l`, glob match patterns
|
||||||
|
specified
|
||||||
|
|
||||||
|
in resin-init-flasher.conf with devices present in `/dev`. This allows us to
|
||||||
|
|
||||||
|
specify devices like `hd? sd? mmcblk?` instead of individual device
|
||||||
|
|
||||||
|
numbers, which don't consistently map to any particular disk.
|
||||||
|
|
||||||
|
|
||||||
|
This also allows RAID arrays to be matched with the array name and a
|
||||||
|
|
||||||
|
pattern that glob matches even arrays assembled automatically on a
|
||||||
|
|
||||||
|
non-matching host, such as `md/balena?(_?)` matching an array named
|
||||||
|
|
||||||
|
`balena` and assembled on-device at `/dev/md/balena_0`.
|
||||||
|
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-2.103.3
|
||||||
|
title: "'resin-init-flasher: support pattern matching of devices'"
|
||||||
|
date: 2022-09-15T14:44:38.001Z
|
||||||
|
version: 2.103.3
|
||||||
|
title: "'Update layers/meta-balena digest to a17b325'"
|
||||||
|
date: 2022-09-17T00:17:55.254Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 81b94e873538faf4684977bafc501d3565288751
|
- subject: Update layers/meta-balena to 81b94e873538faf4684977bafc501d3565288751
|
||||||
hash: d19472b9f1f064c667709770bfda671a220922e1
|
hash: d19472b9f1f064c667709770bfda671a220922e1
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.103.3
|
||||||
|
## (2022-09-17)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to a17b3251407b74e424a6bcf7850783975c366cf0 [renovate[bot]] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-2.103.3
|
||||||
|
> ### (2022-09-15)
|
||||||
|
>
|
||||||
|
> * resin-init-flasher: skip array members not matching a named array [Joseph Kogut]
|
||||||
|
> * resin-init-flasher: support pattern matching of devices [Joseph Kogut]
|
||||||
|
>
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.103.2
|
# v2.103.2
|
||||||
## (2022-09-15)
|
## (2022-09-15)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.103.2
|
2.103.3
|
Loading…
Add table
Reference in a new issue