diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dca30e58d..7ac56d5b1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,52 @@ +- commits: + - subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1 + hash: a210fec6256a47a624c98a13769505178bc594ca + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1 + changelog-entry: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Add balena bootloader class + hash: 196e586cf4e9379f554aed5d956e580686f70cd3 + body: > + The class will perform a basic configuration of a linux kernel + + to be used as the balena bootloader. Device types are expected + + to inherit it and perform additional device-specific configuration. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Michal Toman + signed-off-by: Michal Toman + author: Michal Toman + nested: [] + - subject: "initrdscripts: remove nr_cpus kernel arg before kexec" + hash: 3a7b5308dfa9f7449d835c1858a15a8d0477784f + body: > + The kexec initrd script currently removes the maxcpus=0 kernel + arg + + which we use to put the system into non-SMP mode. This however does + + not work on all platforms and nr_cpus=1 seems to be a more robust + + solution, so with this patch nr_cpus will be removed as well. + 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.1.19 + title: "" + date: 2024-01-31T21:43:14.605Z + version: 5.1.19 + title: "" + date: 2024-01-31T23:15:33.111Z - commits: - subject: Update contracts to 8dfe06b57576e15e8579d4083bb316c9c7671488 hash: 1ce185cfbdecfd942c55bed70cf4a52623088676 diff --git a/CHANGELOG.md b/CHANGELOG.md index e33d53619..cd8468aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Change log ----------- +# v5.1.19 +## (2024-01-31) + + +
+ Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1 [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.19 +> ### (2024-02-01) +> +> * Add balena bootloader class [Michal Toman] +> * initrdscripts: remove nr_cpus kernel arg before kexec [Michal Toman] +> + +
+ # v5.1.18+rev1 ## (2024-01-31) diff --git a/VERSION b/VERSION index 95584c6b7..221ea9b7b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.18+rev1 \ No newline at end of file +5.1.19 \ No newline at end of file