From 94f209a239c03333137fff8f5af69018dc30a659 Mon Sep 17 00:00:00 2001 From: Balena CI Date: Sat, 22 Apr 2023 00:26:23 +0000 Subject: [PATCH] v2.114.7+rev1 --- .versionbot/CHANGELOG.yml | 40 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 74541c9..f38dade 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,43 @@ +- commits: + - subject: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769 + hash: 35f3ece881adf639d5f630df381b113f514eaf2d + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769 + changelog-entry: Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769 + author: Renovate Bot + nested: + - commits: + - subject: "barys: fix removal of equals sign from argval" + hash: 8855ad4d31b45187e4007763b6bb084e08974807 + body: > + When parsing additional variables to be passed to the bitbake build, + + keys and values are split using equals as a delimiter. However, the + + splitting process does not split only on the first occurrence, which + + results in removing equals signs from the value as well. This is + + problematic with base64 encoded strings, which are padded with equals + + signs. + + + Split only on the first occurrence, leaving the value intact. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Joseph Kogut + signed-off-by: Joseph Kogut + author: Joseph Kogut + nested: [] + version: balena-yocto-scripts-1.19.27 + title: "" + date: 2023-04-21T22:08:39.297Z + version: 2.114.7+rev1 + title: "" + date: 2023-04-22T00:26:20.260Z - commits: - subject: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e hash: ef7372f075cbab2d24955279a2ae3c162da0e511 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f52f2a..bfd6b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v2.114.7+rev1 +## (2023-04-22) + + +
+ Update balena-yocto-scripts to 34c8434ffcaeeeb14853082bbf2b4ecc5e0ec769 [Renovate Bot] + +> ## balena-yocto-scripts-1.19.27 +> ### (2023-04-21) +> +> * barys: fix removal of equals sign from argval [Joseph Kogut] +> + +
+ # v2.114.7 ## (2023-04-20) diff --git a/VERSION b/VERSION index 75bf42d..cb7f630 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.114.7 \ No newline at end of file +2.114.7+rev1 \ No newline at end of file