Skip to content

Commit

Permalink
v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 13, 2024
1 parent 53afeaa commit 2425726
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 1 deletion.
68 changes: 68 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,71 @@
- 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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 1.29.0
title: ""
date: 2024-12-13T11:01:47.680Z
- commits:
- subject: Update balena-os/leviathan action to v2.31.69
hash: da7a483a6987556af6e663e61477917f5c486fa2
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.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]

# v1.28.1
## (2024-12-10)

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

0 comments on commit 2425726

Please sign in to comment.