build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.4.1 by dependabot[bot] · Pull Request #281 · iron-security/documentation
Bumps cloudflare/wrangler-action from 2.0.0 to 3.4.1.
Release notes
Sourced from cloudflare/wrangler-action's releases.
v3.4.1
Patch Changes
- #227
bbedd8e54f256d36f81f81f1f05b90937d533bb7Thanks@AdiRishi! - Surface inner exception when secret:bulk upload command failsv3.4.0
Minor Changes
#213
d13856dfc92816473ebf47f66e263a2668a97896Thanks@GrantBirki! - This change introduces three new GitHub Actions output variables. These variables are as follows:
command-output- contains the string results ofstdoutcommand-stderr- contains the string results ofstderrdeployment-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
9aba9c34daabca23a88191a5fe1b81fa721c1f11Thanks@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 than3.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.0was being considered less than3.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
Patch Changes
#171
76d614fThanks@1000hz! - Fixed issues that caused the action to fail if any secret or var values contained shell metacharacters.#171
473d9cbThanks@1000hz! - BumpedDEFAULT_WRANGLER_VERSIONto 3.13.2v3.3.1
Patch Changes
- #193
a4509d5Thanks@1000hz! - Fixed the package manager not being inferred based on lockfile when thepackageManagerinput isn't set.v3.3.0
Minor Changes
- #188
d9a0a00Thanks@simpleauthority! - Added support for Bun as a package managerv3.2.1
Patch Changes
- #190
528687aThanks@1000hz! - Fixed action failure when nopackageManagerspecified and no lockfile is found. The action now falls back to using npm.v3.2.0
Minor Changes
... (truncated)
Changelog
Sourced from cloudflare/wrangler-action's changelog.
3.4.1
Patch Changes
- #227
bbedd8e54f256d36f81f81f1f05b90937d533bb7Thanks@AdiRishi! - Surface inner exception when secret:bulk upload command fails3.4.0
Minor Changes
#213
d13856dfc92816473ebf47f66e263a2668a97896Thanks@GrantBirki! - This change introduces three new GitHub Actions output variables. These variables are as follows:
command-output- contains the string results ofstdoutcommand-stderr- contains the string results ofstderrdeployment-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
9aba9c34daabca23a88191a5fe1b81fa721c1f11Thanks@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 than3.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.0was being considered less than3.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.
3.3.2
Patch Changes
#171
76d614fThanks@1000hz! - Fixed issues that caused the action to fail if any secret or var values contained shell metacharacters.#171
473d9cbThanks@1000hz! - BumpedDEFAULT_WRANGLER_VERSIONto 3.13.23.3.1
Patch Changes
- #193
a4509d5Thanks@1000hz! - Fixed the package manager not being inferred based on lockfile when thepackageManagerinput isn't set.3.3.0
Minor Changes
- #188
d9a0a00Thanks@simpleauthority! - Added support for Bun as a package manager3.2.1
Patch Changes
... (truncated)
Commits
7c01cc4Automatic compilation08514fdMerge pull request #228 from cloudflare/changeset-release/main7451182Version Packages522c117Merge pull request #227 from AdiRishi/arishi-secrets-errorb927195Remove extra debug description for err.stackbbedd8eAdd changesetebaf896Improve debug error message for secret:bulk command failure7e684fbSurface inner exception when secret:bulk upload command fails2521ec0Merge pull request #220 from davwheat/patch-1ba0f485docs: update link to api token generation instructions- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)