v5.3.9
This commit is contained in:
parent
c37e39559c
commit
4c00acff81
3 changed files with 63 additions and 1 deletions
|
@ -1,3 +1,50 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
|
||||||
|
hash: 04c5f1a7f7aa8640d771d505ae2a21bbebee15d1
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
|
||||||
|
changelog-entry: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "NetworkManager: do not use FW rule numbers in shared dispatcher
|
||||||
|
script"
|
||||||
|
hash: ab8d61194d84045e4b74f60e4172a69dd52a3509
|
||||||
|
body: >
|
||||||
|
Manipulating the firewall rules by index introduces a race
|
||||||
|
condition.
|
||||||
|
|
||||||
|
Both NetworkManager and balenaEngine add the rules to the top
|
||||||
|
|
||||||
|
of the FORWARD chain instead of appending, so if we first look
|
||||||
|
up
|
||||||
|
|
||||||
|
a rule by number and then use the number to refer to it, we can
|
||||||
|
not
|
||||||
|
|
||||||
|
guarantee that the rule number has not changed (iow the rule has
|
||||||
|
not
|
||||||
|
|
||||||
|
been moved down) in the meantime.
|
||||||
|
|
||||||
|
|
||||||
|
This patch removes the use of rule numbers completely and makes
|
||||||
|
|
||||||
|
the "shared" dispatcher script refer to the rules by definition.
|
||||||
|
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.3.9
|
||||||
|
title: ""
|
||||||
|
date: 2024-05-24T12:34:18.221Z
|
||||||
|
version: 5.3.9
|
||||||
|
title: ""
|
||||||
|
date: 2024-05-24T20:32:57.818Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 7552b004b5a4d86e823397519ba78ea24632bcec
|
- subject: Update layers/meta-balena to 7552b004b5a4d86e823397519ba78ea24632bcec
|
||||||
hash: c2758e4b9dad83e7da45ecc842bf9a6e0f3914f4
|
hash: c2758e4b9dad83e7da45ecc842bf9a6e0f3914f4
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.3.9
|
||||||
|
## (2024-05-24)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-5.3.9
|
||||||
|
> ### (2024-05-24)
|
||||||
|
>
|
||||||
|
> * NetworkManager: do not use FW rule numbers in shared dispatcher script [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.3.8
|
# v5.3.8
|
||||||
## (2024-05-23)
|
## (2024-05-23)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.3.8
|
5.3.9
|
Loading…
Add table
Reference in a new issue