v2.115.17

This commit is contained in:
flowzone-app[bot] 2023-06-28 23:25:23 +00:00 committed by GitHub
parent 29bbc0bf23
commit b3234bd714
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 1 deletions

View file

@ -1,3 +1,50 @@
- commits:
- subject: Update layers/meta-balena to 2df4a2410980aa482ebc6355e329a055917fa09d
hash: 51d9fa04278c178e25aa54b55d5a269e9a571180
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 2df4a2410980aa482ebc6355e329a055917fa09d
changelog-entry: Update layers/meta-balena to 2df4a2410980aa482ebc6355e329a055917fa09d
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "balena-keys: add SIGN_KMOD_KEY_APPEND"
hash: 981a4eec5106bc41643dc708bd64470093ad741c
body: >
This variable accepts the base64 encoded public key of a kernel
module
signing keypair and appends it to the list of trusted keys the kernel
will use to validate signed modules. Multiple keys may be appended,
delimited with a semicolon.
A PEM file can be used like so:
SIGN_KMOD_KEY_APPEND="$( sed -e '/-----BEGIN CERTIFICATE-----/d' \
-e 's/-----END CERTIFICATE-----/;/g' \
-e '$d' signing_key.pem \
| tr -d '\n' )"
balena-yocto-scripts/build/balena-build.sh \
-g "-a SIGN_KMOD_KEY_APPEND=${SIGN_KMOD_KEY_APPEND}" \
...
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <joseph@balena.io>
signed-off-by: Joseph Kogut <joseph@balena.io>
author: Joseph Kogut
nested: []
version: meta-balena-2.115.17
title: ""
date: 2023-06-28T20:35:09.852Z
version: 2.115.17
title: ""
date: 2023-06-28T23:25:15.646Z
- commits:
- subject: Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c
hash: bdd440d4e3305d03893af2c6351c622ba9b97825

View file

@ -1,6 +1,21 @@
Change log
-----------
# v2.115.17
## (2023-06-28)
<details>
<summary> Update layers/meta-balena to 2df4a2410980aa482ebc6355e329a055917fa09d [Self-hosted Renovate Bot] </summary>
> ## meta-balena-2.115.17
> ### (2023-06-28)
>
> * balena-keys: add SIGN_KMOD_KEY_APPEND [Joseph Kogut]
>
</details>
# v2.115.16
## (2023-06-28)

View file

@ -1 +1 @@
2.115.16
2.115.17