Releases: AndreKurait/docker-cache
Releases · AndreKurait/docker-cache
0.7.0
First release from the AndreKurait/docker-cache fork.
To upgrade, change uses: ScribeMD/docker-cache@0.6.0 to uses: AndreKurait/docker-cache@0.7.0 in your workflows. Dependabot and Renovate will pick this up as the latest version automatically.
Highlights
Runtime
- Upgrade GitHub Actions runtime from
node20tonode24(ScribeMD#49, ScribeMD#51). - Add support for
ubuntu-24.04(ScribeMD#33, ScribeMD#8) andwindows-2025runners (ScribeMD#11).
Fixes
- Bump
@actions/cachefrom v4.0.3 to v6.0.1 (#1) — required for the new GitHub Cache v2 service. - Bump
@actions/corefrom v1.11.1 to v3.0.1 (#2). - Handle Docker startup races on Windows runners (ScribeMD#30).
- Harden image verification and cache cleanup; remove platform-dependent dangling-image assertion (ScribeMD#10, ScribeMD#12).
Build
dist/was previously not rebuilt after the runtime-dep bumps. This release rebuilds the action bundle so it actually reflectspackage.json.tsconfig.jsonnow excludes test sources, soyarn buildproduces adist/consistent withpackage.jsonwithout depending on test-side type fixes.
Changelog
See CHANGELOG.md and the full diff against 0.6.0.
0.6.0
⚠️ Deprecated — please upgrade to0.7.0or laterThis release bundles
@actions/cache@4.0.3. Newer releases of this action upgrade to@actions/cache@6.0.1and the GitHub Actionsnode24runtime. Replaceuses: AndreKurait/docker-cache@0.6.0withuses: AndreKurait/docker-cache@0.7.0in your workflows.
What's Changed
- Update to 0.6.0 with cache v2 compatibility by @AndreKurait in #1
New Contributors
- @AndreKurait made their first contribution in #1
Full Changelog: https://github.com/AndreKurait/docker-cache/commits/0.6.0