Releases: reproducible-containers/buildkit-cache-dance
Releases · reproducible-containers/buildkit-cache-dance
v3.1.2
v3.1.1
v3.1.0
v3.0.0
Rewrote the action in TypeScript and adds support for cache-map
that gets a string of files that need to be injected as a JSON string. This makes it possible to inject multiple directories in one call and simplifies the usage.
This release also makes it possible to run the script outside GitHub Actions in other CI platforms or locally using command line arguments.
What's Changed
- add
skip-extraction
option to example on README by @henryjw in #20 - feat: reimplement read-action-input in bash instead of node by @NgoKimPhu in #22
- feat!: rewrite in TypeScript with CacheMap support by @aminya in #25
New Contributors
- @NgoKimPhu made their first contribution in #22
- @aminya made their first contribution in #25
Full Changelog: v2.1.4...v3.0.0
v2.1.4
v2.1.3
What's Changed
- README.md: update by @AkihiroSuda in #8
- increase node version of action by @shyim in #14
- v2.1.3 by @AkihiroSuda in #15
New Contributors
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
What's Changed
- Recommend v1 by @AkihiroSuda in #2
- Avoid composite action by @AkihiroSuda in #4
Full Changelog: v2.0.0...v2.1.0