Skip to content

Commit

Permalink
v6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 20, 2024
1 parent 032f85e commit 304646d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: "hostapp-update-hooks: fix path for grub_extraenv in blacklist"
hash: a3d5424af810b62a672f325ef666c366776b0502
body: |
The `grub_extraenv` file is actually either installed under `/grub` for
MBR systems or `/EFI/BOOT` for EFI ones.
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.2
title: ""
date: 2024-12-20T12:03:20.889Z
- commits:
- subject: "classes: kernel-balena: configure reset on oops"
hash: dc2c8fc20d27d269d0132981ab03e62c882a9e8b
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.2
## (2024-12-20)

* hostapp-update-hooks: fix path for grub_extraenv in blacklist [Alex Gonzalez]

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

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

0 comments on commit 304646d

Please sign in to comment.