From 80f432cf6e49a7b1a2e0b963b0f1ba708c3a9600 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:55:22 +0000 Subject: [PATCH] v6.1.17+rev4 --- .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 35e0af2a..39f4048f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,83 @@ +- commits: + - subject: Update balena-yocto-scripts to 242572671a2a8a98fd3cf75776c5ef49e3ceea1a + hash: 02f5a12787cc3fc5425a98b57eff0f06a3c9b1eb + 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.17+rev4 + title: "" + date: 2024-12-13T15:55:16.877Z - commits: - subject: Update balena-yocto-scripts to 5bd4848e9ced026a208830a98b2c8a43aa0b79df hash: 3b4fa4902a8064a0b9de321a21c0f692b7d9448e diff --git a/CHANGELOG.md b/CHANGELOG.md index 545bd653..5137235a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # v2.105.10 ## (2022-10-13) +# v6.1.17+rev4 +## (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.17+rev3 ## (2024-12-10) diff --git a/VERSION b/VERSION index b563bcd1..b0d7fbd2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.17+rev3 \ No newline at end of file +6.1.17+rev4 \ No newline at end of file