v2.114.0
This commit is contained in:
parent
b6e8fba4eb
commit
e45dce6ed4
3 changed files with 108 additions and 1 deletions
|
@ -1,3 +1,79 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12
|
||||
hash: 7b62848c1b28360d920e8692ab1322ea5b446c5a
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12
|
||||
changelog-entry: Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12
|
||||
author: Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Update balena-supervisor to v14.10.1
|
||||
hash: 0bb69e86e973bf449539a942dec3ac82660ed37a
|
||||
body: |
|
||||
Update balena-supervisor from 14.9.8 to 14.10.1
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Use dbus-send to get current boot block device instead of fdisk
|
||||
hash: 4ab8250c971e2f05d9dbf5870f9feb8dd298bdda
|
||||
body: ""
|
||||
footer:
|
||||
Closes: "#2150"
|
||||
closes: "#2150"
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
version: balena-supervisor-14.10.1
|
||||
title: ""
|
||||
date: 2023-04-07T00:15:59.534Z
|
||||
- commits:
|
||||
- subject: Mount boot partition into container on Supervisor start
|
||||
hash: 49ee1042a87ce0b101054e32b84afaa324a371de
|
||||
body: >
|
||||
As the Supervisor is a privileged container, it has access to host /dev,
|
||||
and therefore has access
|
||||
|
||||
to boot, data, and state balenaOS partitions. This commit sets up the framework for the following:
|
||||
|
||||
|
||||
- Finds the /dev partition that corresponds to each partition based on partition label
|
||||
|
||||
- Mounts the partitions into set mountpoints in the device
|
||||
|
||||
- Removes reliance on env vars and mountpoints provided by host's start-balena-supervisor script
|
||||
|
||||
- Simplifies host path querying by centralizing these queries through methods in lib/host-utils.ts
|
||||
|
||||
|
||||
This particular changes env vars for and mounts the boot partition.
|
||||
|
||||
|
||||
Since the Supervisor would no longer rely on container `run` arguments provided by a host script,
|
||||
|
||||
this change moves Supervisor closer to being able to start itself (Supervisor-as-an-app).
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||
author: Christina Ying Wang
|
||||
nested: []
|
||||
version: balena-supervisor-14.10.0
|
||||
title: ""
|
||||
date: 2023-03-28T19:13:49.886Z
|
||||
version: meta-balena-2.114.0
|
||||
title: ""
|
||||
date: 2023-04-07T02:24:02.321Z
|
||||
version: 2.114.0
|
||||
title: ""
|
||||
date: 2023-04-07T04:36:46.043Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to e2c8c03322c0321c77d28f9691438876c097eacf
|
||||
hash: 8be5fb7e4366d8742a68f8f859a1e8a3b13aae8f
|
||||
|
|
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,6 +1,37 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v2.114.0
|
||||
## (2023-04-07)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to 3f0e4743516442227387bb9fc55d97fdf7d57a12 [Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-2.114.0
|
||||
> ### (2023-04-07)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update balena-supervisor to v14.10.1 [Renovate Bot] </summary>
|
||||
>
|
||||
>> ### balena-supervisor-14.10.1
|
||||
>> #### (2023-04-07)
|
||||
>>
|
||||
>> * Use dbus-send to get current boot block device instead of fdisk [Christina Ying Wang]
|
||||
>>
|
||||
>> ### balena-supervisor-14.10.0
|
||||
>> #### (2023-03-28)
|
||||
>>
|
||||
>> * Mount boot partition into container on Supervisor start [Christina Ying Wang]
|
||||
>>
|
||||
>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v2.113.35
|
||||
## (2023-04-05)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.113.35
|
||||
2.114.0
|
Loading…
Add table
Reference in a new issue