-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
2.14.0 breaking change #1495
Comments
cc @vaind it apparently broke with #1489 as we dont have integration tests for legacy APIs :( @h3rmanj in the meantime you can fix this by replacing
with
( |
Which part is the legacy API? The current sentry docs have the release version passed as a positional argument to |
This broke our github ci pipeline too. |
same here. |
I'm with @kamilogorek. This also broke our pipeline and we also did it as described in the docs. So I hope this will be fixed soon and if this API is legacy / deprecated it should be documented as such. |
This is a "legacy" API, which is supposed to be fully compatible so that we don't have to update the docs right away. This issue is a bug and will be fixed asap, no need to migrate to another API in v2 :) re docs: getsentry/sentry-docs#10267 |
This solves the problem |
Yeah but there are other commands affected by this regression too. |
Downloading the last version of cli on my local machine i saw a new options flag in deploy command:
Other commands don't have that flag, and it matches the error; I've never seen it before. EDIT: Exists also in 2.13.0 |
The issue should be fixed in v2.14.1 which just came out. |
Can confirm. Regression fixed in |
|
Environment
getsentry/sentry-cli:2.14.0
on docker hub.Steps to Reproduce
Running these in my CI
Expected Result
Succeess
Actual Result
sentry-cli releases files $VERSION upload-sourcemaps --url-prefix '~/assets' build/assets --rewrite
command gives this error:error: A release slug is required (provide with --release)
Workaround
Pinned my cli version to
2.13.0
The text was updated successfully, but these errors were encountered: