From d851719d7190554e5790af2d4cd7703c4052ac61 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:06:48 +0000 Subject: [PATCH] v5.3.21+rev6 --- .versionbot/CHANGELOG.yml | 38 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e6d5df60..d4a99a12 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,41 @@ +- commits: + - subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 + hash: 247d850dd1e6d5e1c35ed5b80df8c631ba0e0065 + 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+rev6 + title: "" + date: 2024-06-27T23:06:43.433Z - commits: - subject: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d hash: 14cf19686c3dec43890a0338cced8317c0eb5c72 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee594592..941f4de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v5.3.21+rev6 +## (2024-06-27) + + +
+ 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+rev5 ## (2024-06-27) diff --git a/VERSION b/VERSION index bb4c1f1c..4b53fea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.3.21+rev5 \ No newline at end of file +5.3.21+rev6 \ No newline at end of file