Skip to content

Commit

Permalink
v2.115.17
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Jun 28, 2023
1 parent cbed816 commit da500f4
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
47 changes: 47 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
- commits:
- subject: Update layers/meta-balena to 2df4a2410980aa482ebc6355e329a055917fa09d
hash: edf2e1d7e50905b06522978cb3126976fa24318b
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-28T22:25:16.120Z
- commits:
- subject: Update layers/meta-balena to c2004fe8aea1c95bccb4151079cbfb63c07e864c
hash: f03a85865805e94383abf9c0904a96997aa31bb0
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.115.16
2.115.17

0 comments on commit da500f4

Please sign in to comment.