Skip to content

Commit

Permalink
chore(deps): update cloudflare/wrangler-action action to v3 (#9)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent a058337 commit f3b9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
source "$HOME/.cargo/env"
- name: cloudflare workers publish
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3.1.0
with:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit f3b9b6a

Please sign in to comment.