Skip to content

Latest commit

 

History

History
203 lines (112 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

203 lines (112 loc) · 16.3 KB

github-actions-cloudflare-pages

2.3.0

Minor Changes

Patch Changes

2.2.0

Minor Changes

Patch Changes

2.1.0

Minor Changes

2.0.0

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

1.3.2

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

1.3.1

Patch Changes

1.3.0

Minor Changes

Patch Changes

1.2.0

Minor Changes

  • #223 e4ea179 Thanks @andykenward! - Now polls the Cloudflare Pages API deployments endpoint every 1 second for the current status of the matching commit hash, if the status is not "idle" it will stop polling and continue the action. This fixes the issue #222 , where the PR comment would have the wrong preview URL.

    CLOSES #222

1.1.3

Patch Changes

  • #216 88b82bc Thanks @dependabot! - Updates @octokit/graphql-schema from 14.46.0 to 14.55.1 Updates @octokit/webhooks-schemas from 7.3.1 to 7.3.2 Updates @octokit/webhooks-types from 7.3.1 to 7.3.2

  • #188 b6d3336 Thanks @dependabot! - bump the cloudflare from 3.22.1 to 3.22.4

  • #218 3e0e7d7 Thanks @dependabot! - bump wrangler from 3.22.4 to 3.28.1

1.1.2

Patch Changes

  • ff5af80 Thanks @andykenward! - chore(deps): bump @octokit/plugin-paginate-rest 9.1.2 to 9.1.5 chore(deps): upgrade @unlike/github-actions-core 0.1.2 to 1.0.0 chore(deps-dev): bump @octokit/graphql-schema 14.39.0 to 14.46.0

  • #174 f5b3e48 Thanks @dependabot! - chore(deps): bump wrangler from 3.15.0 to 3.22.1

1.1.1

Patch Changes

1.1.0

Minor Changes

1.0.0

Major Changes

0.2.0

Minor Changes

Patch Changes

0.1.1

Patch Changes

  • e05143d: refactor: use wrangler version from package.json
  • 7db8360: chore(deps): bump @unlike/github-actions-core to 0.1.2
  • fc5ad34: chore(deps-dev): bump @octokit/graphql-schema to 14.24.1
  • 8c166b8: refactor: file & function naming convention. Improved usage of getInput & env mocking
  • 9fc3d98: chore(deps): bump wrangler to 3.4.0
  • c3e5e3e: chore(deps): bump execa to 7.2.0

0.1.0

Minor Changes

  • e1dbbb5: feat: production branch delete old deployments but latest 5

Patch Changes

  • 232de83: fix: get github deployments using branch instead of ref
  • 77913d1: chore(deps-dev): bump @octokit-next/core to 2.7.1
  • 1eea162: custom GitHub preview schema for types
  • 23e11ac: feat: catch cloudflare manual deployment deletions so we delete github deployments

0.0.1

Patch Changes

  • 6984818: Add comment to pull request detailing the cloudflare pages deployment
  • 50b305a: use node 18 along with built-in fetch
  • 2e4d4d0: Use GitHub Environments & Deployments to sync with Cloudflare pages deployments
  • 9e802bb: feat: add payload to github deployment that contains infomation to delete
  • 52f8385: refactor: github action input keys
  • 4d8f9b8: docs