Skip to content

Commit 7d8ce42

Browse files
v6.9.6
1 parent 5c8e458 commit 7d8ce42

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- commits:
2+
- subject: "renovate.json: Remove custom balena-git package rules"
3+
hash: 3b143a83bf6693ff42783f0c7a88107418440c12
4+
body: |
5+
Since 2533a1a we are no longer versioning or tagging balena commits
6+
to the engine, so this renovate package rule no longer applies.
7+
8+
Going forward, we will manually bump the commit hash unless we are
9+
moving to a new upstream tag.
10+
footer:
11+
Change-type: patch
12+
change-type: patch
13+
Signed-off-by: Kyle Harding <kyle@balena.io>
14+
signed-off-by: Kyle Harding <kyle@balena.io>
15+
author: Kyle Harding
16+
nested: []
17+
version: 6.9.6
18+
title: ""
19+
date: 2025-12-11T01:33:51.039Z
120
- commits:
221
- subject: fix initramfs rootfs script wrong indent
322
hash: 4204dd9590e5bfeb740088ad2285edc67a634986

CHANGELOG.md

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

4+
# v6.9.6
5+
## (2025-12-11)
6+
7+
* renovate.json: Remove custom balena-git package rules [Kyle Harding]
8+
49
# v6.9.5
510
## (2025-12-10)
611

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.9.5"
8+
DISTRO_VERSION = "6.9.6"
99
HOSTOS_VERSION = "${DISTRO_VERSION}"
1010
python () {
1111
''' Set HOSTOS_VERSION from board VERSION if available '''

0 commit comments

Comments
 (0)