Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update CLI to v2.42.1 (#125)
Bumps sentry-cli.properties from 2.41.1 to 2.42.1. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 2.42.1 This release is a re-release of 2.42.0. There are no code changes to the CLI. We are performing this re-release because 2.42.0 failed to publish to Docker Hub. #### Various fixes & improvements - ci(docker): Don't publish to GHCR via Craft ([#2392](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2392)) by szokeasaurusrex ### 2.42.0 With this release, we now build and publish multi-architecture (arm64 and aarch64) Docker images for Sentry CLI. #### Various fixes & improvements - feat: Only warn for token org mismatch ([#2382](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2382)) by szokeasaurusrex - feat: Improve custom panic hook ([#2355](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2355)) by szokeasaurusrex - We now have better error messages when there is an internal error in Sentry CLI. - feat: Deprecate `--use-artifact-bundle` option ([#2349](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2349)) by szokeasaurusrex - feat: Deprecate `useArtifactBundle` JS option ([#2348](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2348)) by szokeasaurusrex - fix(update): Properly handle errors when getting latest CLI version ([#2370](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2370)) by szokeasaurusrex <details> <summary><h3>Non-user-facing changes</h3></summary> - ci(docker): Add Craft targets for `docker` ([#2390](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2390)) by szokeasaurusrex - ci(docker): Enable caching of Docker builds ([#2389](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2389)) by szokeasaurusrex - ci(docker): Remove invalid argument ([#2388](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2388)) by szokeasaurusrex - ci(docker): Build each architecture natively ([#2387](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2387)) by szokeasaurusrex - build(docker): Build Docker image on host architecture ([#2386](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2386)) by szokeasaurusrex - build: Use hash instead of branch in GHCR tag ([#2384](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2384)) by szokeasaurusrex - build: Build Docker image in CI and publish to GHCR ([#2383](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2383)) by szokeasaurusrex - ci: Pin Actions runners' OS versions ([#2353](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2353)) by szokeasaurusrex - meta: Update LICENSE ([#2380](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2380)) by szokeasaurusrex - build: Update `url` crate ([#2379](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2379)) by szokeasaurusrex - docs: Explain why lint is disabled ([#2371](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2371)) by szokeasaurusrex - ref(sourcemaps): Fix `unnecessary_wraps` for `add_debug_id_references` ([#2369](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2369)) by szokeasaurusrex - ref(sourcemaps): Fix `unnecessary_wraps` for `add_sourcemap_references` ([#2368](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2368)) by szokeasaurusrex - ref(sourcemaps): Fix `unnecessary_wraps` lint for `SourceMapsProcessor::add` ([#2367](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2367)) by szokeasaurusrex - ref(sourcemaps): Make `lookup_pos` not return `Option` ([#2366](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2366)) by szokeasaurusrex - ref: Make `Api::with_body` return `Self` ([#2363](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2363)) by szokeasaurusrex - ref(api): Make `with_retry` return `Self` ([#2365](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2365)) by szokeasaurusrex - ref(api): Make `progress_bar_mode` return `Self` ([#2364](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2364)) by szokeasaurusrex - ref(config): Fix `unnecessary_wraps` lint for `set_auth` ([#2362](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2362)) by szokeasaurusrex - ref(config): Remove unneeded `Result` from `Config::from_file` ([#2361](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2361)) by szokeasaurusrex - ref: Enable `clippy::unnecessary_wraps` lint ([#2358](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2358)) by szokeasaurusrex - ci: Change lint action to `-D warnings` ([#2359](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2359)) by szokeasaurusrex - ref: Simplify `--log-level` parsing ([#2356](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2356)) by szokeasaurusrex - docs: Correct typo in doc string ([#2354](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/2354)) by szokeasaurusrex </details> Co-authored-by: GitHub <[email protected]>
- Loading branch information