Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 25, 2023
1 parent 16240c4 commit 2e84fe4
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 1 deletion.
68 changes: 68 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,71 @@
- commits:
- subject: Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f
hash: 16240c45752627bce67a27b413404b404d9f4ef7
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f
changelog-entry: Update layers/meta-balena to 6d41111f954f5c2f080b6f01b37634814b5bc84f
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "tests: add safe reboot checks"
hash: 8d99048a3e2218d4cfdbbf9e27e2a3e04c1aa700
body: >
This check tests the safe_reboot script used in hostOS updates
to

make sure application locks are respected.
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: move lock checking to helper function"
hash: 8cf977610619687e5958c66b430585cd91f0dbe2
body: >
The helper function can then be called both from hostapp-update
and

from the actions server hup script.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "os-helpers-logging: output script logging to journald"
hash: e0f1c60cf6eaf668c4c5714d525da17df58073e5
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: add safe_reboot function"
hash: 18ebc142a761b798fe3b08bc93baf52a11702a2c
body: >
This script performs a safe system reboot with application
update

locks checks.
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.0
title: ""
date: 2023-10-25T08:06:44.556Z
version: 4.1.0
title: ""
date: 2023-10-25T09:56:08.077Z
- commits:
- subject: Update layers/meta-balena to 88fa82e720d8cff1a8e9221703661cb3eee4ad6f
hash: 382d6f094184cf4cb30ce934a4fc825e058defb6
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change log
-----------

# v4.1.0
## (2023-10-25)


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

> ## meta-balena-4.1.0
> ### (2023-10-25)
>
> * tests: add safe reboot checks [Alex Gonzalez]
> * hostapp-update: move lock checking to helper function [Alex Gonzalez]
> * os-helpers-logging: output script logging to journald [Alex Gonzalez]
> * os-helpers: add safe_reboot function [Alex Gonzalez]
>
</details>

# v4.0.31
## (2023-10-24)

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

0 comments on commit 2e84fe4

Please sign in to comment.