v2.114.18
This commit is contained in:
parent
bfef4903ab
commit
580b9d0f33
3 changed files with 120 additions and 1 deletions
|
@ -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 <michalt@balena.io>
|
||||||
|
signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
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:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to fa0106adb36432f5538f908304e9967c827dcfd4
|
- subject: Update layers/meta-balena to fa0106adb36432f5538f908304e9967c827dcfd4
|
||||||
hash: b11b8a1961404427c9374e4daa0e7e6f8c89139b
|
hash: b11b8a1961404427c9374e4daa0e7e6f8c89139b
|
||||||
|
|
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,6 +1,37 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.114.18
|
||||||
|
## (2023-05-03)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 0d43fec5037b2b4be928647e9b626c62c794c6f0 [Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-2.114.18
|
||||||
|
> ### (2023-05-03)
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary> Update balena-supervisor to v14.10.10 [Renovate Bot] </summary>
|
||||||
|
>
|
||||||
|
>> ### 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]
|
||||||
|
>>
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.114.17
|
# v2.114.17
|
||||||
## (2023-05-03)
|
## (2023-05-03)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.114.17
|
2.114.18
|
Loading…
Add table
Reference in a new issue