-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update publish to deploy #124
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1000hz
approved these changes
Aug 7, 2023
Oh nice! I overlooked this one 👍🏻 |
fdkevin0
referenced
this pull request
in fdkevin0/fdkevin-cf-bot
Aug 18, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudflare/wrangler-action](https://togithub.com/cloudflare/wrangler-action) | action | major | `2.0.0` -> `v3.1.0` | --- ### Release Notes <details> <summary>cloudflare/wrangler-action (cloudflare/wrangler-action)</summary> ### [`v3.1.0`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.1.0) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.0.2...v3.1.0) ##### Minor Changes - [#​154](https://togithub.com/cloudflare/wrangler-action/pull/154) [`3f40637`](https://togithub.com/cloudflare/wrangler-action/commit/3f40637a1c48016d2101e412a7a06f1eb4b9c2fd) Thanks [@​JacobMGEvans](https://togithub.com/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](https://togithub.com/cloudflare/wrangler-action/issues/142) ### [`v3.0.2`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.0.2) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/3.0.1...v3.0.2) ##### Patch Changes - [#​147](https://togithub.com/cloudflare/wrangler-action/pull/147) [`58f274b`](https://togithub.com/cloudflare/wrangler-action/commit/58f274b9f70867447519c6fa983c813e2b167b85) Thanks [@​JacobMGEvans](https://togithub.com/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](https://togithub.com/cloudflare/wrangler-action/issues/137) - [#​147](https://togithub.com/cloudflare/wrangler-action/pull/147) [`58f274b`](https://togithub.com/cloudflare/wrangler-action/commit/58f274b9f70867447519c6fa983c813e2b167b85) Thanks [@​JacobMGEvans](https://togithub.com/JacobMGEvans)! - Adding Changesets - [Version 3.0.0](#version-300) - [Version 2.0.0](#version-200) ### [`v3.0.1`](https://togithub.com/cloudflare/wrangler-action/releases/tag/3.0.1) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/3.0.0...3.0.1) Automating Build & Release #### What's Changed - Artifacts are now ESM supported with `.mjs` - Update publish to deploy by [@​lrapoport-cf](https://togithub.com/lrapoport-cf) in [https://github.com/cloudflare/wrangler-action/pull/124](https://togithub.com/cloudflare/wrangler-action/pull/124) - Automatically add issues to workers-sdk GH project by [@​lrapoport-cf](https://togithub.com/lrapoport-cf) in [https://github.com/cloudflare/wrangler-action/pull/127](https://togithub.com/cloudflare/wrangler-action/pull/127) - Automate Action Release by [@​JacobMGEvans](https://togithub.com/JacobMGEvans) in [https://github.com/cloudflare/wrangler-action/pull/128](https://togithub.com/cloudflare/wrangler-action/pull/128) #### New Contributors - [@​lrapoport-cf](https://togithub.com/lrapoport-cf) made their first contribution in [https://github.com/cloudflare/wrangler-action/pull/124](https://togithub.com/cloudflare/wrangler-action/pull/124) **Full Changelog**: cloudflare/wrangler-action@3.0.0...3.0.1 ### [`v3.0.0`](https://togithub.com/cloudflare/wrangler-action/blob/HEAD/CHANGELOG.md#Version-300-Breaking-update) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/2.0.0...3.0.0) ##### 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 - Major Version Default: [DEVX-632](https://jira.cfdata.org/browse/DEVX-632) - Rewrite Project Tickets: [DEVX-804](https://jira.cfdata.org/browse/DEVX-804), [DEVX-802](https://jira.cfdata.org/browse/DEVX-802), [DEVX-800](https://jira.cfdata.org/browse/DEVX-800), [DEVX-632](https://jira.cfdata.org/browse/DEVX-632) *** </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fdkevin0/fdkevin-cf-bot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.