Releases: andykenward/github-actions-cloudflare-pages
v2.4.1
Patch Changes
cfb3898
Thanks @andykenward! - chore(deps): bump"@actions/core"
from1.10.1
to1.11.1
v2.4.0
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
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
Patch Changes
-
e70e809
Thanks @andykenward! - chore(deps): bump @octokit/plugin-paginate-rest from 11.3.0 to 11.3.3 -
c8017ea
Thanks @andykenward! - chore(deps): bump wrangler from 3.72.2 to 3.73.0 -
926faf7
Thanks @andykenward! - chore(deps): bump wrangler from 3.62.0 to 3.72.2
v2.3.1
Patch Changes
-
#384
47db26a
Thanks @andykenward! - ESLint upgrade to 9 -
4eb722c
Thanks @andykenward! - chore(deps-dev): bump @octokit/graphql-schema from 15.15.0 to 15.18.0 -
#386
4f3fa1c
Thanks @dependabot! - chore(deps): bump wrangler from 3.61.0 to 3.62.0 -
#379
3e64f3e
Thanks @dependabot! - chore(deps): bump wrangler from 3.53.1 to 3.61.0 -
#383
4a04751
Thanks @andykenward! - test: remove need for checking process.env in test environment. -
21b577d
Thanks @andykenward! - chore(deps-dev): bump @octokit/graphql-schema from 15.22.0 to 15.23.0 -
#380
9bd64a6
Thanks @dependabot! - chore(deps-dev): bump @octokit/graphql-schema from 15.18.0 to 15.22.0
v2.3.0
Minor Changes
- #352
1c3239a
Thanks @andykenward! - feat: delete workflow keep-latest number of deployments.
Patch Changes
- #351
4d75383
Thanks @dependabot! - feat(deps): bump wrangler from 3.53.0 to 3.53.1
v2.2.0
Minor Changes
- #341
d7aa1cd
Thanks @andykenward! - refactor: replace @unlike/github-actions-core with @actions/core . It increases the bundle size from 30.6kb to 600.5kb because of actions/toolkit#1436 & actions/toolkit#1697. But we no longer want to maintain the fork of that repo. Rather they fix these issues.
Patch Changes
-
b5d3187
Thanks @andykenward! - chore(deps): bump @octokit/plugin-paginate-rest from 11.1.1 to 11.2.0 -
#346
44d1334
Thanks @andykenward! - feat(deps): bump @octokit/plugin-paginate-rest from 11.2.0 to 11.3.0 -
#346
5d78212
Thanks @andykenward! - feat(deps): bump wrangler from 3.51.2 to 3.53.0
v2.1.0
Minor Changes
41d9f3c
Thanks @andykenward! - rename unlike-ltd to andykenward. Transfer of repo owner.
v2.0.0
Major Changes
- #291
824753d
Thanks @andykenward! - - BREAKING CHANGES: use the sub-actionunlike-ltd/github-actions-cloudflare-pages/delete
to delete deployments. The main actionunlike-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 ofcloudflare-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.
- BREAKING CHANGES: new payload format saved to the GitHub deployments to allow for the sub-action
Patch Changes
-
c8b06d3
Thanks @andykenward! - chore(deps-dev): bump eslint dep -
fa7dc9d
Thanks @andykenward! - chore(deps-dev): bump @octokit packages -
9ac63c7
Thanks @andykenward! - chore(deps): bump @unlike/github-actions-core from 1.1.1 to 1.1.2 -
cd858e3
Thanks @andykenward! - feat(deps): bump @unlike/github-actions-core from 1.0.0 to 1.1.1 -
#330
174129b
Thanks @dependabot! - chore(deps): bump wrangler from 3.37.0 to 3.51.2 -
1660ebe
Thanks @andykenward! - feat(deps): bump @octokit-next/core from 2.7.1 to 2.8.0 -
09a25c6
Thanks @andykenward! - feat(deps): upgrade @octokit/plugin-paginate-rest from 10.0.0 to 11.0.0 -
#331
a484fbd
Thanks @dependabot! - chore(deps): bump the octokit npm packages
v1.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 inputworking-directory
forwrangler
cli command