Releases: balena-os/balena-yocto-scripts
v1.25.31
Update actions/upload-artifact action to v4.4.0
Notable changes
- Exclude hidden files by default by @joshmgross in https://github.com/actions/upload-artifact/pull/598
actions/upload-artifact (actions/upload-artifact)
v4.4.0
Notice: Breaking Changes ⚠️
We will no longer include hidden files and folders by default in the upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files
, to continue to do so.
See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
- Exclude hidden files by default by @joshmgross in https://github.com/actions/upload-artifact/pull/598
Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0
List of commits
50fe40f (Update actions/upload-artifact action to v4.4.0, 2024-09-01)
v1.25.30
v1.25.29
v1.25.28
v1.25.27
v1.25.26
v1.25.25
v1.25.24
08e6722 (ensure "force-finalize" guarantees a finalized release, 2024-08-14)
044e212 (update example workflow to use "deploy-environment" input, 2024-08-12)
2ea4e3b (remove "deploy-esr" input, 2024-08-12)
dee1de4 (remove "deploy-s3" input, 2024-08-09)
d1de372 (remove "deploy-hostapp" and add "force-finalize" and "finalize-on-push-if-tests-passed", 2024-08-09)
14e6a1e (rename "envinroment" input to "deploy-environment" for clarity, 2024-08-09)
8f5bd51 (remove os-dev input, 2024-08-09)
v1.25.23
7a6567a (Add big picture diagram, 2024-08-15)
debed3b (Reflect that deploys to s3 always happen along with hostapp deploys, 2024-08-09)
ca3362b (Add default inputs to flowchart, 2024-08-01)
24dba5c (Show unexpected input logic so we can still write safe code, 2024-08-01)
af6f93c (Add mermaid flowchart to yocto workflow README, 2024-08-01)