Skip to content

Releases: reproducible-containers/buildkit-cache-dance

v3.1.1

07 May 13:21
v3.1.1
87e6a3b
Compare
Choose a tag to compare

What's Changed

  • Ensure scratch directory exists when calling extractCache by @Chagui- in #29
  • Do not extract cache on job failure by @borchero in #32

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

08 Apr 03:01
v3.1.0
5de31fc
Compare
Choose a tag to compare

What's Changed

  • fix: ignore clean-up errors by @aminya in #27
  • feat: support arbitrary mount options for each cache by @aminya in #28

Full Changelog: v3.0.0...v3.1.0

v3.0.0

31 Mar 07:10
v3.0.0
0fc239d
Compare
Choose a tag to compare

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.

Thanks to @aminya (#25)


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

Full Changelog: v2.1.4...v3.0.0

v2.1.4

22 Jan 16:58
v2.1.4
4b2444f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

24 Oct 15:52
v2.1.3
a7e6c84
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @shyim made their first contribution in #14

Full Changelog: v2.1.2...v2.1.3

v2.1.2

13 Sep 20:38
v2.1.2
47a61eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

13 Sep 20:23
v2.1.1
a4bf073
Compare
Choose a tag to compare
v2.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

13 Sep 19:56
v2.1.0
29365ca
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

13 Sep 17:24
v2.0.0
0db49bb
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Unified inject and extract into a single action: 0db49bb

Warning
This release had a bug: [v2] "post" steps are executed in a random order #1 .
The bug was fixed in v2.1.0.

v1.0.1

13 Sep 20:30
v1.0.1
4ba9e52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1