Skip to content

Releases: AndreKurait/docker-cache

0.7.0

03 Jun 01:13
0.7.0
7a38879

Choose a tag to compare

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

Fixes

  • Bump @actions/cache from v4.0.3 to v6.0.1 (#1) — required for the new GitHub Cache v2 service.
  • Bump @actions/core from 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 reflects package.json.
  • tsconfig.json now excludes test sources, so yarn build produces a dist/ consistent with package.json without depending on test-side type fixes.

Changelog

See CHANGELOG.md and the full diff against 0.6.0.

0.6.0

16 Apr 21:41
0fe7670

Choose a tag to compare

⚠️ Deprecated — please upgrade to 0.7.0 or later

This release bundles @actions/cache@4.0.3. Newer releases of this action upgrade to @actions/cache@6.0.1 and the GitHub Actions node24 runtime. Replace uses: AndreKurait/docker-cache@0.6.0 with uses: AndreKurait/docker-cache@0.7.0 in your workflows.


What's Changed

New Contributors

Full Changelog: https://github.com/AndreKurait/docker-cache/commits/0.6.0