Skip to content

Commit

Permalink
v5.1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 11, 2024
1 parent 1b6229d commit 9a6bcd4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,31 @@
- commits:
- subject: "networkmanager: Wait for iptables lock in shared dispatcher script"
hash: 7a0110a2dd02e6604b158214ea998e9de282b65e
body: |
The dispatcher script that moves around FORWARD rules of shared
interfaces currently calls iptables assuming it will always work
but in practice two iptables commands can not run in parallel
and we have occasionally seen the script fail with:

Another app is currently holding the xtables lock.
Perhaps you want to use the -w option?

This patch adds the -w option to make the script wait for the lock
when necessary.

It also makes the script exit with an error code if anything fails,
which will log the output as WARN instead of INFO as the errors
are easy to overlook at this moment.
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: 5.1.56
title: ""
date: 2024-04-11T12:35:21.670Z
- commits:
- subject: Update balena-supervisor to v16.1.10
hash: 689528d2354d809f476acdfd8f4cd2ce058c0bd4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change log
-----------

# v5.1.56
## (2024-04-11)

* networkmanager: Wait for iptables lock in shared dispatcher script [Michal Toman]

# v5.1.55
## (2024-04-01)

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

0 comments on commit 9a6bcd4

Please sign in to comment.