diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 866a7408..95f17096 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,122 @@ +- commits: + - subject: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f + hash: a703c015d1450351fba322bb1c3182e93422e339 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f + changelog-entry: Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v16.1.10 + hash: fab3d6cf5bfe10546dbafba54f3c6955da8f10c4 + body: | + Update balena-supervisor from 16.1.5 to 16.1.10 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Add revpi-connect-4 to RPi variants We need the supervisor to be able + to manage config.txt changes for the RevPi Connect 4. + hash: b5dbef82d75a701cc2accb8f52e5865641e416fc + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Shreya Patel + signed-off-by: Shreya Patel + author: Shreya Patel + nested: [] + version: balena-supervisor-16.1.10 + title: "" + date: 2024-03-28T16:51:48.764Z + - commits: + - subject: Log the full error on device state report failure as it is more useful + hash: 20e57f7f168884ccbc048911be15cedc91334192 + body: > + The message can be an empty string or similarly + unhelpful, therefore + + logging the entire error means that we will have + whatever the message + + may be along with the stack trace and other info that + will be helpful + + even when the message is not + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: balena-supervisor-16.1.9 + title: "" + date: 2024-03-25T18:36:42.735Z + - commits: + - subject: Set @balena/es-version to es2022 to match tsconfig.json + hash: 6b0500cdbcd24b718460f35f6f9412ba6093389c + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: balena-supervisor-16.1.8 + title: "" + date: 2024-03-25T18:11:08.037Z + - commits: + - subject: Increase the timeout for auto select family to 5000ms to avoid issues + hash: 5cd37e73acb63a3bd705aea8e5edb4d255cd1c37 + body: > + On slower networks the default of 250ms can cause + problems as all + + attempts will fail rather than only the ones for + interfaces that do not + + actually work correctly. Increasing this timeout to + 5000ms will help to + + avoid these issues + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: balena-supervisor-16.1.7 + title: "" + date: 2024-03-25T15:25:23.860Z + - commits: + - subject: Pin iptables to 1.8.9 (legacy) + hash: 3d881347e7d9721b00bcc41411996bd40b48d781 + body: > + With Alpine 3.19, iptables gets bumped to 1.8.10 which + uses nftables. + + The host OS still uses iptables 1.8.7 (legacy), and we + should + + use legacy as well until the OS uses nftables. + footer: + See: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/iptables.20host.20vs.2E.20nftables.20Supervisor + see: https://balena.zulipchat.com/#narrow/stream/345889-balena-io.2Fos/topic/iptables.20host.20vs.2E.20nftables.20Supervisor + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: balena-supervisor-16.1.6 + title: "" + date: 2024-03-18T21:37:24.676Z + version: meta-balena-5.2.4 + title: "" + date: 2024-04-03T17:13:37.301Z + version: 5.2.4 + title: "" + date: 2024-04-03T22:14:52.378Z - commits: - subject: Update layers/poky to 1c2fbec01fafc81c6cb2e62f8b18625d81a8066a hash: 9cb448d22f86f4ae8bb7fa7268693522a84bf0c7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8426387f..6ec7ab7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,52 @@ Change log ----------- +# v5.2.4 +## (2024-04-03) + + +
+ Update layers/meta-balena to 756d76ca12b7cbf2086bf6bad5f36b1117423d5f [Self-hosted Renovate Bot] + +> ## meta-balena-5.2.4 +> ### (2024-04-03) +> +> +>
+> Update balena-supervisor to v16.1.10 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-16.1.10 +>> #### (2024-03-28) +>> +>> * Add revpi-connect-4 to RPi variants We need the supervisor to be able to manage config.txt changes for the RevPi Connect 4. [Shreya Patel] +>> +>> ### balena-supervisor-16.1.9 +>> #### (2024-03-25) +>> +>> * Log the full error on device state report failure as it is more useful [Pagan Gazzard] +>> +>> ### balena-supervisor-16.1.8 +>> #### (2024-03-25) +>> +>> * Set @balena/es-version to es2022 to match tsconfig.json [Pagan Gazzard] +>> +>> ### balena-supervisor-16.1.7 +>> #### (2024-03-25) +>> +>> * Increase the timeout for auto select family to 5000ms to avoid issues [Pagan Gazzard] +>> +>> ### balena-supervisor-16.1.6 +>> #### (2024-03-18) +>> +>> * Pin iptables to 1.8.9 (legacy) [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v5.2.3+rev3 ## (2024-03-27) diff --git a/VERSION b/VERSION index b409a67b..e3384b38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.3+rev3 \ No newline at end of file +5.2.4 \ No newline at end of file