Update cloudflare/wrangler-action action to v3.13.0 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.4.1
->v3.13.0
Release Notes
cloudflare/wrangler-action (cloudflare/wrangler-action)
v3.13.0
Compare Source
Minor Changes
#325
cada7a6
Thanks @Maximo-Guk! - Add GitHub deployments and job summaries for parity with pages-action#334
9fed19a
Thanks @Maximo-Guk! - Bump default wrangler version to 3.90.0v3.12.1
Compare Source
Patch Changes
59c04629408d58978884fadd18755f1a15f96157
Thanks @Maximo-Guk! - Fixes #317: Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run.v3.12.0
Compare Source
Minor Changes
122ee5cf5b66847e0b6cfa67ecd9e03e38a67a42
Thanks @Maximo-Guk! - This reapplies 303 add parity with pages-action for pages deploy outputs. Thanks @courtney-sims! - Support pages-deployment-id, pages-environment, pages-deployment-alias-url and deployment-url outputs for Pages deploys when wrangler version is >=3.81.0. deployment-alias-url was also deprecated in favour of pages-deployment-alias.v3.11.0
Compare Source
Minor Changes
10d5b9c1c1826adaec0a9ee49fdf5b91113508ef
Thanks @Maximo-Guk! - Revert "Add parity with pages-action for pages deploy outputs"v3.10.0
Compare Source
Minor Changes
3ec7f8943ef83351f743cfaa8763a9056ef70993
Thanks @courtney-sims! - Support id, environment, url, and alias outputs for Pages deploys.v3.9.0
Compare Source
Minor Changes
134b5c2a3252d66b8c4d1cddd0b9baaeed6a4daa
Thanks @Maximo-Guk! - Update wrangler version from 3.13.2 to 3.78.10Patch Changes
47d51f25c113ee9205110728599b43ed6a1e273b
Thanks @acusti! - fix: Detect existing wrangler install even when wrangler version output is multilinev3.8.0
Compare Source
Minor Changes
a1467a0c8f2a058f8d43a4d0c40a55176ed5efe6
Thanks @Ambroos! - Addsdeployment-alias-url
output for Pages deployment aliases (since Wrangler v3.78.0): cloudflare/workers-sdk#6643v3.7.0
Compare Source
Minor Changes
66efca2cbb82a5a49df6af2e14c4b58d53b0e266
Thanks @Maximo-Guk! - This unreverts #235 ensuring wrangler-action will re-use existing wrangler installations, thanks @AdiRishi! and ensures we don't automatically install wrangler when checking if it presentv3.6.1
Compare Source
Patch Changes
2d275a8f2d279dc91912c1ff8023af109ef3280c
Thanks @Maximo-Guk! - Reverts #235 which may have caused the latest version of wrangler to be installed, if no wrangler version was foundv3.6.0
Compare Source
Minor Changes
0545ad285acaff2b92053d636ee17fb303b4c5f5
Thanks @AdiRishi! - wrangler-action will now re-use existing wrangler installations when availablev3.5.0
Compare Source
Minor Changes
#255
31a6263ef3ec73ff2d03cb4c0260379f96f7598c
Thanks @matthewdavidrodgers! - Stop racing secret uploadsFor up to date versions of wrangler, secrets are uploaded via the 'secret:bulk' command, which batches updates in a single API call.
For versions of wrangler without that capability, the action falls back to the single 'secret put' command for each secret. It races all these with a Promise.all()
Unfortunately, the single secret API cannot handle concurrency - at best, these calls have to wait on one another, holding requests open all the while. Often it times out and errors.
This fixes the legacy secret upload errors by making these calls serially instead of concurrently.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.