Skip to content

Commit

Permalink
v5.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 2, 2024
1 parent 8e87fc9 commit 548477f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,26 @@
- commits:
- subject: "resin_update_state_probe: ignore RAID members when looking for root"
hash: e984b21b0270729784735d99f222294be65afd20
body: |
At this moment resin_update_state_probe looks for the root partition
by UUID and assumes that only a single device is returned. This
assumption breaks when the root is on a MD RAID1 device as not only
the virtual MD device holds a filesystem with the given UUID,
each member does as well.

This patch makes resin_update_state_probe ignore devices
that are RAID members which in that case will only return
the MD device as expected.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
version: 5.1.46
title: ""
date: 2024-03-02T01:20:54.562Z
- commits:
- subject: Update tests/leviathan digest to 2b34fec
hash: 695bd2b086a94945e80d9d677a6019462dd9e35f
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.46
## (2024-03-02)

* resin_update_state_probe: ignore RAID members when looking for root [Michal Toman]

# v5.1.45
## (2024-02-29)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "5.1.45"
DISTRO_VERSION = "5.1.46"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 548477f

Please sign in to comment.