Skip to content

Commit

Permalink
v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 10, 2023
1 parent 9f5170b commit 1737367
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 1 deletion.
77 changes: 77 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,80 @@
- commits:
- subject: Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8
hash: 9f5170b7473a5dcf9721042499481b4ab63122cf
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8
changelog-entry: Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "update-balena-supervisor: ensure target supervisor is running"
hash: bb56c90dd91913773bb838ee5361731ab65fc754
body: >
If the target supervisor image is already cached but there is no

container running with it, the update script would just exit without

actually running the target supervisor.


This commit checks whether there is a running container using the

target image and restarts the supervisor if there is none.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "update-balena-supervisor: use os-helpers logging"
hash: 65419a73aab31f92f640dee998dd85f9620e3ca8
body: |
This allows the script to log messages to the journal.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "hostapp-update: surface logs to journal"
hash: f34090d23ceef8c352d188a6aa34351885971239
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "hostapp-update-hooks: surface logs to journal"
hash: 5e1fdf9e3d94af2f814e9cef44b4f114b7ac2b76
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "os-helpers-logging: skip logging to journal from a container"
hash: 07f32d8098ef6a826b49f09cda04f9a11181409d
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
version: meta-balena-4.1.5
title: ""
date: 2023-11-10T16:58:38.759Z
version: 4.1.5
title: ""
date: 2023-11-10T18:59:48.232Z
- commits:
- subject: Update layers/meta-balena to 96b949b1282438824db7b960413407401a8512ea
hash: b442937af3815ff36bdbbbab1e398cc3b8d57007
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Change log
-----------

# v4.1.5
## (2023-11-10)


<details>
<summary> Update layers/meta-balena to 53a1e875f6a48f891d26b5edb9295fc6486ab4e8 [Self-hosted Renovate Bot] </summary>

> ## meta-balena-4.1.5
> ### (2023-11-10)
>
> * update-balena-supervisor: ensure target supervisor is running [Alex Gonzalez]
> * update-balena-supervisor: use os-helpers logging [Alex Gonzalez]
> * hostapp-update: surface logs to journal [Alex Gonzalez]
> * hostapp-update-hooks: surface logs to journal [Alex Gonzalez]
> * os-helpers-logging: skip logging to journal from a container [Alex Gonzalez]
>

</details>

# v4.1.4
## (2023-11-10)

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

0 comments on commit 1737367

Please sign in to comment.