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 972d123 commit 7db3c31
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
36 changes: 36 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
- 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: 6.1.13
title: ""
date: 2024-11-22T14:23:50.319Z
- commits:
- subject: "balena-os: allow to specify early console for OS development builds"
hash: eea406c78c131ec36c2fd8b26f6072f055dec89a
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.13
## (2024-11-22)

* u-boot: env_resin: fix use of skip bootcount [Alex Gonzalez]
* initrdscripts: migrate: panic on installation failure [Alex Gonzalez]

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

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "6.1.12"
DISTRO_VERSION = "6.1.13"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 7db3c31

Please sign in to comment.