v5.3.21+rev5
This commit is contained in:
parent
601c68ae56
commit
7537c373ed
3 changed files with 54 additions and 1 deletions
|
@ -1,3 +1,41 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0
|
||||||
|
hash: aae4d8f5c81e0a358f4be8718fb906b8819e59f5
|
||||||
|
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 <leandro@balena.io>
|
||||||
|
signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||||
|
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+rev5
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-27T22:54:32.111Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d
|
- subject: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d
|
||||||
hash: a371bc887a750438b5288ed266551aec165635c5
|
hash: a371bc887a750438b5288ed266551aec165635c5
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.3.21+rev5
|
||||||
|
## (2024-06-27)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update balena-yocto-scripts to a880342e40fe05d00a0f1cf2582a0699921152e0 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## balena-yocto-scripts-1.24.1
|
||||||
|
> ### (2024-06-27)
|
||||||
|
>
|
||||||
|
> * Simplify check for secure boot [Leandro Motta Barros]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.3.21+rev4
|
# v5.3.21+rev4
|
||||||
## (2024-06-27)
|
## (2024-06-27)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.3.21+rev4
|
5.3.21+rev5
|
Loading…
Add table
Reference in a new issue