From 6b77dcad7fa6cc343a27216e04557e61b042543c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:31:48 +0000 Subject: [PATCH] v5.2.2 --- .versionbot/CHANGELOG.yml | 121 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 30 ++++++++++ VERSION | 2 +- 3 files changed, 152 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1cecde3e3..1a53ce8fb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,124 @@ +- commits: + - subject: Update layers/meta-balena to b551e7d7a37d040165676862dba5a29ff1109b13 + hash: 2b12829819490040ae3178cd87e271a90c5b8b14 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to b551e7d7a37d040165676862dba5a29ff1109b13 + changelog-entry: Update layers/meta-balena to b551e7d7a37d040165676862dba5a29ff1109b13 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update contributing-device-support with balena-info documentation + hash: a42c71a14701a2d06d3025abfbbbc869c52b062d + body: | + Info on the ascii art for consoles was missing, so we add that + in this commit. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + nested: [] + version: meta-balena-5.2.2 + title: "" + date: 2024-03-20T03:17:05.884Z + - 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 + - commits: + - subject: Update NetworkManager to version 1.46.0 + hash: 9d88a4566b7a9afc7226df97b40d266f0ece64b6 + body: > + This recipe is taken from meta-openembedded commit + + f240c5cecf3d7ee75d5ec1ece4c412c94434a879 with the only changes + being that + + we removed from it the init.d, iwd, and dhcpcd daemon + configurations which + + are not used by us. + + + This is the latest stable version available. + footer: + Change-type: minor + change-type: minor + Changelog-entry: Update NetworkManager to version 1.46.0 + changelog-entry: Update NetworkManager to version 1.46.0 + Signed-off-by: Florin Sarbu + signed-off-by: Florin Sarbu + author: Florin Sarbu + nested: [] + version: meta-balena-5.2.0 + title: "" + date: 2024-03-16T12:02:30.009Z + - commits: + - subject: "mkfs-hostapp-native: Disable iptables features in yocto balena daemon" + hash: 1e563863caf75fc88a8e7c7f2ab15f65ad21ebe8 + body: > + We don't need any iptables features in order to perform + + hostapp-update in this build recipe, and it has no impact + + on build output. + + + It does, however, improve compatbility with build environments + and + + reduces the dependencies of the build host kernel. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: meta-balena-5.1.54 + title: "" + date: 2024-03-13T06:45:02.830Z + version: 5.2.2 + title: "" + date: 2024-03-20T09:31:42.568Z - commits: - subject: Update layers/meta-balena to 4f480f5a5ef8595e963b373ea03f9f684ab9073b hash: ce5ee0fe4db1c4a1df925f64470b32ae5e8e0db1 diff --git a/CHANGELOG.md b/CHANGELOG.md index ba734c866..44d62418b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,36 @@ Change log ----------- +# v5.2.2 +## (2024-03-20) + + +
+ Update layers/meta-balena to b551e7d7a37d040165676862dba5a29ff1109b13 [Self-hosted Renovate Bot] + +> ## meta-balena-5.2.2 +> ### (2024-03-20) +> +> * Update contributing-device-support with balena-info documentation [Alexandru] +> +> ## meta-balena-5.2.1 +> ### (2024-03-18) +> +> * networkmanager: Wait for iptables lock in shared dispatcher script [Michal Toman] +> +> ## meta-balena-5.2.0 +> ### (2024-03-16) +> +> * Update NetworkManager to version 1.46.0 [Florin Sarbu] +> +> ## meta-balena-5.1.54 +> ### (2024-03-13) +> +> * mkfs-hostapp-native: Disable iptables features in yocto balena daemon [Kyle Harding] +> + +
+ # v5.1.53 ## (2024-03-13) diff --git a/VERSION b/VERSION index 45ca66525..fb467b157 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.53 \ No newline at end of file +5.2.2 \ No newline at end of file