Releases: jakejarvis/cloudflare-purge-action
Releases · jakejarvis/cloudflare-purge-action
v0.3.0
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
- 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
v0.1.3
v0.1.1
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!