Skip to content

Commit 29e5025

Browse files
v5.1.15
1 parent 65ce6aa commit 29e5025

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

.versionbot/CHANGELOG.yml

+45
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
- commits:
2+
- subject: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183
3+
hash: 2fad31a6298b06b7aa997106faa998d056679730
4+
body: Update layers/meta-balena
5+
footer:
6+
Changelog-entry: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183
7+
changelog-entry: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183
8+
author: Self-hosted Renovate Bot
9+
nested:
10+
- commits:
11+
- subject: "networkmanager: make FORWARD rules for shared interfaces last in
12+
chain"
13+
hash: 089f4d639383a4981d4840f9e22cccc97270b339
14+
body: >
15+
At this moment there is a race condition between NetworkManager
16+
17+
and the engine when a shared interface is configured. If the interface
18+
19+
is configured first and the engine second, the containers are allowed
20+
21+
to access DHCP hosts behind the shared interface. If the engine comes
22+
23+
up first and the shared interface second, access will be denied.
24+
25+
26+
This patch adds a dispatcher script that always configures the firewall
27+
28+
rules as if the engine came up last. This does not really address
29+
30+
the underlying issue but it overcomes the race condition and makes
31+
32+
the behavior deterministic, which is good enough at this point.
33+
footer:
34+
Change-type: patch
35+
change-type: patch
36+
Signed-off-by: Michal Toman <michalt@balena.io>
37+
signed-off-by: Michal Toman <michalt@balena.io>
38+
author: Michal Toman
39+
nested: []
40+
version: meta-balena-5.1.15
41+
title: ""
42+
date: 2024-01-26T20:11:41.626Z
43+
version: 5.1.15
44+
title: ""
45+
date: 2024-01-26T23:56:32.809Z
146
- commits:
247
- subject: Update layers/meta-balena to 2868aa1385bcbf6fe885e76872c2015de209d710
348
hash: f5c6b96d825f948f06667e53beb2777f975ecd3d

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.1.15
6+
## (2024-01-26)
7+
8+
9+
<details>
10+
<summary> Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183 [Self-hosted Renovate Bot] </summary>
11+
12+
> ## meta-balena-5.1.15
13+
> ### (2024-01-26)
14+
>
15+
> * networkmanager: make FORWARD rules for shared interfaces last in chain [Michal Toman]
16+
>
17+
18+
</details>
19+
520
# v5.1.14
621
## (2024-01-24)
722

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.14
1+
5.1.15

0 commit comments

Comments
 (0)