Skip to content

Commit 12c56bc

Browse files
v6.3.23
1 parent 8e4725e commit 12c56bc

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.versionbot/CHANGELOG.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: "modemmanager: patch for Cinterion port types"
3+
hash: 6cd7bdcef2405b836975d2a06cdd83cbb5177499
4+
body: >
5+
Patch with changes in udev rules for ALAS5 for proper support of port
6+
types
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Kirill Zabelin
11+
nested: []
12+
version: 6.3.23
13+
title: ""
14+
date: 2025-02-25T10:26:55.368Z
115
- commits:
216
- subject: "kernel-devsrc.bb: Use recipe from Poky for 6.12+ kernels"
317
hash: 1eb52a251cfd48d32a4dce2ee01b54e791d7b4ea

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
-----------
33

4+
# v6.3.23
5+
## (2025-02-25)
6+
7+
* modemmanager: patch for Cinterion port types [Kirill Zabelin]
8+
49
# v6.3.22
510
## (2025-02-24)
611

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

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

0 commit comments

Comments
 (0)