Skip to content

Releases: falcondev-oss/github-actions-cache-server

v8.0.0

08 Apr 16:13
Compare
Choose a tag to compare

   ✨ Enhancements

  • allow the AWS SDK to get auth from the environment  -  by @Makeshift and Julian Meinking in #88 (41ed9)

   🔧 Chore

    View changes on GitHub

v7.0.1

19 Mar 02:56
Compare
Choose a tag to compare

   🐛 Fixes

   🔧 Chore

   📖 Documentation

   🤖 CI

    View changes on GitHub

v7.0.0

09 Mar 18:01
Compare
Choose a tag to compare

Dropped proxy feature, back to binary patching

If you previously used the proxy approach to get the runner to use the cache server, please checkout the docs for updated setup instructions. We dropped the proxy feature because it had many unforeseen issues and was not feasible to use in large setups.

Commits

   ✨ Enhancements

   🔧 Chore

   📦 Build

   📖 Documentation

    View changes on GitHub

v6.0.1

03 Mar 07:48
Compare
Choose a tag to compare

   🐛 Fixes

   🔧 Chore

    View changes on GitHub

v6.0.0

01 Mar 19:02
Compare
Choose a tag to compare

🚀 No more binary patching!

In this release we removed the need to patch the runner binary. Instead, the cache server now acts as a proxy and handles all cache related requests automatically. All other requests are passed through to the original server.

How to upgrade

Check out the updated Setup instructions

Commits

   🚨 Breaking Changes

   🔧 Chore

    View changes on GitHub

v5.0.0

15 Feb 09:43
Compare
Choose a tag to compare

🚀 Cache API V2 Support

This release adds support for GitHub's new cache api while maintaining compatibility with v1. This means that you can use this cache server with both the old and new cache actions.

ACTIONS_CACHE_URLACTIONS_RESULTS_URL

The new cache action changed the environment variable name from ACTIONS_CACHE_URL to ACTIONS_RESULTS_URL. See docs for updated binary patching instructions.

You can keep the old binary patches if you're still using older versions of the cache action.

Dropped URL_ACCESS_TOKEN auth

The new cache action strips the path from the ACTIONS_RESULTS_URL environment variable, so the URL_ACCESS_TOKEN auth method is no longer supported.

Commits

   🚨 Breaking Changes

   🔧 Chore

    View changes on GitHub

v4.0.3

03 Feb 17:52
Compare
Choose a tag to compare

   ✨ Enhancements

   🔧 Chore

   📦 Build

   🤖 CI

    View changes on GitHub

v4.0.2

14 Jan 07:40
4f3f630
Compare
Choose a tag to compare

   🐛 Fixes

  • fsGroup has to be set on pod securityContext level, not container  -  by @okgolove in #83 (772e7)

   🔧 Chore

   🤖 CI

    View changes on GitHub

v4.0.1

06 Dec 05:33
Compare
Choose a tag to compare

   🐛 Fixes

   🔧 Chore

   📖 Documentation

    View changes on GitHub

v4.0.0

20 Nov 21:04
Compare
Choose a tag to compare

   🚨 Breaking Changes

   ✨ Enhancements

   🐛 Fixes

   🔧 Chore

   📖 Documentation

    View changes on GitHub