Skip to content

Commit

Permalink
v6.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 25, 2024
1 parent 551d317 commit 1f8d8cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
- commits:
- subject: "tests/os: Add Jetson Orin device-specific fan and power mode smoke
tests"
hash: 87e5e8450911fbd3eb400ca76b1273f6b3deb15d
body: |
These tests are the same for all public Orin device types
and validate that the power mode and the fan profile can be
changed by writing directly to the config.json file
in the boot partition of an un-managed OS.
footer:
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
Change-type: patch
change-type: patch
author: Alexandru Costache
nested: []
version: 6.0.49
title: ""
date: 2024-10-25T13:54:52.420Z
- commits:
- subject: "os-helpers-fs: introduce a script to split boot partitions"
hash: 1c3fe3b3fd259cadf1f8b684aa883dd4274a6f0f
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.49
## (2024-10-25)

* tests/os: Add Jetson Orin device-specific fan and power mode smoke tests [Alexandru Costache]

# v6.0.48
## (2024-10-24)

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

0 comments on commit 1f8d8cd

Please sign in to comment.