Skip to content

Commit

Permalink
v6.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 22, 2024
1 parent 2000fce commit b98ee6f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1 deletion.
62 changes: 62 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
- commits:
- subject: Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d
hash: 78c47d6de12653461052a140208308ee0ff926ca
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d
changelog-entry: Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d
author: balena-renovate[bot]
nested:
- commits:
- subject: "u-boot: env_resin: fix use of skip bootcount"
hash: 5fbf52822a0743ead7693364f41da7895d69ce72
body: >
When `os_bc_skip` is set, the bootcount variable is not set and
the

altboot check incorrectly assumes the boot limit has exceeded.


Make sure the bootcount comparison only takes place if bootcount
has

been set.
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: "initrdscripts: migrate: panic on installation failure"
hash: 0277b0573d25dd314fe4b0eda5ca5b3e08b69ce2
body: >
Right now if the flashing script errors out the initramfs just
keeps

running modules. This is a security risk specially for secure
boot

systems as at that point we have an authorized trusted OS
running in

an unvetted path.


This commit exits init if the flasher returns, and also attemps
to crash

the kernel followed by an infinite sleep for paranoic reasons.
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-6.1.13
title: ""
date: 2024-11-22T14:23:50.319Z
version: 6.1.13
title: ""
date: 2024-11-22T17:06:39.613Z
- commits:
- subject: Update balena-yocto-scripts to f170ea86c0476f46e0144528bcc1387c9da07e11
hash: 7e6ef78337dbcffb05e26f78db396a0243df7600
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# v2.105.10
## (2022-10-13)

# v6.1.13
## (2024-11-22)


<details>
<summary> Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d [balena-renovate[bot]] </summary>

> ## meta-balena-6.1.13
> ### (2024-11-22)
>
> * u-boot: env_resin: fix use of skip bootcount [Alex Gonzalez]
> * initrdscripts: migrate: panic on installation failure [Alex Gonzalez]
>
</details>

# v6.1.12+rev2
## (2024-11-21)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.12+rev2
6.1.13

0 comments on commit b98ee6f

Please sign in to comment.