diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 59df601a3b..081dfad652 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: Update tests/leviathan digest to f308947 + hash: 765f82092dfd8287b6b2e536d9dda5d6fb3d4bed + body: Update tests/leviathan + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update balena-io/balena-cli to v20.1.0 + hash: 8f2efe31f565c8d83d13a70556038c8205a37dbe + body: | + Update balena-io/balena-cli from 20.0.9 to 20.1.0 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: leviathan-2.31.70 + title: "" + date: 2024-12-12T14:36:37.767Z + version: 6.1.26 + title: "" + date: 2024-12-12T17:39:28.847Z - commits: - subject: "github/workflows: Add yocto label to runs_on" hash: be897c850fcb972c64f2297f3ebc4a49b12acfd1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 822968d972..13801c4dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v6.1.26 +## (2024-12-12) + + +
+ Update tests/leviathan digest to f308947 [balena-renovate[bot]] + +> ## leviathan-2.31.70 +> ### (2024-12-12) +> +> * Update balena-io/balena-cli to v20.1.0 [balena-renovate[bot]] +> + +
+ # v6.1.25 ## (2024-12-11) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index c2ec414553..6503f721b1 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.25" +DISTRO_VERSION = "6.1.26" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''