Skip to content

Commit

Permalink
v6.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Sep 18, 2024
1 parent 7f27ceb commit c702e93
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- commits:
- subject: "modemmanager: Fix SIM7100E crash"
hash: e397c18742117596fed133e0b5992362e230f538
body: >
With the update to MM 1.22.0 we have received reports that

SIM7100E is not functioning correctly.

Followed up with ModemManager devs and it was discovered the issue

is related to a PCO setting:

https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/884
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
signed-off-by: Florin Sarbu <florin@balena.io>
author: Florin Sarbu
nested: []
version: 6.0.29
title: ""
date: 2024-09-18T12:31:58.505Z
- commits:
- subject: "initrdscripts: replace cut by awk for parsing lsblk in cryptsetup hook"
hash: c9544aaf502943f3b492d0a5907f1c1e401c6ac7
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v6.0.29
## (2024-09-18)

* modemmanager: Fix SIM7100E crash [Florin Sarbu]

# v6.0.28
## (2024-09-18)

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

0 comments on commit c702e93

Please sign in to comment.