Skip to content

Commit

Permalink
v5.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Jan 31, 2024
1 parent bc3a9ab commit ee0f802
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1 deletion.
49 changes: 49 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
- commits:
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
hash: 27f62a3d04513b640d287d050c730b397e03cf93
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 <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
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 <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
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:29:24.615Z
- commits:
- subject: Update contracts to 8dfe06b57576e15e8579d4083bb316c9c7671488
hash: 1d9c446b18cba6e4e750174f224dd6e679b31dd6
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Change log
-----------

# v5.1.19
## (2024-01-31)


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

> ## meta-balena-5.1.19
> ### (2024-02-01)
>
> * Add balena bootloader class [Michal Toman]
> * initrdscripts: remove nr_cpus kernel arg before kexec [Michal Toman]
>

</details>

# v5.1.18+rev1
## (2024-01-31)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.18+rev1
5.1.19

0 comments on commit ee0f802

Please sign in to comment.