Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jul 9, 2025

Bumps scripts/update-cli.sh from 2.50.2 to 2.56.1.

Auto-generated by a dependency updater.

Changelog

2.56.1

Deprecations

  • Added a deprecation notice for legacy uploading methods (#2836, #2837)
    • Support for these legacy uploading methods, required to upload to self-hosted Sentry servers below version 10.0.0, will be removed in the next major release (3.x). If you observe these new deprecation notices, we recommend upgrading your self-hosted Sentry server, or pinning Sentry CLI to a compatible version (2.x).
    • You may encounter these deprecation notices when uploading debug files or sourcemaps.

Fixes & improvements

  • Fixed a bug with sourcemap injection (#2764) by szokeasaurusrex
    • This change ensures we do not attempt to associate multiple compiled sources with the same sourcemap. As there should be at most one sourcemap for each compiled source, associating multiple compiled sources with the same sourcemap would lead to an invalid state.
  • Updated some outdated dependencies (#2816, #2818, and #2819)

2.56.0

Various fixes & improvements

  • feat: auto-fetch head-ref from GitHub Actions in detached HEAD state (#2805) by runningcode
  • feat: automatically fetch base SHA in GitHub Actions PR workflows (#2799) by runningcode
  • feat(preprod): use deflated compression when creating the zip file (#2800) by trevor-e
  • feat(preprod): make sure at least one app bundle is present for upload (#2795) by trevor-e
  • feat(preprod): fail upload if app is missing Info.plist (#2793) by trevor-e
  • feat: restore GitHub Actions base branch detection (#2792) by runningcode
  • fix: lower log level for missing base ref detection (EME-369) (#2813) by runningcode
  • fix: simplify debug logging for PR number detection (EME-362) (#2812) by runningcode
  • fix: serialize VCS tests to prevent race conditions (EME-368) (#2811) by runningcode
  • fix: Validate SENTRY_RELEASE environment variable (#2807) by szokeasaurusrex
  • fix: use actual PR head SHA in GitHub Actions instead of merge commit (#2785) by runningcode
  • fix: suppress warning messages in failing build upload tests (#2791) by runningcode

2.55.0

Various fixes & improvements

  • feat(build): preserve repository name case for build upload (#2777) by runningcode
  • fix(sourcemaps): Display injection errors (#2775) by szokeasaurusrex
  • feat: Normalize VCS provider names to match backend (#2770) by runningcode
  • feat: Improve upload error message to show cause (#2765) by runningcode
  • fix: Safer asset catalog reader for liquid glass (#2771) by noahsmartin
  • fix(releases): handle partial SHAs correctly in commit resolution (#2734) by srest2021

2.54.0

Various fixes & improvements

  • Fix: symlinks in normalized upload (#2744) by noahsmartin
  • feat(vcs): Prefer upstream remote over origin for base repo name (#2737) by runningcode
  • feat(build): Add auto-detection of base_repo_name from git remote (#2735) by runningcode
  • feat(build): Add auto-detection of PR number from GitHub Actions (#2722) by runningcode
  • feat(build): Auto-detect base_ref from git merge-base (#2720) by runningcode
  • feat(logs): support log streaming (#2666) by vgrozdanic

2.53.0

Various fixes & improvements

  • feat(mobile-app): Add release notes option (#2712) by noahsmartin

Changes from 2.53.0-alpha

2.53.0-alpha reintroduced the build (previously named mobile-app) commands. 2.53.0 is the first stable release to reintroduce them.

Please note, the build commands are still experimental, and are therefore subject to breaking changes, including removal, in any release, without notice.

  • feat(mobile-app): Add default vcs base_ref parsing for mobile-app subcommand (#2706) by rbro112
  • chore(mobile-app): Rename mobile-app subcommand to build (#2719) by rbro112
  • Revert "feat(mobile-app): Reintroduce mobile-app feature gating (#2643)" (#2670) by noahsmartin
  • meta(cursor): Add rule to avoid explicit type annotations (#2717) by szokeasaurusrex
  • retry on cloudflare timeout (#2695) by manishrawat1992

2.53.0-alpha

This release reintroduces the build (previously named mobile-app) commands.

Various fixes & improvements

  • feat(mobile-app): Add default vcs base_ref parsing for mobile-app subcommand (#2706) by rbro112
  • chore(mobile-app): Rename mobile-app subcommand to build (#2719) by rbro112
  • Revert "feat(mobile-app): Reintroduce mobile-app feature gating (#2643)" (#2670) by noahsmartin
  • meta(cursor): Add rule to avoid explicit type annotations (#2717) by szokeasaurusrex
  • retry on cloudflare timeout (#2695) by manishrawat1992

2.52.0

Various fixes & improvements

  • feat(dart): add dart-symbol-map upload command (#2691) by buenaflor
  • Add default vcs head_repo_name and provider parsing for mobile-app subcommand (#2699) by rbro112
  • ref(debug-files): Remove unnecessary collect (#2705) by szokeasaurusrex
  • build(deps): bump github/codeql-action from 3.29.5 to 3.29.8 (#2700) by dependabot
  • build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#2701) by dependabot
  • build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 (#2702) by dependabot
  • build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#2703) by dependabot
  • Use URL from backend (#2698) by chromy
  • feat(mobile-app): Add new VCS params to mobile-app command (#2682) by rbro112
  • feat(launchpad): Add asset catalog files to zip without adding to folder (#2667) by noahsmartin
  • feat(preprod): Show analysis URL after mobile-app upload (#2675) by chromy
  • feat(logs): allow project slugs in logs list (#2688) by shellmayr
  • fix(debug-files): Run all processing steps with --no-upload (#2693) by P1n3appl3

2.51.1

Various fixes & improvements

  • fix(logs): Mark logs command as beta (#2690) by szokeasaurusrex

2.51.0

Logs command

This release introduces a new sentry-cli logs list command, which lists your Sentry logs. For more details, see sentry-cli logs list --help.

Please note: if you receive a 403 error when using the new command, you may need to generate a new auth token with different permissions. You can do this by navigating to SettingsDeveloper SettingsPersonal Tokens in Sentry. On the Personal Tokens page, generate a token with org:read scope, and pass this to the command using --auth-token or by setting the SENTRY_AUTH_TOKEN environment variable.

Various fixes & improvements

  • fix(js): Stop calling releases files upload-sourcemaps (#2676) by szokeasaurusrex

@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 0c5e3f0 to 25902ed Compare July 9, 2025 03:55
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.47.0 chore(deps): update CLI to v2.47.1 Jul 15, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 25902ed to 950705c Compare July 15, 2025 04:00
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.47.1 chore(deps): update CLI to v2.50.0 Jul 19, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 950705c to 189ae04 Compare July 19, 2025 03:53
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.50.0 chore(deps): update CLI to v2.50.2 Jul 23, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 189ae04 to 7a8b794 Compare July 23, 2025 04:02
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.50.2 chore(deps): update CLI to v2.51.0 Aug 8, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 7a8b794 to 5dc8373 Compare August 8, 2025 04:06
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.51.0 chore(deps): update CLI to v2.51.1 Aug 12, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch 2 times, most recently from a0efd1d to bdaa2d3 Compare August 14, 2025 03:52
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.51.1 chore(deps): update CLI to v2.52.0 Aug 14, 2025
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.52.0 chore(deps): update CLI to v2.53.0 Sep 2, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from bdaa2d3 to 082cc07 Compare September 2, 2025 03:39
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 082cc07 to 393f41a Compare September 19, 2025 03:33
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.53.0 chore(deps): update CLI to v2.54.0 Sep 19, 2025
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.54.0 chore(deps): update CLI to v2.55.0 Sep 24, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 393f41a to d7cf6ca Compare September 24, 2025 03:31
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.55.0 chore(deps): update CLI to v2.56.0 Oct 1, 2025
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from d7cf6ca to 82fef73 Compare October 1, 2025 03:43
@github-actions github-actions bot force-pushed the deps/scripts/update-cli.sh branch from 82fef73 to 3014aa1 Compare October 11, 2025 03:26
@github-actions github-actions bot changed the title chore(deps): update CLI to v2.56.0 chore(deps): update CLI to v2.56.1 Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant