From 27837946fe81511a6c560281afa7db3660b40f30 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:13:51 +0000 Subject: [PATCH] v6.1.26+rev1 --- .versionbot/CHANGELOG.yml | 80 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 19 ++++++++++ VERSION | 2 +- 3 files changed, 100 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index fa7a861..74a6b41 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,83 @@ +- commits: + - subject: Update balena-yocto-scripts to 242572671a2a8a98fd3cf75776c5ef49e3ceea1a + hash: 04f1bc3893d125f4dc0259695221b813a3ab9d34 + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to 242572671a2a8a98fd3cf75776c5ef49e3ceea1a + changelog-entry: Update balena-yocto-scripts to 242572671a2a8a98fd3cf75776c5ef49e3ceea1a + author: balena-renovate[bot] + nested: + - commits: + - subject: Use S3 sstate cache on self-hosted runners + hash: 3cd0f501bd49dd0979a3cc5202781aef638d2da1 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Sync shared downloads to S3 to use as a sources mirror + hash: edfa5f6d89b9ced619b54d060af1ce7ae4290b62 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Sync the shared sstate to github actions cache + hash: d4e300f5a562b7a033673041d2f3192fedee6e3d + body: | + This allows the per-device sstate to be ephemeral + and best effort, with automatic size and expiry limits + enforced by GitHub and scoped to the repository and branch. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Use legacy yocto NFS cache as a source mirror + hash: d98d44c587bc6d6e8dc7b7c661e56a0719e56f14 + body: | + This change makes the legacy NFS cache mount + optional, and will not fail the build if unset + or unreachable. + + Instead, if the NFS is available it will be used + as a read-only mirror for shared downloads, + but will not be updated with new files. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Enable mirror tarballs bitbake feature + hash: 2cfb433fd6511cd3b182187a21507c81e1c73ae6 + body: > + Causes tarballs of the source control repositories (e.g. Git + repositories), + + including metadata, to be placed in the DL_DIR directory + 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.29.0 + title: "" + date: 2024-12-13T11:01:47.680Z + version: 6.1.26+rev1 + title: "" + date: 2024-12-13T15:13:46.043Z - commits: - subject: Update layers/meta-balena to 5523e50b280d0182421b7d39392a61c253f00b79 hash: 763d5a869262640889a6be94cda5698ace25cc66 diff --git a/CHANGELOG.md b/CHANGELOG.md index aca12a3..a22650a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # v2.105.10 ## (2022-10-13) +# v6.1.26+rev1 +## (2024-12-13) + + +
+ Update balena-yocto-scripts to 242572671a2a8a98fd3cf75776c5ef49e3ceea1a [balena-renovate[bot]] + +> ## balena-yocto-scripts-1.29.0 +> ### (2024-12-13) +> +> * Use S3 sstate cache on self-hosted runners [Kyle Harding] +> * Sync shared downloads to S3 to use as a sources mirror [Kyle Harding] +> * Sync the shared sstate to github actions cache [Kyle Harding] +> * Use legacy yocto NFS cache as a source mirror [Kyle Harding] +> * Enable mirror tarballs bitbake feature [Kyle Harding] +> + +
+ # v6.1.26 ## (2024-12-12) diff --git a/VERSION b/VERSION index ea442f7..fbebfd7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.26 \ No newline at end of file +6.1.26+rev1 \ No newline at end of file