Skip to content

Releases: bitrise-steplib/steps-cache-push

2.2.4

28 May 06:56
51479b0
Compare
Choose a tag to compare

Step description update.

2.2.3

26 Nov 14:41
Compare
Choose a tag to compare

Caches created on a different stack will be invalidated to preserve correctness. Updated the source of stack ID used for this purpose.

2.2.2

15 Nov 17:59
Compare
Choose a tag to compare

Improved speed in cases when a cache indicator is specified.

2.2.1

10 Oct 13:21
Compare
Choose a tag to compare

Fixed an issue when the step failed with the error message: Failed to populate archive: ... too many open files in system which happens when many files are present in the cache directories. (#32)
Thanks for the contribution @akihikodaki!

Resolved an issue with caching the node_modules directory using yarn workspaces. The step printed the error message: Failed to create current cache descriptor: read ... : is a directory (#33)

2.2.0

16 May 13:54
Compare
Choose a tag to compare

The archive includes a new file (archive_info.json), storing the stack ID if running on Bitrise CI. This is part of the effort to ignore the cache in case the stack has changed.

2.1.1

26 Mar 09:15
271dc5b
Compare
Choose a tag to compare

The issue fixed when the logic did not skipped file reading for non generic files types.

2.1.0

20 Mar 10:14
7f7710f
Compare
Choose a tag to compare

Fix for the issue which led to constantly growing cache archive files.
The ignore and skip exclude patterns were interleaved incorrectly in case of include path with file change indicator, that's why the step added files to the cache archive which should not be added.

Major step revision has done for easier maintenance, new unit and integration tests introduced to ensure the correct behavior.

2.0.5

31 Jan 14:52
Compare
Choose a tag to compare
  • Fix: single file caching

2.0.4

26 Jan 12:31
Compare
Choose a tag to compare
  • cache BITRISE_CACHE_DIR by default

2.0.3

23 Nov 15:24
Compare
Choose a tag to compare
  • expand tilde in paths