From ed6e9b38f352ba600fca409980154efb90d88cf0 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:16:50 +0000 Subject: [PATCH] v6.1.21+rev1 --- .versionbot/CHANGELOG.yml | 32 ++++++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ VERSION | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a05e4eec..ab8f2537 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Alex Gonzalez + 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 + signed-off-by: Alex Gonzalez + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5adfbfd6..b7ac1477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 27a717ab..35995d71 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.21 \ No newline at end of file +6.1.21+rev1 \ No newline at end of file