v6.0.9
This commit is contained in:
parent
3ae1ea1b27
commit
3d89a87b0a
3 changed files with 142 additions and 1 deletions
|
@ -1,3 +1,98 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to e6eec7bdb572753420bfe543750357c9f18ee4d8
|
||||
hash: 9c64f32fbb1f13720eab6f99198cc43da8f83cdf
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to e6eec7bdb572753420bfe543750357c9f18ee4d8
|
||||
changelog-entry: Update layers/meta-balena to e6eec7bdb572753420bfe543750357c9f18ee4d8
|
||||
author: balena-renovate[bot]
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Update tests/leviathan digest to f4e9332
|
||||
hash: d475c7b424d396d03c712befb3fdb2934d7513f0
|
||||
body: Update tests/leviathan
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Update actions/upload-artifact digest to 834a144
|
||||
hash: 6a81dc37849f6290f104e3bbb95bc8b60f240ab5
|
||||
body: |
|
||||
Update actions/upload-artifact
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: leviathan-2.31.25
|
||||
title: ""
|
||||
date: 2024-08-06T15:54:52.299Z
|
||||
- commits:
|
||||
- subject: Update core/contracts digest to 6d69a05
|
||||
hash: 02819efbdc5ca46918d80ec2b23c18274995629b
|
||||
body: |
|
||||
Update core/contracts
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: leviathan-2.31.24
|
||||
title: ""
|
||||
date: 2024-08-06T10:14:13.280Z
|
||||
- commits:
|
||||
- subject: "core: remove nested retries in getDutIp function"
|
||||
hash: fc8a48737153dc528a005f4d963e0f3f54426aae
|
||||
body: >
|
||||
the function that was being used to fetch the DUT ip
|
||||
from the worker had nested retries that led to 30x5 =
|
||||
150 retries, and timeouts taking ~40 mins in the case
|
||||
the DUT wasn't reachable (autokit setup fault, device
|
||||
not booting, problem during flashing). This removes the
|
||||
nested retries and reduces the retries to 50 / ~ 10mins
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Ryan Cooke <ryan@balena.io>
|
||||
signed-off-by: Ryan Cooke <ryan@balena.io>
|
||||
author: rcooke-warwick
|
||||
nested: []
|
||||
version: leviathan-2.31.23
|
||||
title: ""
|
||||
date: 2024-07-23T13:24:35.947Z
|
||||
- commits:
|
||||
- subject: "patch: Add migration & secureboot options to e2e test suite"
|
||||
hash: 7abd1e4f8483b2a5704c5f4e0b1f974e0fafc762
|
||||
body: ""
|
||||
footer:
|
||||
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
|
||||
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
|
||||
author: Vipul Gupta (@vipulgupta2048)
|
||||
nested: []
|
||||
version: leviathan-2.31.22
|
||||
title: ""
|
||||
date: 2024-07-23T13:00:12.436Z
|
||||
- commits:
|
||||
- subject: Update docker/setup-buildx-action digest to aa33708
|
||||
hash: dda330bb67cff678a5b7758f31ebf53bbc58886c
|
||||
body: |
|
||||
Update docker/setup-buildx-action
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: leviathan-2.31.21
|
||||
title: ""
|
||||
date: 2024-07-22T10:33:23.487Z
|
||||
version: meta-balena-6.0.9
|
||||
title: ""
|
||||
date: 2024-08-14T11:50:03.782Z
|
||||
version: 6.0.9
|
||||
title: ""
|
||||
date: 2024-08-14T17:51:43.002Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to ed18e751ab21b245070bd4db35f68aa2925add94
|
||||
hash: e7878ce97c713c00c76eb35ad6dcce1d526ac622
|
||||
|
|
46
CHANGELOG.md
46
CHANGELOG.md
|
@ -1,6 +1,52 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v6.0.9
|
||||
## (2024-08-14)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to e6eec7bdb572753420bfe543750357c9f18ee4d8 [balena-renovate[bot]] </summary>
|
||||
|
||||
> ## meta-balena-6.0.9
|
||||
> ### (2024-08-14)
|
||||
>
|
||||
>
|
||||
> <details>
|
||||
> <summary> Update tests/leviathan digest to f4e9332 [balena-renovate[bot]] </summary>
|
||||
>
|
||||
>> ### leviathan-2.31.25
|
||||
>> #### (2024-08-06)
|
||||
>>
|
||||
>> * Update actions/upload-artifact digest to 834a144 [balena-renovate[bot]]
|
||||
>>
|
||||
>> ### leviathan-2.31.24
|
||||
>> #### (2024-08-06)
|
||||
>>
|
||||
>> * Update core/contracts digest to 6d69a05 [balena-renovate[bot]]
|
||||
>>
|
||||
>> ### leviathan-2.31.23
|
||||
>> #### (2024-07-23)
|
||||
>>
|
||||
>> * core: remove nested retries in getDutIp function [rcooke-warwick]
|
||||
>>
|
||||
>> ### leviathan-2.31.22
|
||||
>> #### (2024-07-23)
|
||||
>>
|
||||
>> * patch: Add migration & secureboot options to e2e test suite [Vipul Gupta (@vipulgupta2048)]
|
||||
>>
|
||||
>> ### leviathan-2.31.21
|
||||
>> #### (2024-07-22)
|
||||
>>
|
||||
>> * Update docker/setup-buildx-action digest to aa33708 [Self-hosted Renovate Bot]
|
||||
>>
|
||||
>
|
||||
> </details>
|
||||
>
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v6.0.8
|
||||
## (2024-08-14)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.0.8
|
||||
6.0.9
|
Loading…
Add table
Reference in a new issue