Skip to content

Commit d774074

Browse files
v6.12.3
1 parent 67061fa commit d774074

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
- commits:
2+
- subject: Remove incorrect dtoverlay parsing info
3+
hash: 2d216434c9bc3f1416bff6f7fb37c3babce23504
4+
body: |
5+
The previous documentation for `BALENA_HOST_CONFIG_dtoverlay`
6+
described string-parsing behavior (e.g., quote handling for
7+
line splitting) that is no longer true as of supervisor v16+
8+
9+
This commit removes the outdated and incorrect information and points
10+
users directly to the official Raspberry Pi documentation, which is
11+
the correct reference.
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
Signed-off-by: Rahul Thakoor <[email protected]>
16+
signed-off-by: Rahul Thakoor <[email protected]>
17+
author: Rahul Thakoor
18+
nested: []
19+
version: 6.12.3
20+
title: ""
21+
date: 2025-11-18T18:03:46.487Z
122
- commits:
223
- subject: "reference/hardware/versioning: rework discontinuation section"
324
hash: 0eb253e33a4d5d293e027b7b62ec44eee6b98c93

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 6.12.3 - 2025-11-18
8+
9+
* Remove incorrect dtoverlay parsing info [Rahul Thakoor]
10+
711
## 6.12.2 - 2025-11-10
812

913
* reference/hardware/versioning: rework discontinuation section [Ryan Cooke]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "6.12.2",
4+
"version": "6.12.3",
55
"engines": {
66
"node": "^22.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-11-10T17:37:12.971Z"
62+
"publishedAt": "2025-11-18T18:03:46.976Z"
6363
}
6464
}

0 commit comments

Comments
 (0)