diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 06ce0de9..41a1d03a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Michal Toman + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index f84e8c37..dbc048fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.9 +## (2024-05-24) + + +
+ Update layers/meta-balena to 762839409d5c94cd3592c41841657e5cfdc469f3 [Self-hosted Renovate Bot] + +> ## meta-balena-5.3.9 +> ### (2024-05-24) +> +> * NetworkManager: do not use FW rule numbers in shared dispatcher script [Michal Toman] +> + +
+ # v5.3.8 ## (2024-05-23) diff --git a/VERSION b/VERSION index d758bc62..769f5e0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.8 \ No newline at end of file +5.3.9 \ No newline at end of file