diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 93a17c0..22b01a3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,48 @@ +- commits: + - subject: Update layers/meta-balena to ce995ef6820181ce652fee2358913203e7a7b183 + hash: aeedb89511ae2d2a5122331eb22f5661c59be576 + 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-27T00:57:00.396Z - commits: - subject: Update layers/poky to a9e3cc3b9eab7a83c715bb8440454e8fea852c2a hash: 0074eec4210f8b127ca73482b94519a2fc92f8fc diff --git a/CHANGELOG.md b/CHANGELOG.md index 965d981..f17c41b 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+rev1 ## (2024-01-25) diff --git a/VERSION b/VERSION index 2df8769..40dc926 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.14+rev1 \ No newline at end of file +5.1.15 \ No newline at end of file