Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps getsentry/craft from 2.19.0 to 2.20.0.

Release notes

Sourced from getsentry/craft's releases.

2.20.0

New Features ✨

Github

  • Add comment option to changelog-preview workflow by @​BYK in #722
  • Add working-directory input to changelog-preview workflow by @​BYK in #717

Bug Fixes 🐛

Changelog

  • Warn when custom release.yml lacks semver fields by @​BYK in #720
  • Collapse previews by default by @​BYK in #718

Other

  • (action) Fix detection of existing publish issues by @​BYK in #728
  • (actions) Use repository check instead of event_name for dogfooding conditions by @​BYK in #727
  • (github) Use pull_request_target for changelog preview on fork PRs by @​BYK in #723
  • Address security vulnerabilities in dependencies by @​BYK in #725

Documentation 📚

  • Document CRAFT_NEW_VERSION and CRAFT_OLD_VERSION for pre-release command by @​BYK in #719

Internal Changes 🔧

Deps Dev

Other

  • Rename changelog category to "Internal Changes" by @​BYK in #721
Changelog

Sourced from getsentry/craft's changelog.

Changelog

2.20.0

New Features ✨

Github

  • Add comment option to changelog-preview workflow by @​BYK in #722
  • Add working-directory input to changelog-preview workflow by @​BYK in #717

Bug Fixes 🐛

Changelog

  • Warn when custom release.yml lacks semver fields by @​BYK in #720
  • Collapse previews by default by @​BYK in #718

Other

  • (action) Fix detection of existing publish issues by @​BYK in #728
  • (actions) Use repository check instead of event_name for dogfooding conditions by @​BYK in #727
  • (github) Use pull_request_target for changelog preview on fork PRs by @​BYK in #723
  • Address security vulnerabilities in dependencies by @​BYK in #725

Documentation 📚

  • Document CRAFT_NEW_VERSION and CRAFT_OLD_VERSION for pre-release command by @​BYK in #719

Internal Changes 🔧

Deps Dev

Other

  • Rename changelog category to "Internal Changes" by @​BYK in #721

2.19.0

New Features ✨

  • (action) Emit publish request issue URL as annotation by @​BYK in #708

Bug Fixes 🐛

Docker

... (truncated)

Commits
  • fd370d4 release: 2.20.0
  • 253fdcf build(deps-dev): bump tar from 7.5.3 to 7.5.4 (#726)
  • c51f30f fix(action): Fix detection of existing publish issues (#728)
  • 9125998 fix(actions): use repository check instead of event_name for dogfooding condi...
  • d0c3dd9 fix: Address security vulnerabilities in dependencies (#725)
  • d01d144 build(deps-dev): bump tar from 6.2.1 to 7.5.3 (#724)
  • d0f6f7d fix(github): Use pull_request_target for changelog preview on fork PRs (#723)
  • 982ed0f feat(github): Add comment option to changelog-preview workflow (#722)
  • 8731bfa meta: Rename changelog category to "Internal Changes" (#721)
  • 9069249 fix(changelog): Warn when custom release.yml lacks semver fields (#720)
  • 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 [getsentry/craft](https://github.com/getsentry/craft) from 2.19.0 to 2.20.0.
- [Release notes](https://github.com/getsentry/craft/releases)
- [Changelog](https://github.com/getsentry/craft/blob/master/CHANGELOG.md)
- [Commits](getsentry/craft@c6e2f04...fd370d4)

---
updated-dependencies:
- dependency-name: getsentry/craft
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 26, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2026 03:53
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 26, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 26, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • feat(anthropic): Set system instruction attribute by alexander-alderman-webb in #5353
  • feat(google-genai): Set system instruction attribute by alexander-alderman-webb in #5354
  • feat(langchain): Set system instruction attribute by alexander-alderman-webb in #5357
  • feat(openai-agents): Set system instruction attribute by alexander-alderman-webb in #5355
  • feat(pydantic-ai): Set system instruction attribute by alexander-alderman-webb in #5356

Internal Changes 🔧

  • build(deps): bump getsentry/craft from 2.19.0 to 2.20.0 by dependabot[bot] in #5373
  • ci(release): Fix changelog-preview permissions by BYK in #5368
  • ci: Fix path in AI integration tests by alexander-alderman-webb in #5347

🤖 This preview updates automatically when you update the PR.

1 similar comment
@github-actions
Copy link
Contributor

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • feat(anthropic): Set system instruction attribute by alexander-alderman-webb in #5353
  • feat(google-genai): Set system instruction attribute by alexander-alderman-webb in #5354
  • feat(langchain): Set system instruction attribute by alexander-alderman-webb in #5357
  • feat(openai-agents): Set system instruction attribute by alexander-alderman-webb in #5355
  • feat(pydantic-ai): Set system instruction attribute by alexander-alderman-webb in #5356

Internal Changes 🔧

  • build(deps): bump getsentry/craft from 2.19.0 to 2.20.0 by dependabot[bot] in #5373
  • ci(release): Fix changelog-preview permissions by BYK in #5368
  • ci: Fix path in AI integration tests by alexander-alderman-webb in #5347

🤖 This preview updates automatically when you update the PR.

@sentrivana sentrivana merged commit 7ca59f4 into master Jan 26, 2026
157 checks passed
@sentrivana sentrivana deleted the dependabot/github_actions/getsentry/craft-2.20.0 branch January 26, 2026 13:11
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants