Skip to content

Releases: chetan/invalidate-cloudfront-action

v2.4: Better AWS cred support

21 Jun 16:33
Compare
Choose a tag to compare

Fixes

  • Simplified support for AWS credentials. No longer creates a separate AWS CLI profile as it is not needed for proper operation.

v2: Support for macos & windows runners

01 Oct 20:37
Compare
Choose a tag to compare

This release only changes the invocation method from docker/container to composite action which means it can now be run on macos or windows environments. The invalidation code itself is mostly unchanged with only a minor path-handling change to work on Windows.

v2.3: Support for OIDC Creds

28 Jan 03:26
74a68bb
Compare
Choose a tag to compare

Fixes

  • support for AWS credentials via OIDC (#12)

v2.2: Fix action on Ubuntu 18.04

10 Dec 02:53
Compare
Choose a tag to compare

Fixes

  • added support for Ubuntu 18.04 which has older versions of jq and awscli

v2.1: Fixed PATHS_FROM handling

04 Dec 15:41
Compare
Choose a tag to compare

Fixes

  • corrected handling of file input via PATHS_FROM (properly paths, one per
    line)

v1.3: Added PATHS_FROM option

31 May 14:58
Compare
Choose a tag to compare

Additions

  • added PATHS_FROM option for reading invalidation paths from the given file

v1.2: Fix invalidation of multiple paths (really this time)

14 Jan 20:48
Compare
Choose a tag to compare

Fix invalidation of multiple paths

13 Jan 17:18
Compare
Choose a tag to compare

Fixes:

  • invalidation of multiple space-separated paths

Additions:

  • added DEBUG="1" flag for extra troubleshooting.

v1.0: First release

20 Sep 20:14
Compare
Choose a tag to compare

First cut! Works as advertised.