Skip to content

Commit

Permalink
v6.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 30, 2025
1 parent efe682a commit a62daef
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: "kernel-balena.bbclass: silence regex escape warnings"
hash: 2b737fdc534da23c6f22efc83e1e64e109a8fb29
body: |
This patch converts the regex strings to raw strings to silence
`DeprecationWarning: invalid escape sequence \d`
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
- subject: "kernel-balena.bbclass: Add aufs patches for 6.6 kernels"
hash: 54faaa0714db55ebe486a101eb2ad62e75679ffd
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <[email protected]>
signed-off-by: Michal Toman <[email protected]>
author: Michal Toman
nested: []
version: 6.3.12
title: ""
date: 2025-01-30T11:44:21.994Z
- commits:
- subject: Update balena-supervisor to v16.12.0
hash: 41c4f1ded4dd881dc97eabaa531a2ccfb212e528
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change log
-----------

# v6.3.12
## (2025-01-30)

* kernel-balena.bbclass: silence regex escape warnings [Michal Toman]
* kernel-balena.bbclass: Add aufs patches for 6.6 kernels [Michal Toman]

# v6.3.11
## (2025-01-27)

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

0 comments on commit a62daef

Please sign in to comment.