Skip to content

Commit

Permalink
v6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 21, 2024
1 parent db29d0f commit d958ab3
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 1 deletion.
99 changes: 99 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
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:
<deviceType>-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 <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
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
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
Change log
-----------

# v6.2.3
## (2024-12-21)


<details>
<summary> Update tests/leviathan digest to 2a609bc [balena-renovate[bot]] </summary>

> ## 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]
>
</details>

# v6.2.2
## (2024-12-20)

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

0 comments on commit d958ab3

Please sign in to comment.