Skip to content

Releases: cloudflare/wrangler-action

v3.3.2

24 Oct 18:45
5e84849
Compare
Choose a tag to compare

Patch Changes

  • #171 76d614f Thanks @1000hz! - Fixed issues that caused the action to fail if any secret or var values contained shell metacharacters.

  • #171 473d9cb Thanks @1000hz! - Bumped DEFAULT_WRANGLER_VERSION to 3.13.2

v3.3.1

11 Oct 16:33
4b3eae8
Compare
Choose a tag to compare

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

10 Oct 20:24
b20d6d6
Compare
Choose a tag to compare

Minor Changes

v3.2.1

10 Oct 14:28
3870f7e
Compare
Choose a tag to compare

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

02 Oct 15:24
5a6b8d2
Compare
Choose a tag to compare

Minor Changes

v3.1.1

31 Aug 16:02
09fc6b5
Compare
Choose a tag to compare

Patch Changes

  • #161 e5251df Thanks @1000hz! - Refactored error handling to stop execution when action fails. Previously, the action would continue executing to completion if one of the steps encountered an error. Fixes #160.

v3.1.0

17 Aug 16:07
c25aadc
Compare
Choose a tag to compare

Minor Changes

  • #154 3f40637 Thanks @JacobMGEvans! - feat: Quiet mode
    Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases.
    This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise.

    There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully.
    Any failure status will still be output to the user as well, to prevent silent failures.

    resolves #142

  • #157 4132892 Thanks @EstebanBorai! - use wrangler@3.5.1 by default

v3.0.2

10 Aug 21:47
80501a7
Compare
Choose a tag to compare

Patch Changes

  • #147 58f274b Thanks @JacobMGEvans! - Added more error logging when a command fails to execute
    Previously, we prevented any error logs from propagating too far to prevent leaking of any potentially sensitive information. However, this made it difficult for developers to debug their code.

    In this release, we have updated our error handling to allow for more error messaging from pre/post and custom commands. We still discourage the use of these commands for secrets or other sensitive information, but we believe this change will make it easier for developers to debug their code.

    Relates to #137

  • #147 58f274b Thanks @JacobMGEvans! - Adding Changesets

  • Version 3.0.0

  • Version 2.0.0

v3.0.1

08 Aug 19:27
1c594e8
Compare
Choose a tag to compare

Automating Build & Release

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

v3.0.0

07 Aug 18:12
Compare
Choose a tag to compare

Rewritten Wrangler Action in TypeScript.

Additions

  • Automated Build & Release to CI/CD
  • Bulk secrets API utilization from Wrangler.
  • Added testing for improved reliability.
  • Implemented multiline support for the command input to allow running multiple Wrangler commands.
  • Now using Node for the Action engine/runner.
  • Open discussions with the community on all changes through GitHub Discussions and monitored Issues.

Removals

  • Removed Docker as a dependency.
  • Dropped support for Wrangler v1.
  • Removed Global Token & Email Auth support

Changes

  • Fixed CI/CD issues.

Breaking changes

  • Wrangler v1 is no longer supported.
    • Please update to the latest version of Wrangler.
  • Updated default version of Wrangler to v3.4.0
  • Removed Global Token & Email Auth support

Additional Notes