diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c6f11421..59bf479a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,37 @@ +- commits: + - subject: Update layers/meta-balena to b81a2d7084cb519aa78b5d56a96ca571150df63b + hash: 5529012dbabf7632e4fa8d21733091ec6c5df3d1 + body: Update layers/meta-balena + footer: + Changelog-entry: Update layers/meta-balena to b81a2d7084cb519aa78b5d56a96ca571150df63b + changelog-entry: Update layers/meta-balena to b81a2d7084cb519aa78b5d56a96ca571150df63b + author: balena-renovate[bot] + nested: + - commits: + - subject: "tests:os: Avoid setting apiEndpoint for unmanaged tests" + hash: 123e5476c4740abb29e0818d93449ca8da804f5c + body: > + When this config.json field has a value, the supervisor will + treat the device as managed and will crash and start to boot + loop. + + + On faster device-types we don't seem to notice and the tests + pass by chance, but on Pi Zero and similar we consistently see + ECONNRESET when hitting local SV endpoints. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: meta-balena-6.0.23 + title: "" + date: 2024-09-12T18:15:21.088Z + version: 6.0.23 + title: "" + date: 2024-09-12T23:46:20.449Z - commits: - subject: Update balena-yocto-scripts to 4bc14c6b105fd26f5cad219f2cf4c324e8be038c hash: a86781fa1a748534ee99a9677d45853cb9f87251 diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a7042f..6646b0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v6.0.23 +## (2024-09-12) + + +
+ Update layers/meta-balena to b81a2d7084cb519aa78b5d56a96ca571150df63b [balena-renovate[bot]] + +> ## meta-balena-6.0.23 +> ### (2024-09-12) +> +> * tests:os: Avoid setting apiEndpoint for unmanaged tests [Kyle Harding] +> + +
+ # v6.0.22+rev1 ## (2024-09-12) diff --git a/VERSION b/VERSION index 3b87f719..b7664d30 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.22+rev1 \ No newline at end of file +6.0.23 \ No newline at end of file