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

Update publish to deploy #124

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Update publish to deploy #124

merged 1 commit into from
Aug 7, 2023

Conversation

lrapoport-cf
Copy link
Contributor

No description provided.

@lrapoport-cf lrapoport-cf requested a review from a team as a code owner August 7, 2023 20:11
@lrapoport-cf lrapoport-cf merged commit e18e1df into main Aug 7, 2023
2 checks passed
@JacobMGEvans
Copy link
Contributor

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

-
[#&#8203;154](https://togithub.com/cloudflare/wrangler-action/pull/154)
[`3f40637`](https://togithub.com/cloudflare/wrangler-action/commit/3f40637a1c48016d2101e412a7a06f1eb4b9c2fd)
Thanks [@&#8203;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
[#&#8203;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

-
[#&#8203;147](https://togithub.com/cloudflare/wrangler-action/pull/147)
[`58f274b`](https://togithub.com/cloudflare/wrangler-action/commit/58f274b9f70867447519c6fa983c813e2b167b85)
Thanks [@&#8203;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
[#&#8203;137](https://togithub.com/cloudflare/wrangler-action/issues/137)

-
[#&#8203;147](https://togithub.com/cloudflare/wrangler-action/pull/147)
[`58f274b`](https://togithub.com/cloudflare/wrangler-action/commit/58f274b9f70867447519c6fa983c813e2b167b85)
Thanks [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;JacobMGEvans](https://togithub.com/JacobMGEvans) in
[https://github.com/cloudflare/wrangler-action/pull/128](https://togithub.com/cloudflare/wrangler-action/pull/128)

#### New Contributors

- [@&#8203;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>
@lrapoport-cf lrapoport-cf deleted the lrapoport/publish-to-deploy branch October 5, 2023 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants