Skip to content

Conversation

github-actions[bot]
Copy link

Bumps updater/tests/sentry-cli.properties from 2.0.0 to 2.0.4.

Auto-generated by a dependency updater.

Changelog

2.0.4

Various fixes & improvements

  • ref: Prevent vercel/nft and similar tools from including binary file in their bundles (#1207) by kamilogorek
  • ref: Use node-fetchv2 for the simplicity sake (#1206) by kamilogorek

2.0.3

Various fixes & improvements

  • ref: Make --header a global flag so its position independent (#1194)
  • ref: Restore monitors as hidden command w. integration tests (#1196)
  • ref: Restore bash-hook as hidden command w. integration tests (#1197)

2.0.2

Various fixes & improvements

  • fix: Remove fetch.FetchError usage in favor of catch-all clause (#1193) by kamilogorek
  • ref: Restore and hide legacy aliases from 1.x for backward compatibility (#1192) by kamilogorek

2.0.1

Various fixes & improvements

  • fix: Allow hyphenated release names with any flags position (#1187) by kamilogorek

  • ref: Hide difutil id subcommand (use debug-files check instead)

  • ref: Hide upload-dsym command (use debug-files upload instead)

  • ref: Make releases upload-sourcemaps --rewrite a default behavior now

  • ref: Remove upload-dsym command (use debug-files upload instead) (breaking) restored in 2.0.2 as hidden alias

  • ref: Remove difutil id subcommand (use debug-files check instead) (breaking) restored in 2.0.2 as hidden alias

  • ref: Remove monitors command (support for this feature has been dropped) (breaking) - restored in 2.0.3 as hidden command

  • ref: Remove bash-hook command (use 1.x if you still need the functionality) (breaking) - restored in 2.0.3 as hidden command

  • ref: Make ignore-empty for releases set-commits a default behavior and hide --ignore-empty flag (remove --ignore-empty usage) (breaking)

Full CHANGELOG.md diff
 -2,6 +2,34 
 
 "You know what they say. Fool me once, strike one, but fool me twice... strike three." — Michael Scott
 
+## 2.0.4
+
+### Various fixes & improvements
+
+- ref: Prevent vercel/nft and similar tools from including binary file in their bundles ([#1207](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1207)) by kamilogorek
+- ref: Use node-fetchv2 for the simplicity sake ([#1206](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1206)) by kamilogorek
+
+## 2.0.3
+
+### Various fixes & improvements
+
+- ref: Make `--header` a global flag so its position independent ([#1194](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1194))
+- ref: Restore `monitors` as hidden command w. integration tests ([#1196](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1196))
+- ref: Restore `bash-hook` as hidden command w. integration tests ([#1197](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1197))
+
+## 2.0.2
+
+### Various fixes & improvements
+
+- fix: Remove `fetch.FetchError` usage in favor of catch-all clause ([#1193](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1193)) by kamilogorek
+- ref: Restore and hide legacy aliases from 1.x for backward compatibility ([#1192](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1192)) by kamilogorek
+
+## 2.0.1
+
+### Various fixes & improvements
+
+- fix: Allow hyphenated release names with any flags position ([#1187](https://github-redirect.dependabot.com/getsentry/sentry-cli/issues/1187)) by kamilogorek
+
 ## 2.0.0
 
 This is the first, long-overdue major release in over 5 years of sentry-cli's life.
 -24,28 +52,24  Breaking changes are denotated with _(breaking)_ tag, and appropriate required c
 
 ### Removed APIs
 
-- ref: Remove `difutil id` subcommand (use `debug-files check` instead) _(breaking)_
-- ref: Remove `monitors` command (support for this feature has been dropped) _(breaking)_
 - ref: Remove `react-native codepush` subcommand (use `react-native appcenter` instead) _(breaking)_
 - ref: Remove `react-native-gradle` and `react-native-xcode` commands (use `react-native gradle` and `react-native xcode` instead) _(breaking)_
-- ref: Remove `upload-dsym` command (use `debug-files upload` instead) _(breaking)_
-- ref: Remove deprecated and hidden flags from commands (remove listed flags usage) _(breaking)_
-  - `react-native xcode --verbose`
-  - `releases new --ref`
-  - `releases list --no-abbrev`
-  - `releases upload-sourcemaps --verbose`
-  - `releases upload-sourcemaps --rewrite` (it's a default behavior now)
-  - `upload-dif --upload-symbol-maps`
-- ref: Remove `bash-hook` command (use `1.x` if you still need the functionality; it will eventually be ported as a separate repository - https://github.com/getsentry/sentry-cli-bash-hook) _(breaking)_
 - ref: Remove `crash_reporting` related code and `with_crash_reporting` crate feature (no required changes) _(breaking)_
 - ref: Remove `SENTRY_NO_PROGRESS_BAR` env var in favor of `SENTRYCLI_NO_PROGRESS_BAR` (rename env variable) _(breaking)_
+- ref: Hide `difutil id` subcommand (use `debug-files check` instead)
+- ref: Hide `upload-dsym` command (use `debug-files upload` instead)
+- ref: Make `releases upload-sourcemaps --rewrite` a default behavior now
+- ~ref: Remove `upload-dsym` command (use `debug-files upload` instead) _(breaking)_~ _restored in 2.0.2 as hidden alias_
+- ~ref: Remove `difutil id` subcommand (use `debug-files check` instead) _(breaking)_~ _restored in 2.0.2 as hidden alias_
+- ~ref: Remove `monitors` command (support for this feature has been dropped) _(breaking)_~ - _restored in 2.0.3 as hidden command_
+- ~ref: Remove `bash-hook` command (use `1.x` if you still need the functionality) _(breaking)_~ - _restored in 2.0.3 as hidden command_
 
 ### Breaking Changes
 
 - ref: Update minimal required `node` version to `v12` (update node version) _(breaking)_
 - ref: Rename `--header` argument of `releases files upload` command to `--file-header` (rename flag) _(breaking)_
 - ref: Rename `CUSTOM_HEADER` to `SENTRY_HEADER` and `defaults.custom_header` to `http.header` (rename env variable or update config file) _(breaking)_
-- ref: Make `ignore-empty` for `releases set-commits` a default behavior and remove `--ignore-empty` flag (remove `--ignore-empty` usage) _(breaking)_
+- ref: Make `ignore-empty` for `releases set-commits` a default behavior and hide `--ignore-empty` flag (remove `--ignore-empty` usage) _(breaking)_
 
 ### Various fixes & improvements
 

@github-actions github-actions bot force-pushed the test/nonbot-commits-deps/updater/tests/sentry-cli.properties branch from 67bb076 to 5be843c Compare September 24, 2025 13:46
Copy link
Collaborator

@vaind vaind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this must not be merged, it's part of CI

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