Skip to content

Releases: jakejarvis/cloudflare-purge-action

v0.3.0

20 Oct 18:31
eee6dba
Compare
Choose a tag to compare

Added support for Cloudflare's new API Tokens feature, a much, much more secure way to authenticate this action with your Cloudflare account! More information on creating and switching to a token with restricted permissions can be found in the updated README. (#1)

v0.2.0

17 Sep 02:01
7a26e2b
Compare
Choose a tag to compare
  • Fail pipeline and print errors if API doesn't return an OK status
  • Only purge specific URLs if PURGE_URLS is set

More info in README!

v0.1.3

15 Sep 23:07
58db9e5
Compare
Choose a tag to compare

v0.1.1

13 Sep 18:10
3de53b1
Compare
Choose a tag to compare

The first release of the Purge Cloudflare Cache action allows the ability to purge a zone's entire cache via the Cloudflare API.

Coming in next release: purging individual files by URL or tag.

Also fixes missing curl in v0.1.0. Oops!