From 00b52c6b1867ebdea1dd530db6c6e3c9f870721c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:19:24 +0000 Subject: [PATCH] v5.1.47 --- .versionbot/CHANGELOG.yml | 100 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 21 ++++++++ VERSION | 2 +- 3 files changed, 122 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fb5ba2b8..c95fc00b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,103 @@ +- commits: + - subject: Update layers/meta-balena to 6accf97a7c0276a78d47b8d5fa93c515f31d24c2 + hash: c004fa4e5ad365e52600b2a5f677d39694e66295 + 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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: meta-balena-5.1.47 + title: "" + date: 2024-03-03T20:18:56.488Z + version: 5.1.47 + title: "" + date: 2024-03-04T15:19:18.074Z - commits: - subject: Update layers/poky to 54d8a1f631543ce01ba513e7cdae756e2a8e1968 hash: 0799860816abc535a7e713f291a31ca21501e4f1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fb0bc0..b8e5e3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Change log ----------- +# v5.1.47 +## (2024-03-04) + + +
+ Update layers/meta-balena to 6accf97a7c0276a78d47b8d5fa93c515f31d24c2 [Self-hosted Renovate Bot] + +> ## 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] +> + +
+ # v5.1.46+rev3 ## (2024-03-04) diff --git a/VERSION b/VERSION index 42d3cd94..cfbc6d1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.46+rev3 \ No newline at end of file +5.1.47 \ No newline at end of file