Skip to content
Compare
Choose a tag to compare
@JacobMGEvans JacobMGEvans released this 07 Aug 18:12
· 231 commits to main since this release

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