Skip to content

Commit

Permalink
v2.115.16
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Jun 28, 2023
1 parent b1b8571 commit 62b945c
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 1 deletion.
60 changes: 60 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
- commits:
- subject: Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c
hash: f03a85865805e94383abf9c0904a96997aa31bb0
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:18.099Z
- commits:
- subject: Update layers/meta-balena to c2e6ca9d57fd7214fe7c078591741a9c0fa6de73
hash: bf749bf23b1dd51acbf3449be2168c8185b88c6b
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.115.15
2.115.16

0 comments on commit 62b945c

Please sign in to comment.