Skip to content

Commit fd99d10

Browse files
v5.2.1
1 parent 137e74e commit fd99d10

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

.versionbot/CHANGELOG.yml

+52
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713
3+
hash: 38d9d7677dbc0a19214d2f54eeed559b82d37951
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:13:41.878Z
153
- commits:
254
- subject: Update layers/meta-balena to 7e2a78213b4fb5915c1f8ecc042ffb1b38d9a013
355
hash: 431da5f71c58d41df608a5905c3b08ca5d7217ec

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file
44

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

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

0 commit comments

Comments
 (0)