Skip to content
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

chore(deps): update cloudflare/wrangler-action action to v3.12.1 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

This PR contains the following updates:

Package Type Update Change
cloudflare/wrangler-action action minor v3.1.1 -> v3.12.1

Release Notes

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

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.

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes
  • #​213 d13856dfc92816473ebf47f66e263a2668a97896 Thanks @​GrantBirki! - This change introduces three new GitHub Actions output variables. These variables are as follows:

    • command-output - contains the string results of stdout
    • command-stderr - contains the string results of stderr
    • deployment-url - contains the string results of the URL that was deployed (ex: https://<your_pages_site>.pages.dev)

    These output variables are intended to be used by more advanced workflows that require the output results or deployment url from Wrangler commands in subsequent workflow steps.

Patch Changes
  • #​216 9aba9c34daabca23a88191a5fe1b81fa721c1f11 Thanks @​Cherry! - Fixes issues with semver comparison, where version parts were treated lexicographically instead of numerically.

    Bulk secret uploading was introduced in wrangler 3.4.0, and this action tries to check if the version used is greater than 3.4.0, and then if so, using the new bulk secret API which is faster. Due to a bug in the semver comparison, 3.19.0 was being considered less than 3.4.0, and then using an older and slower method for uploading secrets.

    Now the semver comparison is fixed, the faster bulk method is used for uploading secrets when available.

v3.3.2

Compare Source

Patch Changes

v3.3.1

Compare Source

Patch Changes
  • #​193 a4509d5 Thanks @​1000hz! - Fixed the package manager not being inferred based on lockfile when the packageManager input isn't set.

v3.3.0

Compare Source

Minor Changes

v3.2.1

Compare Source

Patch Changes
  • #​190 528687a Thanks @​1000hz! - Fixed action failure when no packageManager specified and no lockfile is found. The action now falls back to using npm.

v3.2.0

Compare Source

Minor Changes

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 is behind base branch, 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 changed the title chore(deps): update cloudflare/wrangler-action action to v3.2.0 chore(deps): update cloudflare/wrangler-action action to v3.2.1 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 5eab43b to cc6852c Compare October 10, 2023 16:18
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.2.1 chore(deps): update cloudflare/wrangler-action action to v3.3.0 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from cc6852c to 66932ef Compare October 10, 2023 21:35
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.3.0 chore(deps): update cloudflare/wrangler-action action to v3.3.1 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 66932ef to e43692d Compare October 11, 2023 16:43
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.3.1 chore(deps): update cloudflare/wrangler-action action to v3.3.2 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from e43692d to d29ef18 Compare October 24, 2023 21:45
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.3.2 chore(deps): update cloudflare/wrangler-action action to v3.4.0 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from d29ef18 to 737f160 Compare December 19, 2023 19:26
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.4.0 chore(deps): update cloudflare/wrangler-action action to v3.4.1 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 737f160 to 34d2d88 Compare January 9, 2024 19:17
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 34d2d88 to 4197ef1 Compare May 1, 2024 10:48
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.4.1 chore(deps): update cloudflare/wrangler-action action to v3.5.0 May 1, 2024
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.5.0 chore(deps): update cloudflare/wrangler-action action to v3.6.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch 2 times, most recently from 2702120 to e32f05a Compare May 24, 2024 15:57
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.6.0 chore(deps): update cloudflare/wrangler-action action to v3.6.1 May 24, 2024
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.6.1 chore(deps): update cloudflare/wrangler-action action to v3.7.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from e32f05a to 3ec5a99 Compare July 2, 2024 16:15
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.7.0 chore(deps): 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 2 times, most recently from c9489eb to e8a7078 Compare October 8, 2024 19:35
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.8.0 chore(deps): update cloudflare/wrangler-action action to v3.9.0 Oct 8, 2024
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.9.0 chore(deps): 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 e8a7078 to e887156 Compare October 23, 2024 23:03
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.10.0 chore(deps): 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 e887156 to 9a684c1 Compare October 24, 2024 16:48
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.11.0 chore(deps): 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 9a684c1 to 698c0f8 Compare November 4, 2024 16:29
@renovate renovate bot changed the title chore(deps): update cloudflare/wrangler-action action to v3.12.0 chore(deps): 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 698c0f8 to aee04b9 Compare November 6, 2024 19:41
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