Skip to content

Commit

Permalink
v5.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 4, 2024
1 parent 6585d6e commit 64f3d3b
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 1 deletion.
131 changes: 131 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,134 @@
- commits:
- subject: Update layers/meta-balena to 6accf97a7c0276a78d47b8d5fa93c515f31d24c2
hash: 3439845d265adcf21aa1782289feae2043339340
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 6accf97a7c0276a78d47b8d5fa93c515f31d24c2
changelog-entry: Update layers/meta-balena to 6accf97a7c0276a78d47b8d5fa93c515f31d24c2
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "classes: kernel-balena: fix secureboot append"
hash: 78a00ffdbebfccabbbb2e891a4b50fa421117cac
body: |
Add missing space.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
- subject: "classes: kernel-balena: correct dmcrypt dependencies"
hash: 7ee3a14c01b3fdb6a21a3a4b4758e719e9378d5f
body: |
Fixes the dm_crypt setting check config warning.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
- subject: "classes: kernel-balena: separate kexec configuration"
hash: 693cd55fe098cc4675db28e76d7a174cbcbd8d3f
body: >
Only the EFI secure boot mechanism currently needs kexec
support, other

implementation will use the balena bootloader instead.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
- subject: "kernel-balena: remove EFI specific settings"
hash: a5e3f7b25914e3b5b128675c7ca3df2eb7a3ccd8
body: >
The ZSTD support is not supported for all machines - restrict it
to those

that define EFI.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
- subject: "kernel-balena: separate EFI specific secure boot configurations"
hash: 4f1dc09e6fb2de97f12302cb90b19a759e231277
body: |
These settings are specific to EFI and fail to apply for other
secure boot enabled platforms.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
- subject: "kernel-balena: remove deprecated kernel configuration"
hash: 3c44c1417f7cfbe1ff8414f8e5845544167a5388
body: |
The NF_TABLES_SET module has been dropped from v5.10.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
- subject: "kernel-balena: add nfsd kernel setting"
hash: 625c4021beba360662127d8ed4f929bb866dc9d6
body: |
This setting is moved from a device repository so it is common.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: meta-balena-5.1.47
title: ""
date: 2024-03-03T20:18:56.488Z
- 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 <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
version: meta-balena-5.1.46
title: ""
date: 2024-03-02T01:20:54.562Z
version: 5.1.47
title: ""
date: 2024-03-04T02:17:04.640Z
- commits:
- subject: Update layers/meta-balena to 7f676ac7bcb5e0b066aa8f20de1b5c7d20e5843f
hash: 3f7638486f6fd61a709a3d4c7f43efc9ce2e0747
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Change log
-----------

# v5.1.47
## (2024-03-04)


<details>
<summary> Update layers/meta-balena to 6accf97a7c0276a78d47b8d5fa93c515f31d24c2 [Self-hosted Renovate Bot] </summary>

> ## meta-balena-5.1.47
> ### (2024-03-03)
>
> * classes: kernel-balena: fix secureboot append [Alex Gonzalez]
> * classes: kernel-balena: correct dmcrypt dependencies [Alex Gonzalez]
> * classes: kernel-balena: separate kexec configuration [Alex Gonzalez]
> * kernel-balena: remove EFI specific settings [Alex Gonzalez]
> * kernel-balena: separate EFI specific secure boot configurations [Alex Gonzalez]
> * kernel-balena: remove deprecated kernel configuration [Alex Gonzalez]
> * kernel-balena: add nfsd kernel setting [Alex Gonzalez]
>
> ## meta-balena-5.1.46
> ### (2024-03-02)
>
> * resin_update_state_probe: ignore RAID members when looking for root [Michal Toman]
>

</details>

# v5.1.45
## (2024-03-01)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.45
5.1.47

0 comments on commit 64f3d3b

Please sign in to comment.