Skip to content

Commit

Permalink
v6.1.21+rev1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 6, 2024
1 parent 49d41cf commit ed6e9b3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
32 changes: 32 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
- commits:
- subject: customize shutdown on initramfs
hash: 161ad3ae3aa753d4ebc5386fa4c2c2e596a4375a
body: |
This allows the flasher script to correctly power off the device after
programming.
footer:
Changelog-entry: customize shutdown on initramfs
changelog-entry: customize shutdown on initramfs
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: customize shutdown
hash: a71af8228f24bc77f3636fca620913a0367c74a8
body: |
The flasher script in meta-balena calls `poweroff` and expects it to
fail if the device cannot be powered off. However on this device type
the call returns success but the device is not powered off.

This commit uses a custom shutdown that effectively shuts down this
device type.
footer:
Changelog-entry: customize shutdown
changelog-entry: customize shutdown
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
version: 6.1.21+rev1
title: ""
date: 2024-12-06T14:16:45.955Z
- commits:
- subject: Update layers/meta-balena to e6d699bfffea71667b9551a93f6ee40f56a8ad79
hash: d9a240b52f3bea9b03b2d42ac9fe55774cfbf298
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
-----------

# v6.1.21+rev1
## (2024-12-06)

* customize shutdown on initramfs [Alex Gonzalez]
* customize shutdown [Alex Gonzalez]

# v6.1.21
## (2024-12-05)

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

0 comments on commit ed6e9b3

Please sign in to comment.