diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 91ad73c1..23171bad 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,45 @@ +- commits: + - subject: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762 + hash: c3f2ba2c11ea9af4e3f75d4c0bee456b2f3d67b8 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762 + changelog-entry: Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "initrdscripts: Allow passing extra kernel arguments to kexec" + hash: 02d42d3cc887fb761da348f86bf5e13f1dacaeb2 + body: > + At this moment the kexec initrd script just takes the original + kernel + + command line, replaces root with UUID and removes bootloader + args. + + + We have found at least one use-case (on the Pi4 and firmware + GPIOs), + + where a different initrd script needs to pass extra arguments + + to the kexec'd kernel. With this patch it will append the + contents + + of the KEXEC_EXTRA_ARGS variable to the kernel command line. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + version: meta-balena-5.3.21 + title: "" + date: 2024-06-13T10:02:03.824Z + version: 5.3.21 + title: "" + date: 2024-06-13T11:09:46.341Z - commits: - subject: Update balena-yocto-scripts to 1ce733b37d5c143e1f68e28ff9fa9ac4ef709b87 hash: e8c5f1feef9802d8bc4abe25cfa1b3432753f04f diff --git a/CHANGELOG.md b/CHANGELOG.md index 502035d4..45d00575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.21 +## (2024-06-13) + + +
+ Update layers/meta-balena to cacc9bcb2b67a9f37654ca8500c96c833f741762 [Self-hosted Renovate Bot] + +> ## meta-balena-5.3.21 +> ### (2024-06-13) +> +> * initrdscripts: Allow passing extra kernel arguments to kexec [Michal Toman] +> + +
+ # v5.3.20+rev1 ## (2024-06-12) diff --git a/VERSION b/VERSION index 11326943..e26d379c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.20+rev1 \ No newline at end of file +5.3.21 \ No newline at end of file