Skip to content

Releases: andykenward/github-actions-cloudflare-pages

v2.4.1

12 Oct 10:42
5428201
Compare
Choose a tag to compare

Patch Changes

v2.4.0

21 Sep 14:57
889f6ad
Compare
Choose a tag to compare

Minor Changes

  • #424 18cd3d0 Thanks @andykenward! - support workflow_dispatch event. If the branch used for the action has an open pull request a comment be added.

v2.3.3

15 Sep 16:00
25b53b9
Compare
Choose a tag to compare

Patch Changes

  • #418 2be9de7 Thanks @dependabot! - chore(deps): bump wrangler from 3.73.0 to 3.78.2

  • 7c27466 Thanks @andykenward! - feat: input of wrangler-version to override default version of wrangler used to deploy to cloudflare

v2.3.2

31 Aug 18:21
8b21611
Compare
Choose a tag to compare

Patch Changes

v2.3.1

30 Jun 12:51
f69d7c2
Compare
Choose a tag to compare

Patch Changes

v2.3.0

06 May 20:58
729e3e5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v2.2.0

02 May 17:59
cdfff71
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v2.1.0

20 Apr 20:02
9a6c5d4
Compare
Choose a tag to compare

Minor Changes

v2.0.0

19 Apr 13:02
c213120
Compare
Choose a tag to compare

Major Changes

  • #291 824753d Thanks @andykenward! - - BREAKING CHANGES: use the sub-action unlike-ltd/github-actions-cloudflare-pages/delete to delete deployments. The main action unlike-ltd/github-actions-cloudflare-pages no longer deletes any deployments.
    • BREAKING CHANGES: new payload format saved to the GitHub deployments to allow for the sub-action unlike-ltd/github-actions-cloudflare-pages/delete to work. To support the older payload the action inputs of cloudflare-account-id & cloudflare_project_name are required. If an older payload is found and the action inputs are missing, it will silently error and continue; but output in the job summary the deployment.

Patch Changes

v1.3.2

23 Mar 22:18
fb5958d
Compare
Choose a tag to compare

Patch Changes

  • #277 6a049b5 Thanks @dependabot! - chore(deps-dev): bump @octokit/graphql-schema from 15.2.0 to 15.3.0
    chore(deps-dev): bump @octokit/webhooks-schemas from 7.3.2 to 7.4.0
    chore(deps-dev): bump @octokit/webhooks-types from 7.3.2 to 7.4.0

  • #281 3cb82ad Thanks @dependabot! - chore(deps): bump wrangler from 3.32.0 to 3.37.0

  • #282 47de0c7 Thanks @andykenward! - feat: support input working-directory for wrangler cli command