Skip to content

Commit eede071

Browse files
v5.2.1
1 parent 4a7dc2f commit eede071

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
3+
hash: dbd14624710ac857058b4e06c702989833e36933
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
7+
changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "networkmanager: Wait for iptables lock in shared dispatcher script"
12+
hash: 374c4c32df59cc00e0b04d0c619f6fb98a69f1a5
13+
body: >
14+
The dispatcher script that moves around FORWARD rules of shared
15+
16+
interfaces currently calls iptables assuming it will always work
17+
18+
but in practice two iptables commands can not run in parallel
19+
20+
and we have occasionally seen the script fail with:
21+
22+
23+
Another app is currently holding the xtables lock.
24+
25+
Perhaps you want to use the -w option?
26+
27+
28+
This patch adds the -w option to make the script wait for the
29+
lock
30+
31+
when necessary.
32+
33+
34+
It also makes the script exit with an error code if anything
35+
fails,
36+
37+
which will log the output as WARN instead of INFO as the errors
38+
39+
are easy to overlook at this moment.
40+
footer:
41+
Change-type: patch
42+
change-type: patch
43+
Signed-off-by: Michal Toman <michalt@balena.io>
44+
signed-off-by: Michal Toman <michalt@balena.io>
45+
author: Michal Toman
46+
nested: []
47+
version: meta-balena-5.2.1
48+
title: ""
49+
date: 2024-03-18T17:11:28.023Z
50+
version: 5.2.1
51+
title: ""
52+
date: 2024-03-18T20:12:15.764Z
153
- commits:
254
- subject: Update layers/meta-balena to 7e2a78213b4fb5915c1f8ecc042ffb1b38d9a013
355
hash: 489da9d9e626b34b6eb6be7b1469a553229bd9df

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change log
22
-----------
33

4+
# v5.2.1
5+
## (2024-03-18)
6+
7+
8+
<details>
9+
<summary> Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 [Self-hosted Renovate Bot] </summary>
10+
11+
> ## meta-balena-5.2.1
12+
> ### (2024-03-18)
13+
>
14+
> * networkmanager: Wait for iptables lock in shared dispatcher script [Michal Toman]
15+
>
16+
17+
</details>
18+
419
# v5.2.0
520
## (2024-03-16)
621

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

0 commit comments

Comments
 (0)