Skip to content

Commit

Permalink
v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 19, 2024
1 parent 5ef1852 commit aa715d0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: "classes: kernel-balena: configure reset on oops"
hash: dc2c8fc20d27d269d0132981ab03e62c882a9e8b
body: |
This is specially useful to prevent devices freezing at boot on errors,
for example when the initramfs fail() is called allowing the device to
reboot and rollback.
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.2.1
title: ""
date: 2024-12-19T11:55:56.499Z
- commits:
- subject: "resin-init-flasher: with secure boot, authenticate the inner image"
hash: 1ae37ac158b93df836126030abec8c3d3f69d92b
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.2.1
## (2024-12-19)

* classes: kernel-balena: configure reset on oops [Alex Gonzalez]

# v6.2.0
## (2024-12-16)

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.2.0"
DISTRO_VERSION = "6.2.1"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit aa715d0

Please sign in to comment.