diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3381603..219612e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,46 @@ +- commits: + - subject: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3 + hash: 35dbc497b6c637c5c98bc54a1b50af7c71714a68 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3 + changelog-entry: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3 + author: Self-hosted Renovate Bot + nested: + - 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 + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-5.1.46 + title: "" + date: 2024-03-02T01:20:54.562Z + version: 5.1.46 + title: "" + date: 2024-03-02T03:09:57.614Z - commits: - subject: Update layers/meta-balena to 7f676ac7bcb5e0b066aa8f20de1b5c7d20e5843f hash: 2a8284b3ee9c481d940a6ebd799ee8d0872d1771 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3ae2c..db29006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.1.46 +## (2024-03-02) + + +
+ Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3 [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.46 +> ### (2024-03-02) +> +> * resin_update_state_probe: ignore RAID members when looking for root [Michal Toman] +> + +
+ # v5.1.45 ## (2024-03-01) diff --git a/VERSION b/VERSION index 3deddf1..b308443 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.45 \ No newline at end of file +5.1.46 \ No newline at end of file