Releases: balena-os/leviathan
v2.36.70
v2.36.69
Update balena-os/leviathan-worker to v2.10.17
Notable changes
- Update actions/checkout digest to
93cb6ef[balena-renovate[bot]]
balena-os/leviathan-worker (balena-os/leviathan-worker)
v2.10.17
(2025-12-01)
- Update actions/checkout digest to
93cb6ef[balena-renovate[bot]]
List of commits
9e307a2 (Update balena-os/leviathan-worker to v2.10.17, 2025-12-01)
v2.36.68
Update balena-os/leviathan-worker to v2.10.16
Notable changes
- Update Lock file maintenance [balena-renovate[bot]]
balena-os/leviathan-worker (balena-os/leviathan-worker)
v2.10.16
(2025-12-01)
- Update Lock file maintenance [balena-renovate[bot]]
List of commits
7b49170 (Update balena-os/leviathan-worker to v2.10.16, 2025-12-01)
v2.36.67
Update balena-os/leviathan-worker to v2.10.15
Notable changes
- Update Lock file maintenance [balena-renovate[bot]]
balena-os/leviathan-worker (balena-os/leviathan-worker)
v2.10.15
(2025-12-01)
- Update Lock file maintenance [balena-renovate[bot]]
List of commits
9908f9c (Update balena-os/leviathan-worker to v2.10.15, 2025-12-01)
v2.36.66
v2.36.65
Update actions/checkout action to v6
Notable changes
List of commits
3c78b39 (Update actions/checkout action to v6, 2025-11-22)
v2.36.64
Update balena-io/balena-cli to v22.5.5
Notable changes
-actions/setup-python (actions/setup-python)
-actions/setup-node (actions/setup-node)
- Update README.md by @nebuk89 in #407
- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @GrantBirki in #416
- By name:
name: my-artifact→ extracted topath/(direct) - By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested) - By name:
name: my-artifact→ extracted topath/(unchanged) - By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct) - You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround - uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
- @nebuk89 made their first contribution in #407
- feat: implement new
artifact-idsinput by @GrantBirki in #401 - Fix workflow example for downloading by artifact ID by @joshmgross in #402
- Prep for v4.3.0 release by @robherley in #404
- @GrantBirki made their first contribution in #401
- Add unit tests by @GhadimiR in #392
- Fix bug introduced in 4.2.0 by @GhadimiR in #391
- Update README.md by @lkfortuna in #384
- Bump artifact version, do digest check by @GhadimiR in #383
- @lkfortuna made their first contribution in #384
- @GhadimiR made their first contribution in #383
-actions/download-artifact (actions/download-artifact) - uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
-actions/upload-artifact (actions/upload-artifact)
balena-io/balena-cli (balena-io/balena-cli)
v22.5.5
Update actions/setup-python action to v6
Notable changes
List of commits
c366802 (Update actions/setup-python action to v6, 2025-11-14)
v22.5.4
7899f0a (renovate: Clean node_modules and npm cache before dedupe, 2025-11-14)
v22.5.3
Update actions/setup-node action to v6
Notable changes
List of commits
9d82d2d (Update actions/setup-node action to v6, 2025-11-13)
v22.5.2
Update GitHub Artifact Actions to v5 (major)
Notable changes
- Update README.md by @nebuk89 in #407
- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @GrantBirki in #416
- By name:
name: my-artifact→ extracted topath/(direct) - By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested) - By name:
name: my-artifact→ extracted topath/(unchanged) - By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct) - You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround - uses: actions/download-artifact@v4
- uses: actions/download-artifact@v5
- @nebuk89 made their first contribution in #407
- feat: implement new
artifact-idsinput by @GrantBirki in #401 - Fix workflow example for downloading by artifact ID by @joshmgross in #402
- Prep for v4.3.0 release by @robherley in #404
- @GrantBirki made their first contribution in #401
- Add unit tests by @GhadimiR in #392
- Fix bug introduced in 4.2.0 by @GhadimiR in #391
- Update README.md by @lkfortuna in #384
- Bump artifact version, do digest check by @GhadimiR in #383
- @lkfortuna made their first contribution in #384
- @GhadimiR made their first contribution in #383
-actions/upload-artifact (actions/upload-artifact)
actions/download-artifact (actions/download-artifact)
v5.0.0
What's Changed
- Update README.md by @nebuk89 in #407
- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by @GrantBirki in #416
v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct) - By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)
Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged) - By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)
Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround
⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4
with:
artifact-ids: 12345
path: dist
# Files were in: dist/my-ar...v2.36.63
v2.36.62
Update balena-os/leviathan-worker to v2.10.14
Notable changes
- package-lock: Bump autokit-interface-sw to 1.2.6 [Alexandru Costache]
- Update Lock file maintenance [balena-renovate[bot]]
balena-os/leviathan-worker (balena-os/leviathan-worker)
v2.10.14
(2025-11-06)
- package-lock: Bump autokit-interface-sw to 1.2.6 [Alexandru Costache]
v2.10.13
(2025-11-03)
- Update Lock file maintenance [balena-renovate[bot]]
List of commits
1492ec2 (Update balena-os/leviathan-worker to v2.10.14, 2025-11-06)