Skip to content

Commit 83ac26e

Browse files
build(deps): bump getsentry/craft from 2.20.0 to 2.21.2 (#3140)
Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.20.0 to 2.21.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/craft/releases">getsentry/craft's releases</a>.</em></p> <blockquote> <h2>2.21.2</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(targets) Add missing spawnProcess imports in pypi and crates by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/746">#746</a></li> </ul> <h3>Internal Changes 🔧</h3> <ul> <li>Add TypeScript type checking to CI by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/747">#747</a></li> </ul> <h2>2.21.1</h2> <h3>New Features ✨</h3> <ul> <li>Update publish issue body when re-running GitHub Action by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/740">#740</a></li> <li>Add noMerge config option with auto-detection for GitHub Actions by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/739">#739</a></li> <li>Automatic version bumping from configured targets by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/707">#707</a></li> <li>Configure GitHub artifact provider to filter by workflow and name by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/709">#709</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>(action) Handle permission errors when updating publish issues by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/744">#744</a></li> <li>(build) Add legacy artifact name for backward compatibility by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/743">#743</a></li> <li>(security) Resolve HIGH severity Dependabot alerts by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/741">#741</a></li> </ul> <h3>Internal Changes 🔧</h3> <h4>Deps Dev</h4> <ul> <li>Bump fast-xml-parser from 4.5.3 to 5.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/737">#737</a></li> <li>Bump tar from 7.5.4 to 7.5.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/736">#736</a></li> </ul> <h4>Other</h4> <ul> <li>Use correct artifact name for dogfooding by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/742">#742</a></li> </ul> <h3>Other</h3> <ul> <li>Revert legacy artifact naming for backward compatibility by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/745">#745</a></li> </ul> <h2>2.21.0</h2> <h3>New Features ✨</h3> <ul> <li>Update publish issue body when re-running GitHub Action by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/740">#740</a></li> <li>Add noMerge config option with auto-detection for GitHub Actions by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/739">#739</a></li> <li>Automatic version bumping from configured targets by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/707">#707</a></li> <li>Configure GitHub artifact provider to filter by workflow and name by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/709">#709</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>(build) Add legacy artifact name for backward compatibility by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/743">#743</a></li> <li>(security) Resolve HIGH severity Dependabot alerts by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/741">#741</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/craft/blob/master/CHANGELOG.md">getsentry/craft's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>2.21.2</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(targets) Add missing spawnProcess imports in pypi and crates by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/746">#746</a></li> </ul> <h3>Internal Changes 🔧</h3> <ul> <li>Add TypeScript type checking to CI by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/747">#747</a></li> </ul> <h2>2.21.1</h2> <h3>New Features ✨</h3> <ul> <li>Update publish issue body when re-running GitHub Action by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/740">#740</a></li> <li>Add noMerge config option with auto-detection for GitHub Actions by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/739">#739</a></li> <li>Automatic version bumping from configured targets by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/707">#707</a></li> <li>Configure GitHub artifact provider to filter by workflow and name by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/709">#709</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>(action) Handle permission errors when updating publish issues by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/744">#744</a></li> <li>(build) Add legacy artifact name for backward compatibility by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/743">#743</a></li> <li>(security) Resolve HIGH severity Dependabot alerts by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/741">#741</a></li> </ul> <h3>Internal Changes 🔧</h3> <h4>Deps Dev</h4> <ul> <li>Bump fast-xml-parser from 4.5.3 to 5.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/737">#737</a></li> <li>Bump tar from 7.5.4 to 7.5.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/736">#736</a></li> </ul> <h4>Other</h4> <ul> <li>Use correct artifact name for dogfooding by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/742">#742</a></li> </ul> <h3>Other</h3> <ul> <li>Revert legacy artifact naming for backward compatibility by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/745">#745</a></li> </ul> <h2>2.20.1</h2> <h3>Bug Fixes 🐛</h3> <ul> <li>(action) Expand changelog by default in publish issues by <a href="https://github.com/BYK"><code>@​BYK</code></a> in <a href="https://redirect.github.com/getsentry/craft/pull/731">#731</a></li> </ul> <h3>Documentation 📚</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/craft/commit/63d1636bead951f6e034ed62c2a3610965fef010"><code>63d1636</code></a> release: 2.21.2</li> <li><a href="https://github.com/getsentry/craft/commit/4760b720ba5a642fbf94ce37e6eee4b020029db4"><code>4760b72</code></a> ci: Add TypeScript type checking to CI (<a href="https://redirect.github.com/getsentry/craft/issues/747">#747</a>)</li> <li><a href="https://github.com/getsentry/craft/commit/6816252bdbda12c998560ddb100c80b2c462b804"><code>6816252</code></a> fix(targets): Add missing spawnProcess imports in pypi and crates (<a href="https://redirect.github.com/getsentry/craft/issues/746">#746</a>)</li> <li><a href="https://github.com/getsentry/craft/commit/bd0aa29cff82088e698c5ec8a2ae41c9e6fe73bd"><code>bd0aa29</code></a> meta: Bump new development version</li> <li><a href="https://github.com/getsentry/craft/commit/9bea1bf9aaf5c814af9db72142e9c2f8510ccd16"><code>9bea1bf</code></a> Merge branch 'release/2.21.1'</li> <li><a href="https://github.com/getsentry/craft/commit/564d9f5a3186fd8685cc17e5fe9c6915531ff98d"><code>564d9f5</code></a> release: 2.21.1</li> <li><a href="https://github.com/getsentry/craft/commit/e2bed417223ab8073041c35b70d757c23f01602f"><code>e2bed41</code></a> Revert legacy artifact naming for backward compatibility (<a href="https://redirect.github.com/getsentry/craft/issues/745">#745</a>)</li> <li><a href="https://github.com/getsentry/craft/commit/5037190184533ee93977c639e3a8b1d3531ed656"><code>5037190</code></a> fix(action): Handle permission errors when updating publish issues (<a href="https://redirect.github.com/getsentry/craft/issues/744">#744</a>)</li> <li><a href="https://github.com/getsentry/craft/commit/2bd5eb6e35e6cf22a74f6c868ae17a03b8d58f20"><code>2bd5eb6</code></a> fix(build): Add legacy artifact name for backward compatibility (<a href="https://redirect.github.com/getsentry/craft/issues/743">#743</a>)</li> <li><a href="https://github.com/getsentry/craft/commit/e9fd6aa2d383904b4332421b80a986e91e3917b6"><code>e9fd6aa</code></a> ci: Use correct artifact name for dogfooding (<a href="https://redirect.github.com/getsentry/craft/issues/742">#742</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/craft/compare/fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b...63d1636bead951f6e034ed62c2a3610965fef010">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getsentry/craft&package-manager=github_actions&previous-version=2.20.0&new-version=2.21.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb53552 commit 83ac26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
token: ${{ steps.token.outputs.token }}
3333
fetch-depth: 0
3434
- name: Prepare release
35-
uses: getsentry/craft@fd370d4d54bec9ff07f909d88a3c4aec6f0ba22b # v2.20.0
35+
uses: getsentry/craft@63d1636bead951f6e034ed62c2a3610965fef010 # v2.21.2
3636
env:
3737
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
3838
with:

0 commit comments

Comments
 (0)