From d958ab39c2c3e7fcc9a39c60961f933aeef2a189 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:31:55 +0000 Subject: [PATCH] v6.2.3 --- .versionbot/CHANGELOG.yml | 99 +++++++++++++++++++ CHANGELOG.md | 40 ++++++++ .../conf/distro/include/balena-os.inc | 2 +- 3 files changed, 140 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b577d7bc94..b1c971371f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,102 @@ +- commits: + - subject: Update tests/leviathan digest to 2a609bc + hash: 73c4edaf6615d148bf382ff7589fa9d6874fa753 + body: Update tests/leviathan + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: "lib/components/os: Add SRD3 JP4 and JP5 device type boot partition + indexes" + hash: db7fdad6e920295cf3200ca3309fde65dd5c039f + body: | + The JP5 device-type uses the same boot partition index as the + jetson-xavier on JP5. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: leviathan-2.31.76 + title: "" + date: 2024-12-19T14:11:20.112Z + - commits: + - subject: Update balena-io/balena-cli to v20.1.2 + hash: 15e18d79118af19c0362decc13b9c9b692d49ca9 + body: | + Update balena-io/balena-cli from 20.1.0 to 20.1.2 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: leviathan-2.31.75 + title: "" + date: 2024-12-19T02:57:30.738Z + - commits: + - subject: Update docker/setup-buildx-action digest to 6524bf6 + hash: 4157efa263e7c545933c7c8ca6d3ecac5cc189f5 + body: | + Update docker/setup-buildx-action + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: leviathan-2.31.74 + title: "" + date: 2024-12-19T02:01:02.721Z + - commits: + - subject: Update core/contracts digest to 9383b36 + hash: 3229a8f75ad3c6610ba72d6a0edb446d6b875cf1 + body: | + Update core/contracts + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: leviathan-2.31.73 + title: "" + date: 2024-12-18T22:34:03.777Z + - commits: + - subject: Update actions/upload-artifact digest to 6f51ac0 + hash: 695be0565fd7d6e1be7cea5ed83ff6febe02a1ae + body: | + Update actions/upload-artifact + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: leviathan-2.31.72 + title: "" + date: 2024-12-18T00:11:58.435Z + - commits: + - subject: Enable selection of workers with locked DUT in secureboot tests + hash: 92972900c54a2f0ea9a1b7e41f83adc6c32cafe0 + body: > + This will make the client look for workers with a "DUT: + -sb" tag if FLASHER_SECUREBOOT=1 when starting + tests. This is to enable differentiation between locked and + unlocked DUTs for device types that support secureboot. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: Ryan Cooke + nested: [] + version: leviathan-2.31.71 + title: "" + date: 2024-12-17T11:11:15.435Z + version: 6.2.3 + title: "" + date: 2024-12-21T13:31:50.987Z - commits: - subject: "hostapp-update-hooks: fix path for grub_extraenv in blacklist" hash: a3d5424af810b62a672f325ef666c366776b0502 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3842ba3aee..8d160a9ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,46 @@ Change log ----------- +# v6.2.3 +## (2024-12-21) + + +
+ Update tests/leviathan digest to 2a609bc [balena-renovate[bot]] + +> ## leviathan-2.31.76 +> ### (2024-12-19) +> +> * lib/components/os: Add SRD3 JP4 and JP5 device type boot partition indexes [Alexandru Costache] +> +> ## leviathan-2.31.75 +> ### (2024-12-19) +> +> * Update balena-io/balena-cli to v20.1.2 [balena-renovate[bot]] +> +> ## leviathan-2.31.74 +> ### (2024-12-19) +> +> * Update docker/setup-buildx-action digest to 6524bf6 [balena-renovate[bot]] +> +> ## leviathan-2.31.73 +> ### (2024-12-18) +> +> * Update core/contracts digest to 9383b36 [balena-renovate[bot]] +> +> ## leviathan-2.31.72 +> ### (2024-12-18) +> +> * Update actions/upload-artifact digest to 6f51ac0 [balena-renovate[bot]] +> +> ## leviathan-2.31.71 +> ### (2024-12-17) +> +> * Enable selection of workers with locked DUT in secureboot tests [Ryan Cooke] +> + +
+ # v6.2.2 ## (2024-12-20) diff --git a/meta-balena-common/conf/distro/include/balena-os.inc b/meta-balena-common/conf/distro/include/balena-os.inc index 1d5ecefb17..18b04f11fc 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.2.2" +DISTRO_VERSION = "6.2.3" HOSTOS_VERSION = "${DISTRO_VERSION}" python () { ''' Set HOSTOS_VERSION from board VERSION if available '''