Skip to content

Releases: nix-community/cache-nix-action

v5.2.1

09 Jun 13:05
8351fb9
Compare
Choose a tag to compare

What's Changed

  • Fix restore despite primary-key hit by @deemp in #45

Full Changelog: v5...v5.2.1

v5

10 Mar 20:48
8351fb9
Compare
Choose a tag to compare

Changes compared to v4

  • Support two backends for the cache package (#40):
    • Add the backend input (there's an issue though)
    • Add BuildJet/toolkit fork (link).
    • Add actions/toolkit fork (link).
  • Patch cache packages to support tar arguments.
    • Also suggest this patch to actions/toolkit (link).
  • Fix cache merging
    • Remove the option --skip-old-files from the tar command in the restore phase to overwrite files that should be overwritten with files from a cache (see the comment).
    • Don't try to restore existing /nix/store files.
    • Fix merging stores #31.
  • Add the save-always input introduced in the actions/cache v4.0.0.
    • Currently, it doesn't work #36.
  • Sync with actions/cache v4.0.2

Note

The release date isn't important. This release was updated via:

git tag -f v5
git push -f --tags

v5.2.0

04 May 09:30
Compare
Choose a tag to compare
  • Support two backends for the cache package (#40):
    • Add the backend input (there's an issue though)
    • Add BuildJet/toolkit fork (link).
    • Add actions/toolkit fork (link).
  • Fix setting outputs (1543078).

v5.1.3

03 Apr 06:04
Compare
Choose a tag to compare

Fix #35 by merging changes from actions/cache.

v5.1.2

01 Apr 16:27
Compare
Choose a tag to compare

Fix missing .sql script - partially fixes #34

v5.1.1

31 Mar 06:51
Compare
Choose a tag to compare
  • Fix merging stores (#31)

v5.1.0

10 Mar 20:47
Compare
Choose a tag to compare
  • Use a custom @cache-nix-action/cache package that supports tar args.
    • The actions-toolkit directory was moved to the actions-toolkit branch.
  • remove the option --skip-old-files from the tar command in the restore phase to overwrite files that should be overwritten with files from a cache (see the comment).
  • don't try to restore the existing /nix/store files.
  • add the save-always input introduced in the @actions/cache v4.

v5.0.1

21 Dec 01:04
Compare
Choose a tag to compare

Update action configuration

v5.0.0

21 Dec 00:49
20eedd2
Compare
Choose a tag to compare

Update action configuration

v4.0.3

20 Nov 19:28
Compare
Choose a tag to compare