Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 9, 2025
1 parent 8e16ec3 commit 32f5b9e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
- commits:
- subject: Update usb-modeswitch to version 2.6.1
hash: 54b5b72a879e942e4b907e49e7387b505772dc55
body: >
Version 2.5.2 of usb-modeswitch contained a local 0.72 jimtcl copy which
was used

when the static version of the dispatcher was being compiled. Version
2.6.1 removed

this copy of jimtcl from the source package so we add it back ourselves
because it's

easier to have libjim.a compiled here rather than add a whole new Yocto
recipe just for it.
footer:
Change-type: minor
change-type: minor
Changelog-entry: Update usb-modeswitch to version 2.6.1
changelog-entry: Update usb-modeswitch to version 2.6.1
Signed-off-by: Florin Sarbu <[email protected]>
signed-off-by: Florin Sarbu <[email protected]>
author: Florin Sarbu
nested: []
version: 6.3.0
title: ""
date: 2025-01-09T14:29:56.985Z
- commits:
- subject: Update tests/leviathan digest to 6652ce0
hash: 4752c5958197172b2ba8d19da67c7392ead45508
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.3.0
## (2025-01-09)

* Update usb-modeswitch to version 2.6.1 [Florin Sarbu]

# v6.2.8
## (2025-01-08)

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

0 comments on commit 32f5b9e

Please sign in to comment.