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

chore(deps): update CLI to v2.33.1 #85

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 3, 2024

Bumps sentry-cli.properties from 2.32.1 to 2.33.1.

Auto-generated by a dependency updater.

Changelog

2.33.1

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

  • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
  • The log level was set to info or debug
    • The default log level is warn, so users using the default log level were unaffected by this bug

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

Other fixes & improvements

  • ref(token): Use secrecy crate to store auth token (#2116) by szokeasaurusrex
  • fix: Improve "project not found" message (#2112) by szokeasaurusrex
  • fix: Improve "release not found" message (#2112) by szokeasaurusrex
  • Fall back to co-location heuristic if sourcemap url appears remote (#1871) by brettdh
  • fix(sourcebundle): Skip non-UTF8 files (#2109) by loewenheim

2.33.0

Various fixes & improvements

  • Recognize new format user tokens (prefixed with sntryu_) (#2100) by szokeasaurusrex
  • Fix regression in files upload (#2107)
  • docs: Fix typos (#2102) by kianmeng
  • docs(id-support): Document that -p and -o arguments accept slugs and IDs (#2101) by iamrajjoshi
  • chore(deps): bump tar from 6.1.13 to 6.2.1 (#2027) by dependabot
  • build(deps): bump braces from 3.0.2 to 3.0.3 (#2088) by dependabot
  • build(deps): bump ws from 7.5.9 to 7.5.10 (#2091) by dependabot

2.32.2

Various fixes & improvements

  • build: Bump curl to 0.4.46 in Cargo.toml (#2099) by szokeasaurusrex
  • build: Update curl-sys (#2075) by szokeasaurusrex

@github-actions github-actions bot force-pushed the deps/sentry-cli.properties/2.33.1 branch from 4a53096 to 5e688a8 Compare August 3, 2024 03:06
@github-actions github-actions bot force-pushed the deps/sentry-cli.properties/2.33.1 branch from 5e688a8 to 5a291e8 Compare August 22, 2024 12:01
@adinauer adinauer merged commit a3162f5 into main Aug 22, 2024
@adinauer adinauer deleted the deps/sentry-cli.properties/2.33.1 branch August 22, 2024 12:01
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.

2 participants