v5.1.15
This commit is contained in:
parent
fd4bccca48
commit
cb77b186e2
3 changed files with 61 additions and 1 deletions
|
@ -1,3 +1,48 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183
|
||||||
|
hash: aeedb89511ae2d2a5122331eb22f5661c59be576
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183
|
||||||
|
changelog-entry: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "networkmanager: make FORWARD rules for shared interfaces last in
|
||||||
|
chain"
|
||||||
|
hash: 089f4d639383a4981d4840f9e22cccc97270b339
|
||||||
|
body: >
|
||||||
|
At this moment there is a race condition between NetworkManager
|
||||||
|
|
||||||
|
and the engine when a shared interface is configured. If the interface
|
||||||
|
|
||||||
|
is configured first and the engine second, the containers are allowed
|
||||||
|
|
||||||
|
to access DHCP hosts behind the shared interface. If the engine comes
|
||||||
|
|
||||||
|
up first and the shared interface second, access will be denied.
|
||||||
|
|
||||||
|
|
||||||
|
This patch adds a dispatcher script that always configures the firewall
|
||||||
|
|
||||||
|
rules as if the engine came up last. This does not really address
|
||||||
|
|
||||||
|
the underlying issue but it overcomes the race condition and makes
|
||||||
|
|
||||||
|
the behavior deterministic, which is good enough at this point.
|
||||||
|
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.1.15
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-26T20:11:41.626Z
|
||||||
|
version: 5.1.15
|
||||||
|
title: ""
|
||||||
|
date: 2024-01-27T00:57:00.396Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/poky to a9e3cc3b9eab7a83c715bb8440454e8fea852c2a
|
- subject: Update layers/poky to a9e3cc3b9eab7a83c715bb8440454e8fea852c2a
|
||||||
hash: 0074eec4210f8b127ca73482b94519a2fc92f8fc
|
hash: 0074eec4210f8b127ca73482b94519a2fc92f8fc
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.1.15
|
||||||
|
## (2024-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.1.15
|
||||||
|
> ### (2024-01-26)
|
||||||
|
>
|
||||||
|
> * networkmanager: make FORWARD rules for shared interfaces last in chain [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.1.14+rev1
|
# v5.1.14+rev1
|
||||||
## (2024-01-25)
|
## (2024-01-25)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.14+rev1
|
5.1.15
|
Loading…
Add table
Reference in a new issue