v5.2.1
This commit is contained in:
parent
e8e58c357a
commit
c9713d944c
3 changed files with 68 additions and 1 deletions
|
@ -1,3 +1,55 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
|
||||||
|
hash: c057220a831fca541847f88c6b381487a341a136
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
|
||||||
|
changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "networkmanager: Wait for iptables lock in shared dispatcher script"
|
||||||
|
hash: 374c4c32df59cc00e0b04d0c619f6fb98a69f1a5
|
||||||
|
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: meta-balena-5.2.1
|
||||||
|
title: ""
|
||||||
|
date: 2024-03-18T17:11:28.023Z
|
||||||
|
version: 5.2.1
|
||||||
|
title: ""
|
||||||
|
date: 2024-03-18T20:16:53.824Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 7e2a78213b4fb5915c1f8ecc042ffb1b38d9a013
|
- subject: Update layers/meta-balena to 7e2a78213b4fb5915c1f8ecc042ffb1b38d9a013
|
||||||
hash: bcdb44db2a422abf591bee1c2822f71579cb193d
|
hash: bcdb44db2a422abf591bee1c2822f71579cb193d
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.2.1
|
||||||
|
## (2024-03-18)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.2.1
|
||||||
|
> ### (2024-03-18)
|
||||||
|
>
|
||||||
|
> * networkmanager: Wait for iptables lock in shared dispatcher script [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.2.0
|
# v5.2.0
|
||||||
## (2024-03-16)
|
## (2024-03-16)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.2.0
|
5.2.1
|
Loading…
Add table
Reference in a new issue