diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ed65e2dd..d91d4c35 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,55 @@ +- commits: + - subject: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 + hash: 7b44fe26f64c337a8578f145d12d1b544ce93088 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 + changelog-entry: Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: "networkmanager: Wait for iptables lock in shared dispatcher script" + hash: 374c4c32df59cc00e0b04d0c619f6fb98a69f1a5 + body: > + The dispatcher script that moves around FORWARD rules of shared + + interfaces currently calls iptables assuming it will always work + + but in practice two iptables commands can not run in parallel + + and we have occasionally seen the script fail with: + + + Another app is currently holding the xtables lock. + + Perhaps you want to use the -w option? + + + This patch adds the -w option to make the script wait for the + lock + + when necessary. + + + It also makes the script exit with an error code if anything + fails, + + which will log the output as WARN instead of INFO as the errors + + are easy to overlook at this moment. + 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.2.1 + title: "" + date: 2024-03-18T17:11:28.023Z + version: 5.2.1 + title: "" + date: 2024-03-18T20:14:54.358Z - commits: - subject: Update layers/meta-balena to 7e2a78213b4fb5915c1f8ecc042ffb1b38d9a013 hash: e4ae1d48813422f107c57cf6410a43b4e1eba11f diff --git a/CHANGELOG.md b/CHANGELOG.md index 06dbde36..52409136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.2.1 +## (2024-03-18) + + +
+ Update layers/meta-balena to 74e89b4f4904b418882cb3dd9ef2c0bd360d8713 [Self-hosted Renovate Bot] + +> ## meta-balena-5.2.1 +> ### (2024-03-18) +> +> * networkmanager: Wait for iptables lock in shared dispatcher script [Michal Toman] +> + +
+ # v5.2.0 ## (2024-03-16) diff --git a/VERSION b/VERSION index 7cbea073..80444066 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0 \ No newline at end of file +5.2.1 \ No newline at end of file