From 50ad00b5897462c9e837f4bd81f90864ed88faf6 Mon Sep 17 00:00:00 2001 From: Balena CI Date: Wed, 12 Apr 2023 14:46:39 +0000 Subject: [PATCH] v2.114.3 --- .versionbot/CHANGELOG.yml | 71 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 31 +++++++++++++++++ VERSION | 2 +- 3 files changed, 103 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aed2ad3..b43193f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,74 @@ +- commits: + - subject: Update layers/meta-balena to 9197a215577fd82110fc3c0a863a25fa9ec3cfcc + hash: 95eaf2a35638e56b69ea7ceb76dd95dcbf9e0e9d + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 9197a215577fd82110fc3c0a863a25fa9ec3cfcc + changelog-entry: Update layers/meta-balena to 9197a215577fd82110fc3c0a863a25fa9ec3cfcc + author: Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v14.10.4 + hash: 8dc882977526603790280a7550985df3bce4db09 + body: | + Update balena-supervisor from 14.10.2 to 14.10.4 + footer: + Change-type: patch + change-type: patch + author: Renovate Bot + nested: + - commits: + - subject: Log uncaught promise exceptions on the app entry + hash: 676464142690da2e36a810cb35e4ea4d0d751636 + body: > + Node 15 [changed the way it treats unhandled promise + rejections](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V15.md#throw-on-unhandled-rejections---33021) + from a warning to a throw. + + For this reason errors like a corrupt migration directory, that happens when trying to + + roll back to a previous supervisor version were no longer showing a + + message but dumping the full minimized code into the journal logs. + + + This PR adds a catchall on app.ts to log the exception and throw an exit + + code of 1. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: balena-supervisor-14.10.4 + title: "" + date: 2023-04-10T18:15:41.878Z + - commits: + - subject: Fix assertion error in restart-service + hash: b9e1464d96824f5332c71324d753d94ddbdecf90 + body: > + From: + https://github.com/balena-os/balena-supervisor/pull/2153/commits/c0b4fafe842115933b1da9b4d68e601a19c3e4eb + + Restart-service checks that both services have restarted in its test assertion, which is + + incorrect as restart-service should only restart one service. + footer: + 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-14.10.3 + title: "" + date: 2023-04-10T15:17:58.539Z + version: meta-balena-2.114.3 + title: "" + date: 2023-04-12T13:45:48.569Z + version: 2.114.3 + title: "" + date: 2023-04-12T14:46:34.352Z - commits: - subject: Update layers/meta-balena to af7446b3723221a5dbaa6e979c57e305d481f2d3 hash: 3a040f7b4fbc0d9d72442f606d7a589171157c36 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6a413..2958649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,37 @@ Change log ----------- +# v2.114.3 +## (2023-04-12) + + +
+ Update layers/meta-balena to 9197a215577fd82110fc3c0a863a25fa9ec3cfcc [Renovate Bot] + +> ## meta-balena-2.114.3 +> ### (2023-04-12) +> +> +>
+> Update balena-supervisor to v14.10.4 [Renovate Bot] +> +>> ### balena-supervisor-14.10.4 +>> #### (2023-04-10) +>> +>> * Log uncaught promise exceptions on the app entry [Felipe Lalanne] +>> +>> ### balena-supervisor-14.10.3 +>> #### (2023-04-10) +>> +>> * Fix assertion error in restart-service [Christina Ying Wang] +>> +> +>
+> +> + +
+ # v2.114.2 ## (2023-04-12) diff --git a/VERSION b/VERSION index a46bc66..48e409e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.114.2 \ No newline at end of file +2.114.3 \ No newline at end of file