diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 081dfad652..d73fcfdeb6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: "README: Add fan profile and power mode info to docs" + hash: b48a99a247cf28ecbf46864f9f41f92c8828d1f7 + body: | + This commit adds detailed information for the + new power and cooling configuration options + available for Jetson Orin devices. + footer: + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + Change-type: patch + change-type: patch + author: Alexandru Costache + nested: [] + version: 6.1.27 + title: "" + date: 2024-12-14T13:36:02.387Z - commits: - subject: Update tests/leviathan digest to f308947 hash: 765f82092dfd8287b6b2e536d9dda5d6fb3d4bed diff --git a/CHANGELOG.md b/CHANGELOG.md index 13801c4dcb..6a499019df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change log ----------- +# v6.1.27 +## (2024-12-14) + +* README: Add fan profile and power mode info to docs [Alexandru Costache] + # v6.1.26 ## (2024-12-12) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index 6503f721b1..ef4c95556e 100644 --- a/meta-balena-common/conf/distro/include/balena-os.inc +++ b/meta-balena-common/conf/distro/include/balena-os.inc @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc DISTRO = "balena-os" DISTRO_NAME = "balenaOS" -DISTRO_VERSION = "6.1.26" +DISTRO_VERSION = "6.1.27" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''