Skip to content

Commit 16de5fd

Browse files
v6.7.8
1 parent 3c80c7d commit 16de5fd

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- commits:
2+
- subject: "os-helpers: generalize get_sector_size"
3+
hash: 6501bcfec6810499a78347f09bac8b43b641b6b7
4+
body: |
5+
Do not limit to specific partition types.
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
Signed-off-by: Alex Gonzalez <[email protected]>
10+
signed-off-by: Alex Gonzalez <[email protected]>
11+
author: Alex Gonzalez
12+
nested: []
13+
- subject: "tests: secureboot: generalize U-boot binary naming"
14+
hash: 91bb7f49910b4cb8661e993d798e57a736b7b6b1
15+
body: ""
16+
footer:
17+
Change-type: patch
18+
change-type: patch
19+
Signed-off-by: Alex Gonzalez <[email protected]>
20+
signed-off-by: Alex Gonzalez <[email protected]>
21+
author: Alex Gonzalez
22+
nested: []
23+
version: 6.7.8
24+
title: ""
25+
date: 2025-11-21T09:46:55.177Z
126
- commits:
227
- subject: simplify disk watchdog tests
328
hash: 2216355d073162c79748367f49d4a1294ede7796

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
-----------
33

4+
# v6.7.8
5+
## (2025-11-21)
6+
7+
* os-helpers: generalize get_sector_size [Alex Gonzalez]
8+
* tests: secureboot: generalize U-boot binary naming [Alex Gonzalez]
9+
410
# v6.7.7
511
## (2025-11-18)
612

meta-balena-common/conf/distro/include/balena-os.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc
55

66
DISTRO = "balena-os"
77
DISTRO_NAME = "balenaOS"
8-
DISTRO_VERSION = "6.7.7"
8+
DISTRO_VERSION = "6.7.8"
99
HOSTOS_VERSION = "${DISTRO_VERSION}"
1010
python () {
1111
''' Set HOSTOS_VERSION from board VERSION if available '''

0 commit comments

Comments
 (0)