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

ci: bump cloudflare/wrangler-action from 2.0.0 to 3.0.2 #2259

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Bumps cloudflare/wrangler-action from 2.0.0 to 3.0.2.

Release notes

Sourced from cloudflare/wrangler-action's releases.

v3.0.2

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

Automating Build & Release

What's Changed

New Contributors

Full Changelog: cloudflare/wrangler-action@3.0.0...3.0.1

v3.0.0

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.

... (truncated)

Changelog

Sourced from cloudflare/wrangler-action's changelog.

3.0.2

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

Version 3.0.0 (Breaking update)

Additions

  • Rewritten Wrangler Action in TypeScript.
  • 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.

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

Additional Notes


Commits
  • 80501a7 Automatic compilation
  • 3252711 hotfix
  • 2faabf3 Merge pull request #150 from cloudflare/jacobmgevans/changesets-tag-cli
  • b734d85 Changesets needs a tag created for release
  • 8ca2ff1 Merge pull request #148 from cloudflare/changeset-release/main
  • 7d08a86 Merge pull request #149 from cloudflare/jacobmgevans/changesets-needs-publish
  • e193627 Spoofing publish for Changeset Action
  • 55b80c5 Version Packages
  • f61dc4d Merge pull request #147 from cloudflare/revert-146-changeset-release/main
  • 58f274b Revert "Version Packages"
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.0.2.
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](cloudflare/wrangler-action@2.0.0...v3.0.2)

---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2023
@github-actions github-actions bot added the t-ci Anything to do with CI. label Aug 11, 2023
@vilgotf vilgotf mentioned this pull request Aug 14, 2023
@vilgotf vilgotf closed this Aug 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/cloudflare/wrangler-action-3.0.2 branch August 14, 2023 06:17
vilgotf added a commit that referenced this pull request Aug 14, 2023
Wrangler 3.0.0 renamed `publish` to `deploy`.

Supercedes #2259
vilgotf added a commit that referenced this pull request Aug 14, 2023
Wrangler 3.0.0 renamed `publish` to `deploy`.

Supercedes #2259
vilgotf added a commit that referenced this pull request Aug 14, 2023
Wrangler 3.0.0 renamed `publish` to `deploy`.

Supercedes #2259
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file t-ci Anything to do with CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant