Skip to content

Update cloudflare/wrangler-action action to v3.14.1 #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Type Update Change
cloudflare/wrangler-action action minor v3.4.1 -> v3.14.1

Release Notes

cloudflare/wrangler-action (cloudflare/wrangler-action)

v3.14.1

Compare Source

Patch Changes

v3.14.0

Compare Source

Minor Changes
Patch Changes

v3.13.1

Compare Source

Patch Changes

v3.13.0

Compare Source

Minor Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
  • #​312 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

v3.10.0

Compare Source

Minor Changes

v3.9.0

Compare Source

Minor Changes
Patch Changes

v3.8.0

Compare Source

Minor Changes

v3.7.0

Compare Source

Minor Changes

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes

v3.5.0

Compare Source

Minor Changes
  • #​255 31a6263ef3ec73ff2d03cb4c0260379f96f7598c Thanks @​matthewdavidrodgers! - Stop racing secret uploads

    For 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 29ebd23 to 58bef05 Compare May 23, 2024 15:40
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.5.0 Update cloudflare/wrangler-action action to v3.6.0 May 23, 2024
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.6.0 Update cloudflare/wrangler-action action to v3.6.1 May 24, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 58bef05 to 6ca0d84 Compare May 24, 2024 16:57
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 6ca0d84 to 059685d Compare July 2, 2024 16:47
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.6.1 Update cloudflare/wrangler-action action to v3.7.0 Jul 2, 2024
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.7.0 Update cloudflare/wrangler-action action to v3.8.0 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 059685d to 55c01ff Compare October 2, 2024 15:17
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.8.0 Update cloudflare/wrangler-action action to v3.9.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 55c01ff to 55c9202 Compare October 8, 2024 18:03
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.9.0 Update cloudflare/wrangler-action action to v3.10.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 55c9202 to 507095c Compare October 23, 2024 21:23
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.10.0 Update cloudflare/wrangler-action action to v3.11.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 507095c to b257275 Compare October 24, 2024 17:22
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.11.0 Update cloudflare/wrangler-action action to v3.12.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from b257275 to 2555863 Compare November 4, 2024 16:46
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.12.0 Update cloudflare/wrangler-action action to v3.12.1 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 2555863 to 7608941 Compare November 6, 2024 15:29
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.12.1 Update cloudflare/wrangler-action action to v3.13.0 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 7608941 to 32d2641 Compare November 26, 2024 22:14
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.13.0 Update cloudflare/wrangler-action action to v3.13.1 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 32d2641 to 9df4d6a Compare January 17, 2025 16:23
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.13.1 Update cloudflare/wrangler-action action to v3.14.0 Feb 10, 2025
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 9df4d6a to 384e58a Compare February 10, 2025 21:27
@renovate renovate bot changed the title Update cloudflare/wrangler-action action to v3.14.0 Update cloudflare/wrangler-action action to v3.14.1 Mar 15, 2025
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 384e58a to c8ad26b Compare March 15, 2025 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants