Skip to content

Releases: julia-actions/cache

v2.0.5 - Fix saving on Windows

23 Sep 17:34
8242439
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

31 Aug 13:50
8608484
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3: Fix cached registry updates

30 Aug 13:49
e662c42
Compare
Choose a tag to compare

What's Changed

  • Fix registry updates. Expand paths which use tilde by @omus in #141

Full Changelog: v2.0.2...v2.0.3

v2.0.2: Update registries if cached

12 Aug 14:08
e7913c2
Compare
Choose a tag to compare

What's Changed

Maintenance

Full Changelog: v2.0.1...v2.0.2

v2.0.1

27 Jun 14:54
580d2b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 May 00:09
d48542b
Compare
Choose a tag to compare

Breaking Changes ⚠️

v2.0.0 requires node20. This is a breaking change, because node20 does not support the following operating systems:

  • Red Hat Enterprise Linux 7
  • CentOS 7
  • Oracle Linux 7
  • Debian 9
  • Ubuntu 16.04
  • Linux Mint 18
  • openSUSE 15
  • SUSE Enterprise Linux (SLES) 12 SP2
  • Windows 7 64-bit
  • Windows 8.1 64-bit

Therefore, if you are using self-hosted runners on one of the above operating systems, you won't be able to run v2 of this action.

In contrast, v1 of this action uses node16.

What's Changed

New Contributors

Full Changelog: v1.5.2...v2.0.0

v1.5.2: Cache tidy fixes. Existing registry fix.

16 Jan 15:53
dc1a3cd
Compare
Choose a tag to compare

What's Changed

  • Delete cache entries only on the workflow branch by @omus in #97
  • Test cache action against Julia 1.0 and nightly by @omus in #101
  • Avoid corrupting existing cloned Julia registries by @omus in #102
  • Pass cache-name between save/restore jobs by @omus in #103
  • make depot if not restored by @IanButterworth in #91

Full Changelog: v1.5.1...v1.5.2

v1.5.1: URL encode any invalid key character

10 Jan 16:59
fca1a91
Compare
Choose a tag to compare

What's Changed

  • URL encode any invalid key characters by @omus in #93

Full Changelog: v1.5.0...v1.5.1

v1.5.0: Cache registries by default. Option to specify depot. Fixes

05 Jan 01:35
207a5a0
Compare
Choose a tag to compare

What's Changed

  • enable registries by default by @IanButterworth in #62
  • Add option for user specified Julia depot by @omus in #83
  • Unique cache-key for job matrix objects by @omus in #88
  • Documentation consistency fixes by @omus in #84

New Contributors

  • @omus made their first contribution in #84

Full Changelog: v1.4...v1.5.0

v1.4.1: Fix action path on container runners

28 Nov 16:13
ff08d7d
Compare
Choose a tag to compare

Fixes the path to the handle_caches.jl script when this action is run on self-hosted container-based runners.

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1