From 3d89a87b0a83aa0d4b929999901ab2726de552ff Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:51:51 +0000 Subject: [PATCH] v6.0.9 --- .versionbot/CHANGELOG.yml | 95 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 46 +++++++++++++++++++ VERSION | 2 +- 3 files changed, 142 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3d3c401..1c41786 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Ryan Cooke + 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) + signed-off-by: Vipul Gupta (@vipulgupta2048) + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index a33c2b3..d90139b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,52 @@ Change log ----------- +# v6.0.9 +## (2024-08-14) + + +
+ Update layers/meta-balena to e6eec7bdb572753420bfe543750357c9f18ee4d8 [balena-renovate[bot]] + +> ## meta-balena-6.0.9 +> ### (2024-08-14) +> +> +>
+> Update tests/leviathan digest to f4e9332 [balena-renovate[bot]] +> +>> ### 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] +>> +> +>
+> +> + +
+ # v6.0.8 ## (2024-08-14) diff --git a/VERSION b/VERSION index a0c2cf5..fb06ed7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.8 \ No newline at end of file +6.0.9 \ No newline at end of file