Skip to content

Commit

Permalink
v5.1.52
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 11, 2024
1 parent 38b4309 commit 71c89b6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,30 @@
- commits:
- subject: "images: balena-image-initramfs: remove uneeded kernel image"
hash: f1ac14d114955678b62a0cbe661f71297e32a621
body: |
Remove the kernel image from the initramfs to save 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-noimage: add extra space"
hash: 3696a0d8ad5f6d67903e3918bbe186300a2245ff
body: |
When appending a variable a space needs to be prefixed to create a
space separated list.
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: 5.1.52
title: ""
date: 2024-03-11T15:55:46.939Z
- commits:
- subject: Update balena-supervisor to v16.1.4
hash: 932d20360314f8297c9b34f5940a95847cc48f58
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Change log
-----------

# v5.1.52
## (2024-03-11)

* images: balena-image-initramfs: remove uneeded kernel image [Alex Gonzalez]
* classes: kernel-balena-noimage: add extra space [Alex Gonzalez]

# v5.1.51
## (2024-03-08)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "5.1.51"
DISTRO_VERSION = "5.1.52"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 71c89b6

Please sign in to comment.