Skip to content

Commit

Permalink
v5.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 24, 2024
1 parent 3de19ee commit c12a8f8
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
47 changes: 47 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
- commits:
- subject: Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3
hash: ff95bbfd133bc667fe75bcf720e8d6a0ff6061e9
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 <[email protected]>
signed-off-by: Michal Toman <[email protected]>
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-24T21:34:47.879Z
- commits:
- subject: Update layers/meta-balena to 7552b004b5a4d86e823397519ba78ea24632bcec
hash: b189220edd80d327862e809741bda95b60319912
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
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
## (2024-05-23)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.8
5.3.9

0 comments on commit c12a8f8

Please sign in to comment.