diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 793f653..b6ae1ae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,78 @@ +- commits: + - subject: Update balena-yocto-scripts to e43e9f09d25969dbdb1a01a49e4e466f08892953 + hash: d15bd5e577b1b3107643d4442dbea8a2338b4667 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to e43e9f09d25969dbdb1a01a49e4e466f08892953 + changelog-entry: Update balena-yocto-scripts to e43e9f09d25969dbdb1a01a49e4e466f08892953 + author: balena-renovate[bot] + nested: + - commits: + - subject: revert to building secure boot with cache + hash: cad0b71d6a2b26ff90d6ae5b0f8247c4b3237479 + body: > + Secure boots builds used to end up with a mismatch between the + kernel + + and modules signatures because of the use of cache - to avoid + this we + + temporarily forced builds without cache. + + + With the fix in meta-balena + 389054e84c0b1fd382d737c39fb2bb02c2b3e9b2, + + kernel modules are always set not to use cache and this problem + should + + no longer happen. + + + At least during the i.MX secure boot local builds with cache + never hit + + the problem. + + + Remove the setting not to use cache. + footer: + Changelog-entry: revert to building secure boot with cache + changelog-entry: revert to building secure boot with cache + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "workflows: yocto-build-deploy: allow to override SIGN_GRUB_KEY_ID" + hash: 4368f04773413f56547548c3c1e46d3b80b79120 + body: > + This allows to set specific environments for custom secrets + support. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + - subject: "workflows: yocto-build-deploy: add PKI signing key ID" + hash: 43164296785261490c9c69873ecb1598436908eb + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: balena-yocto-scripts-1.30.15 + title: "" + date: 2025-01-13T17:06:53.149Z + version: 6.3.1+rev1 + title: "" + date: 2025-01-13T18:35:27.117Z - commits: - subject: Update layers/meta-balena to 59f6652dcaa645cbd629ed1199d1de956d2deab0 hash: 9f51f61724fc3903a4f2e67642ee9aea698864bf diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d105da..4f90f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # v2.105.10 ## (2022-10-13) +# v6.3.1+rev1 +## (2025-01-13) + + +
+ Update balena-yocto-scripts to e43e9f09d25969dbdb1a01a49e4e466f08892953 [balena-renovate[bot]] + +> ## balena-yocto-scripts-1.30.15 +> ### (2025-01-13) +> +> * revert to building secure boot with cache [Alex Gonzalez] +> * workflows: yocto-build-deploy: allow to override SIGN_GRUB_KEY_ID [Alex Gonzalez] +> * workflows: yocto-build-deploy: add PKI signing key ID [Alex Gonzalez] +> + +
+ # v6.3.1 ## (2025-01-13) diff --git a/VERSION b/VERSION index 39ee137..93f3208 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.3.1 \ No newline at end of file +6.3.1+rev1 \ No newline at end of file