Skip to content

Commit

Permalink
v6.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 13, 2025
1 parent d828f20 commit 9d21a1a
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 1 deletion.
170 changes: 170 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,173 @@
- commits:
- subject: Update layers/meta-balena to da5f840db1f2dee4e4c5893f31ddf29c0bb9237f
hash: 58d1784eaaf04cf0ac552fd922d9a743aa417f71
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to da5f840db1f2dee4e4c5893f31ddf29c0bb9237f
changelog-entry: Update layers/meta-balena to da5f840db1f2dee4e4c5893f31ddf29c0bb9237f
author: balena-renovate[bot]
nested:
- commits:
- subject: "wpa-supplicant: Update to recipe from Kirkstone"
hash: 95306535b424977c6f1f978b8cb37dca74cd8f55
body: >
We switch to the recipe from Kirkstone which is still at version
2.10

but has other patches applied to it.


The wpa_supplicant version from Kirkstone is from Poky revision

be48ef3d1bab50824c6678748bcfa897a2a6ca8a


This fixes auth issues we have seen on a Jetson TX2.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
signed-off-by: Florin Sarbu <florin@balena.io>
author: Florin Sarbu
nested: []
version: meta-balena-6.3.19
title: ""
date: 2025-02-13T14:40:11.517Z
- commits:
- subject: Update actions/setup-python digest to 4237552
hash: 9eadb53467b9c6e5bf39d33010119e74ed9d4792
body: >
Update actions/setup-python to
42375524e23c412d93fb67b49958b491fce71c38
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: meta-balena-6.3.18
title: ""
date: 2025-02-07T17:32:47.609Z
- commits:
- subject: Update tests/leviathan digest to ae96a7e
hash: 00cec0d947cd10e91d635e37a977dcaf68803852
body: Update tests/leviathan
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested:
- commits:
- subject: Update balena-os/leviathan-worker to v2.9.57
hash: b25a64d8d003c4f9eea7c4bd5f1b6438f12730f5
body: |
Update balena-os/leviathan-worker from 2.9.50 to 2.9.57
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: leviathan-2.31.89
title: ""
date: 2025-02-06T20:21:54.156Z
- commits:
- subject: Fix running tests over local worker IP
hash: 0a642b8a0e21f9740ae8982f99da3506d62253a3
body: >
This has been broken since splitting the core from the
worker - fixing it enables running tests with a local
worker without the VPN, much faster and avoids VPN file
transfer issues
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: Ryan Cooke
nested: []
version: leviathan-2.31.88
title: ""
date: 2025-02-06T14:35:10.115Z
version: meta-balena-6.3.17
title: ""
date: 2025-02-07T14:19:23.643Z
- commits:
- subject: "tests: os: swap: increase wiggle room in swap check"
hash: f13121bba5b413c932afd8f8db43f87ccb7bca0a
body: >
We encountered the variance in expected and measured swap in the
rpi5 to be higher than the allowed value of 10 - to make this
safe and allowing of more device types, changed the allowed
variation - still small enough to actually check the value is
right, but should reduce false negatives
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: Ryan Cooke
nested: []
version: meta-balena-6.3.16
title: ""
date: 2025-02-06T18:25:14.533Z
- commits:
- subject: "tests: cloud: env vars: restart supervisor to speed up tests"
hash: 047519b3d11b48b55a6dac8b5d5b4af63cb85171
body: >
Tests can get stuck here for 15 to 20 minutes if the timings are
unlucky. Forcing a supervisor restart ensures a clean slate and
ensures that the variables are included as quickly as possible
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: Ryan Cooke
nested: []
version: meta-balena-6.3.15
title: ""
date: 2025-02-06T17:05:15.720Z
- commits:
- subject: "tests: secureboot: remove preload test for secureboot enabled DUTs"
hash: e6c5f14a2e6af02efb8e8766c4244a5bc1081b2e
body: >
Since 1ae37ac158b93df836126030abec8c3d3f69d92b using the flasher
image with secureboot and preloading doesn't work. Skipping
preloading tests will unblock users not using this combination
with the signed images.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: Ryan Cooke
nested: []
version: meta-balena-6.3.14
title: ""
date: 2025-02-05T20:53:09.987Z
- commits:
- subject: "tests: secureboot: fix reference to unavailable kernel-module-headers"
hash: 7f49f8d3e780461e603196cc23917e41fe925bac
body: >
2.108.6 doesn't exist for generic-amd64. The tests used to still
work, because we werent acually passing the version to
kernel-module-build correctly, meaning that it would default to
the one in the kernel-module-build project. That was fixed in
4484c59fc924100232cc10303a4636ed0082760a , and now we are
passing the version correctly, we're looking for a nonexistant
version. Changing version to match the default.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: Ryan Cooke
nested: []
version: meta-balena-6.3.13
title: ""
date: 2025-02-01T09:17:38.671Z
version: 6.3.19
title: ""
date: 2025-02-13T22:54:15.005Z
- commits:
- subject: Update layers/meta-compulab-bsp to
95c7bd9d9fb768bc39ab1ac2735fddb835c5fcbb
Expand Down
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,67 @@
Change log
-----------

# v6.3.19
## (2025-02-13)


<details>
<summary> Update layers/meta-balena to da5f840db1f2dee4e4c5893f31ddf29c0bb9237f [balena-renovate[bot]] </summary>

> ## meta-balena-6.3.19
> ### (2025-02-13)
>
> * wpa-supplicant: Update to recipe from Kirkstone [Florin Sarbu]
>
> ## meta-balena-6.3.18
> ### (2025-02-07)
>
> * Update actions/setup-python digest to 4237552 [balena-renovate[bot]]
>
> ## meta-balena-6.3.17
> ### (2025-02-07)
>
>
> <details>
> <summary> Update tests/leviathan digest to ae96a7e [balena-renovate[bot]] </summary>
>
>> ### leviathan-2.31.89
>> #### (2025-02-06)
>>
>> * Update balena-os/leviathan-worker to v2.9.57 [balena-renovate[bot]]
>>
>> ### leviathan-2.31.88
>> #### (2025-02-06)
>>
>> * Fix running tests over local worker IP [Ryan Cooke]
>>
>
> </details>
>
>
> ## meta-balena-6.3.16
> ### (2025-02-06)
>
> * tests: os: swap: increase wiggle room in swap check [Ryan Cooke]
>
> ## meta-balena-6.3.15
> ### (2025-02-06)
>
> * tests: cloud: env vars: restart supervisor to speed up tests [Ryan Cooke]
>
> ## meta-balena-6.3.14
> ### (2025-02-05)
>
> * tests: secureboot: remove preload test for secureboot enabled DUTs [Ryan Cooke]
>
> ## meta-balena-6.3.13
> ### (2025-02-01)
>
> * tests: secureboot: fix reference to unavailable kernel-module-headers [Ryan Cooke]
>
</details>

# v6.3.12+rev2
## (2025-02-13)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.12+rev2
6.3.19

0 comments on commit 9d21a1a

Please sign in to comment.