From 4c00acff813bb59fd5c73ba3017c53de95b6b3a1 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 20:33:06 +0000 Subject: [PATCH] v5.3.9 --- .versionbot/CHANGELOG.yml | 47 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++ VERSION | 2 +- 3 files changed, 63 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4dc870c..0ed998a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + 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-24T20:32:57.818Z - commits: - subject: Update layers/meta-balena to 7552b004b5a4d86e823397519ba78ea24632bcec hash: c2758e4b9dad83e7da45ecc842bf9a6e0f3914f4 diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4c150..825df1a 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 d758bc6..769f5e0 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