Skip to content

Commit

Permalink
v5.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 2, 2024
1 parent 6504c31 commit 03d6f68
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
46 changes: 46 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
- commits:
- subject: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa
hash: 0c528d0118629784844af7b4924b998b440e6cc2
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa
changelog-entry: Update layers/meta-balena to 5e157d7d2954d406666df9d0681c2fbe63a838fa
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "initrdscripts: make the kexec script fail hard in unexpected states"
hash: 0b6199dddbb52e963d7b6e5feb5771f2b61a0f35
body: >
At this moment the kexec initrd script is skipped when
ROOTFS_DIR

is not defined or if the new rootfs is mounted, but does not
contain

a kernel image in the expected place. This is undesirable as we

assume this is the last script executed by the balena
bootloader.


This patch makes the kexec script always execute in the balena

bootloader and makes it fail hard in unexpected states, which
means

the script is always an exit point for the balena bootloader,

whether the actual kexec call succeeds or not.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
version: meta-balena-5.3.22
title: ""
date: 2024-07-01T15:01:00.393Z
version: 5.3.22
title: ""
date: 2024-07-02T10:20:28.558Z
- commits:
- subject: Update layers/meta-openembedded to
6ff0748a4741517519a281985fc3cd95dadb633e
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change log
-----------

# v5.3.22
## (2024-07-02)


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

> ## meta-balena-5.3.22
> ### (2024-07-01)
>
> * initrdscripts: make the kexec script fail hard in unexpected states [Michal Toman]
>

</details>

# v5.3.21+rev9
## (2024-07-02)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.21+rev9
5.3.22

0 comments on commit 03d6f68

Please sign in to comment.