v2.115.16

This commit is contained in:
flowzone-app[bot] 2023-06-28 09:23:15 +00:00 committed by GitHub
parent a7cee2850b
commit cf604afd69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 87 additions and 1 deletions

View file

@ -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 <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
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

View file

@ -1,6 +1,32 @@
Change log
-----------
# v2.115.16
## (2023-06-28)
<details>
<summary> Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c [Self-hosted Renovate Bot] </summary>
> ## meta-balena-2.115.16
> ### (2023-06-28)
>
>
> <details>
> <summary> Update balena-supervisor to v14.11.8 [Self-hosted Renovate Bot] </summary>
>
>> ### balena-supervisor-14.11.8
>> #### (2023-06-23)
>>
>> * Parse container exit error message instead of status [Christina W]
>>
>
> </details>
>
>
</details>
# v2.115.15
## (2023-06-28)

View file

@ -1 +1 @@
2.115.15
2.115.16