From 4aa05cda84dbff479b1721e0fe8df1ce7cb57c07 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:31:15 +0000 Subject: [PATCH] v5.1.54+rev1 --- .versionbot/CHANGELOG.yml | 46 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 20 +++++++++++++++++ VERSION | 2 +- 3 files changed, 67 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c78e230..0f7c836 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,49 @@ +- commits: + - subject: Update balena-yocto-scripts to 775e16968edc4c3803834bc524687ae4316ab6e4 + hash: 31e4866708a1961d9d8580d225dd6a82b76010c8 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 775e16968edc4c3803834bc524687ae4316ab6e4 + changelog-entry: Update balena-yocto-scripts to 775e16968edc4c3803834bc524687ae4316ab6e4 + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Merge AMI publishing dependencies into yocto-build-env + hash: c208a885e849b1b49231de31268a482344220d38 + body: | + This allows us to build and publish fewer helper images. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.21.5 + title: "" + date: 2024-03-14T19:05:22.682Z + - commits: + - subject: "balena-build: avoid using device-type as a prefix in yocto sstate" + hash: f4a9566941083770151ebe3edd78e9866b4856fb + body: > + Yocto already splits the build sstate by target arch, native + arch, toolchains, and machine where applicable. + + + Keeping the caches separated by device type prevents sharing of + common cache steps between identical toolchains and + architectures. + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.21.4 + title: "" + date: 2024-03-13T18:16:12.920Z + version: 5.1.54+rev1 + title: "" + date: 2024-03-15T00:31:08.732Z - commits: - subject: Update layers/meta-balena to 2cef02167e0e780d1e96da0f801f1f4d5e27e79f hash: f2ff494d98f64edb980436453af7229dd90ddca6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 52fab95..99a3c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v5.1.54+rev1 +## (2024-03-15) + + +
+ Update balena-yocto-scripts to 775e16968edc4c3803834bc524687ae4316ab6e4 [Self-hosted Renovate Bot] + +> ## balena-yocto-scripts-1.21.5 +> ### (2024-03-14) +> +> * Merge AMI publishing dependencies into yocto-build-env [Kyle Harding] +> +> ## balena-yocto-scripts-1.21.4 +> ### (2024-03-13) +> +> * balena-build: avoid using device-type as a prefix in yocto sstate [Kyle Harding] +> + +
+ # v5.1.54 ## (2024-03-14) diff --git a/VERSION b/VERSION index ba7bd4c..ef97dbd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.54 \ No newline at end of file +5.1.54+rev1 \ No newline at end of file