diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f958e32..2a9ed51 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,91 @@ +- commits: + - subject: Update layers/meta-balena to 0d43fec5037b2b4be928647e9b626c62c794c6f0 + hash: c022b2d619d0c8c36f5042f82184c79b7041b5ca + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 0d43fec5037b2b4be928647e9b626c62c794c6f0 + changelog-entry: Update layers/meta-balena to 0d43fec5037b2b4be928647e9b626c62c794c6f0 + author: Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v14.10.10 + hash: 2db66def0ea9273503ce9169142d7b6e66449cd1 + body: | + Update balena-supervisor from 14.10.8 to 14.10.10 + footer: + Change-type: patch + change-type: patch + author: Renovate Bot + nested: + - commits: + - subject: "mount-partitions.sh: Add support for encrypted partitions" + hash: 004592894474676e3d024e5636b9fccce9f173f9 + body: > + After a recent change enforcing all the partitions to be + on the same + + block device, encrypted partitions are no longer being detected + + correctly. This is because the assumption that the parent block device + + is a substring of the actually mounted block device does not work + + for LUKS devices - the mount will either be /dev/mapper/luks-XXX + + or /dev/dm-X while the parent device is still e.g. /dev/sda. + + + The usual balenaOS boot partition is also split in two - boot and efi. + + The boot partition (mounted under /mnt/boot) is encrypted and the efi + + partition (mounted under /mnt/efi) is not. + + + This patch generalizes the detection of the parent device so that + + it works with both encrypted and unencrypted partitions. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: balena-supervisor-14.10.10 + title: "" + date: 2023-05-03T16:01:37.089Z + - commits: + - subject: Run test supervisor under a different service name + hash: 33b29cfa225959dd0a58564128017e04d019ea5f + body: > + The docker compose V2 spec no longer accepts + `network_mode: bridge`, + + which means we can no longer override the network configuration of + + the `balena-supervisor` service for tests. + + + For this reason we now create a separate service to run the built + + supervisor `balena-supervisor-sut` and run API tests against this + + service instead of the default `balena-supervisor`. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: balena-supervisor-14.10.9 + title: "" + date: 2023-05-03T14:26:36.360Z + version: meta-balena-2.114.18 + title: "" + date: 2023-05-03T18:08:17.355Z + version: 2.114.18 + title: "" + date: 2023-05-03T20:09:22.429Z - commits: - subject: Update layers/meta-balena to fa0106adb36432f5538f908304e9967c827dcfd4 hash: b11b8a1961404427c9374e4daa0e7e6f8c89139b diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf6e5e..6e7d929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ Change log ----------- +# v2.114.18 +## (2023-05-03) + + +
+ Update layers/meta-balena to 0d43fec5037b2b4be928647e9b626c62c794c6f0 [Renovate Bot] + +> ## meta-balena-2.114.18 +> ### (2023-05-03) +> +> +>
+> Update balena-supervisor to v14.10.10 [Renovate Bot] +> +>> ### balena-supervisor-14.10.10 +>> #### (2023-05-03) +>> +>> * mount-partitions.sh: Add support for encrypted partitions [Michal Toman] +>> +>> ### balena-supervisor-14.10.9 +>> #### (2023-05-03) +>> +>> * Run test supervisor under a different service name [Kyle Harding] +>> +> +>
+> +> + +
+ # v2.114.17 ## (2023-05-03) diff --git a/VERSION b/VERSION index 7fce17a..2dfc06a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.114.17 \ No newline at end of file +2.114.18 \ No newline at end of file