From 9bceac6cb905e1ab665032c7fe5a109a0d474d12 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 04:10:12 +0000 Subject: [PATCH] v5.1.46 --- .versionbot/CHANGELOG.yml | 68 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 31 ++++++++++++++++++ VERSION | 2 +- 3 files changed, 100 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9b1e8dc2..9094778e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,71 @@ +- commits: + - subject: Update layers/meta-balena to 548477f18ea46d404e44121c9ccb399f40ccabd3 + hash: 7be99a46b7ab74893e15f2289c96048483e36fc0 + 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 + - commits: + - subject: Update tests/leviathan digest to 2b34fec + hash: 695bd2b086a94945e80d9d677a6019462dd9e35f + body: Update tests/leviathan + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update core/contracts digest to f3ba2ee + hash: 2334fd02530b6669a3fb5275421543c0a66bca2f + body: | + Update core/contracts + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: leviathan-2.29.63 + title: "" + date: 2024-02-27T17:34:15.697Z + version: meta-balena-5.1.45 + title: "" + date: 2024-02-29T23:05:05.727Z + version: 5.1.46 + title: "" + date: 2024-03-02T04:10:04.469Z - commits: - subject: Update layers/meta-balena to 64cd9e85978a6148a5b0f9231edab4fe42db9c33 hash: 9009f4387d84dcb1b799635a323b8ae6deb5efa4 diff --git a/CHANGELOG.md b/CHANGELOG.md index d283e622..0a726a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ 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] +> +> ## meta-balena-5.1.45 +> ### (2024-02-29) +> +> +>
+> Update tests/leviathan digest to 2b34fec [Self-hosted Renovate Bot] +> +>> ### leviathan-2.29.63 +>> #### (2024-02-27) +>> +>> * Update core/contracts digest to f3ba2ee [Self-hosted Renovate Bot] +>> +> +>
+> +> + +
+ # v5.1.44 ## (2024-02-29) diff --git a/VERSION b/VERSION index 6b93b22d..b3084435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.44 \ No newline at end of file +5.1.46 \ No newline at end of file