Releases: reproducible-containers/buildkit-cache-dance
Releases · reproducible-containers/buildkit-cache-dance
v3.3.0
What's Changed
- fix: update dependencies to the latest + optimize the builds by @aminya in #50
- fix README file to use correct builder instance by @kizzx2 in #51
- Add
cache-dirinput to allow specifying cache content location during auto-discovery by @omus in #52
New Contributors
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Allow overriding container image by @relu in #44
- Added support for running with different builder by @ty2 in #45
- Determine default cache map from Dockerfile by @bennesp in #49
New Contributors
- @relu made their first contribution in #44
- @ty2 made their first contribution in #45
- @bennesp made their first contribution in #49
Full Changelog: v3.1.2...v3.2.0
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-extractionoption 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