From 816feacc7f828fbc887db1a4796574837924d0ca Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 03:07:25 +0000 Subject: [PATCH] v5.1.15 --- .versionbot/CHANGELOG.yml | 45 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++ VERSION | 2 +- 3 files changed, 61 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dbf428e2..aed3a754 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,48 @@ +- commits: + - subject: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183 + hash: c37181fc41302521c2a7884b6476e047e09f9599 + 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 + signed-off-by: Michal Toman + 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-27T03:07:19.554Z - commits: - subject: Increase the rootfs size for imx8mp-var-dart hash: 132cc99f57f81a30e9d24b4dea66d9d7d76646b8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4c5b4a..cd043cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.1.15 +## (2024-01-27) + + +
+ Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183 [Self-hosted Renovate Bot] + +> ## meta-balena-5.1.15 +> ### (2024-01-26) +> +> * networkmanager: make FORWARD rules for shared interfaces last in chain [Michal Toman] +> + +
+ # v5.1.14+rev2 ## (2024-01-26) diff --git a/VERSION b/VERSION index 5c03e4e3..40dc9261 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.14+rev2 \ No newline at end of file +5.1.15 \ No newline at end of file