v6.0.25
This commit is contained in:
parent
708769d3ed
commit
8c94481b45
3 changed files with 85 additions and 1 deletions
|
@ -1,3 +1,67 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b
|
||||||
|
hash: 4ac7e0974f2a75f845293ee20de1581b26f3eb2c
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b
|
||||||
|
changelog-entry: Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "initrdscripts: Make cryptsetup fail hard in unexpected conditions"
|
||||||
|
hash: c1bccdbd95bcb0202c4b80679ade0967df643342
|
||||||
|
body: >
|
||||||
|
This patch adds a set of checks that make sure that the
|
||||||
|
partition
|
||||||
|
|
||||||
|
layout is as expected on a system with encrypted disks. Namely
|
||||||
|
it
|
||||||
|
|
||||||
|
* Checks that the boot partition is split
|
||||||
|
|
||||||
|
* Checks that it can find the correct amount of encrypted
|
||||||
|
partitions
|
||||||
|
|
||||||
|
* Checks that the label on the unlocked filesystem matches the
|
||||||
|
label
|
||||||
|
on the encrypted partition
|
||||||
|
* Checks that system is not mixing encrypted and unencrypted
|
||||||
|
partitions
|
||||||
|
* Checks there are no ambiguities or duplicit 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: meta-balena-6.0.25
|
||||||
|
title: ""
|
||||||
|
date: 2024-09-13T16:23:25.632Z
|
||||||
|
- commits:
|
||||||
|
- subject: "common: fix return in commit_apply-dbx HUP hook"
|
||||||
|
hash: a557b614a0ce2cf39d6bdfb3e464834b0d570895
|
||||||
|
body: >
|
||||||
|
This code was moved from rollback-health into a hostapp-update
|
||||||
|
commit
|
||||||
|
|
||||||
|
hook, where it now runs outside of a function.
|
||||||
|
|
||||||
|
|
||||||
|
Replace the invalid return statements with exits.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Joseph Kogut <joseph@balena.io>
|
||||||
|
signed-off-by: Joseph Kogut <joseph@balena.io>
|
||||||
|
author: Joseph Kogut
|
||||||
|
nested: []
|
||||||
|
version: meta-balena-6.0.24
|
||||||
|
title: ""
|
||||||
|
date: 2024-09-13T08:22:06.217Z
|
||||||
|
version: 6.0.25
|
||||||
|
title: ""
|
||||||
|
date: 2024-09-13T20:49:34.212Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to 0684ef25f676baddd6c55a504b575776269588de
|
- subject: Update balena-yocto-scripts to 0684ef25f676baddd6c55a504b575776269588de
|
||||||
hash: 7d532fa4d9b5f986988c3161061d1c2d859fce9e
|
hash: 7d532fa4d9b5f986988c3161061d1c2d859fce9e
|
||||||
|
|
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,26 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v6.0.25
|
||||||
|
## (2024-09-13)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 743309ff6019a6b956ad21f73ced5ae5673f2b1b [balena-renovate[bot]] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-6.0.25
|
||||||
|
> ### (2024-09-13)
|
||||||
|
>
|
||||||
|
> * initrdscripts: Make cryptsetup fail hard in unexpected conditions [Michal Toman]
|
||||||
|
>
|
||||||
|
> ## meta-balena-6.0.24
|
||||||
|
> ### (2024-09-13)
|
||||||
|
>
|
||||||
|
> * common: fix return in commit_apply-dbx HUP hook [Joseph Kogut]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v6.0.23+rev1
|
# v6.0.23+rev1
|
||||||
## (2024-09-13)
|
## (2024-09-13)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
6.0.23+rev1
|
6.0.25
|
Loading…
Add table
Reference in a new issue