Skip to content

Commit

Permalink
v5.1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Mar 13, 2024
1 parent bb480b0 commit 2cef021
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,23 @@
- commits:
- subject: "mkfs-hostapp-native: Disable iptables features in yocto balena daemon"
hash: 1e563863caf75fc88a8e7c7f2ab15f65ad21ebe8
body: |
We don't need any iptables features in order to perform
hostapp-update in this build recipe, and it has no impact
on build output.

It does, however, improve compatbility with build environments and
reduces the dependencies of the build host kernel.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 5.1.54
title: ""
date: 2024-03-13T06:45:02.830Z
- commits:
- subject: Update balena-supervisor to v16.1.5
hash: b15d808d021e647afc8c4da22f64dc9e7c929310
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.54
## (2024-03-13)

* mkfs-hostapp-native: Disable iptables features in yocto balena daemon [Kyle Harding]

# v5.1.53
## (2024-03-12)

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.53"
DISTRO_VERSION = "5.1.54"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 2cef021

Please sign in to comment.