diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4f3f3d8..d2ca040 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,47 @@ +- commits: + - subject: Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae + hash: e10f3b2c347b202bc24b0f8a18684b32270b5de9 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae + changelog-entry: Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Make Engine healthcheck performance test aware of device type + hash: def871a2cc2e35076ba5d57e0885b05ae80a6bd9 + body: > + We previously tried to use a single time limit for the execution + of the + + healthcheck test on all device types. This was causing occasional false + + positives in our Continuous Integration pipeline, though -- especially + + on slow devices like Pi Zeros and the generic-aarch64, which runs on + + emulated hardware. + + + This commit addresses this issue, this commit: + + + 1. Limits execution for device types for which we have collected enough + data to have a good idea of how long the test should take. + 2. Uses time limits specific for each device type. + footer: + Signed-off-by: Leandro Motta Barros + signed-off-by: Leandro Motta Barros + Change-type: patch + change-type: patch + author: Leandro Motta Barros + nested: [] + version: meta-balena-5.0.1 + title: "" + date: 2023-11-29T14:34:44.373Z + version: 5.0.1 + title: "" + date: 2023-11-29T20:12:51.925Z - commits: - subject: Update layers/meta-balena to a4097f3317ad9b74ad237239b6b6552da75eeaf9 hash: 33221e3ba1f64c5b08bde8eedb43fd52bc11d280 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16af74e..474265d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.0.1 +## (2023-11-29) + + +
+ Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae [Self-hosted Renovate Bot] + +> ## meta-balena-5.0.1 +> ### (2023-11-29) +> +> * Make Engine healthcheck performance test aware of device type [Leandro Motta Barros] +> + +
+ # v5.0.0 ## (2023-11-28) diff --git a/VERSION b/VERSION index 28cbf7c..32f3eaa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0 \ No newline at end of file +5.0.1 \ No newline at end of file