From cf604afd69b222cb97716d688a37830e1fd9d8f2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:23:15 +0000 Subject: [PATCH] v2.115.16 --- .versionbot/CHANGELOG.yml | 60 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 26 +++++++++++++++++ VERSION | 2 +- 3 files changed, 87 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5b48603..34d19d1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,63 @@ +- commits: + - subject: Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c + hash: bdd440d4e3305d03893af2c6351c622ba9b97825 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c + changelog-entry: Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update balena-supervisor to v14.11.8 + hash: ff30642b741a2bd44091fa41e7b2d0f5c13470fd + body: | + Update balena-supervisor from 14.11.7 to 14.11.8 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Parse container exit error message instead of status + hash: 71d24d6e3366b28e1466e99322d58420b5ebbb67 + body: > + The previous implementation in #2170 of parsing the + container status was too general, + + because it relied on the mistaken assumption that a container would have a status of + + `Stopped` if it was manually stopped. This turned out to be untrue, as manually stopped + + containers were also getting restarted by the Supervisor due to their inspect status of + + `exited`. With this, parsing the exit message became unavoidable as there are no other + + clear ways to discern a container that has been manually stopped and shouldn't be started + + from a container experiencing the Engine-host race condition issue (again, see #2170). + + + Since we're just parsing the exit error message, we don't need to worry about different behaviors + + amongst restart policies, as any container with the error message on exit should be started. + footer: + Change-type: patch + change-type: patch + Closes: "#2178" + closes: "#2178" + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina W + nested: [] + version: balena-supervisor-14.11.8 + title: "" + date: 2023-06-23T18:46:22.881Z + version: meta-balena-2.115.16 + title: "" + date: 2023-06-28T07:37:09.027Z + version: 2.115.16 + title: "" + date: 2023-06-28T09:23:08.179Z - commits: - subject: Update layers/meta-balena to c2e6ca9d57fd7214fe7c078591741a9c0fa6de73 hash: 553621a5d4ae61e832b5f343d0dea3e8b5378541 diff --git a/CHANGELOG.md b/CHANGELOG.md index c83fc41..0a0626e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ Change log ----------- +# v2.115.16 +## (2023-06-28) + + +
+ Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c [Self-hosted Renovate Bot] + +> ## meta-balena-2.115.16 +> ### (2023-06-28) +> +> +>
+> Update balena-supervisor to v14.11.8 [Self-hosted Renovate Bot] +> +>> ### balena-supervisor-14.11.8 +>> #### (2023-06-23) +>> +>> * Parse container exit error message instead of status [Christina W] +>> +> +>
+> +> + +
+ # v2.115.15 ## (2023-06-28) diff --git a/VERSION b/VERSION index 5d06f69..4bcd646 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.115.15 \ No newline at end of file +2.115.16 \ No newline at end of file