diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 95a8ae1f..39ac8e24 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,41 @@ +- commits: + - subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 + hash: 20a5787b1fa33b76b98537e841a998e32c1c81d2 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 + changelog-entry: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Simplify check for secure boot + hash: be189f7e2f6fb26f778f29e1f955a1cdd01bc8a4 + body: > + We were previously introducing a variable that was essentially + + replicating the contents of an input. This commit makes use of + the input + + directly. + + + Incidentally, the previous code also had a small bug/typo, in + which we + + mixed a test for string length with a test for string equality. + 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: balena-yocto-scripts-1.24.1 + title: "" + date: 2024-06-27T20:35:29.474Z + version: 5.3.21+rev7 + title: "" + date: 2024-06-28T02:47:11.679Z - commits: - subject: Update layers/poky to cbac0f1bfc025d11aea74db16034e9589fbcffa6 hash: cc0c8be16a8ef773b178e3e1eaed61837f67c1ee diff --git a/CHANGELOG.md b/CHANGELOG.md index b9589e34..732b2d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.21+rev7 +## (2024-06-28) + + +
+ Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.24.1 +> ### (2024-06-27) +> +> * Simplify check for secure boot [Leandro Motta Barros] +> + +
+ # v5.3.21+rev6 ## (2024-06-27) diff --git a/VERSION b/VERSION index 4b53fea2..d9a0efb5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev6 \ No newline at end of file +5.3.21+rev7 \ No newline at end of file