Skip to content

Commit b9001c5

Browse files
docs(readme): Set minimum self-hosted version (#3027)
### Description Set minimum supported self-hosted version, and add this to README. ### Issues - Resolves #3026 - Resolves [CLI-246](https://linear.app/getsentry/issue/CLI-246/mention-minimum-supported-self-hosted-version-in-readme)
1 parent 2fcff43 commit b9001c5

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### New Sentry Support Policy
6+
7+
`sentry-cli` 3.0.0 and above only officially supports Sentry SaaS and Sentry self-hosted versions [25.11.1](https://github.com/getsentry/sentry/releases/tag/25.11.1) and higher. While many Sentry CLI features may, in practice, continue working with some older Sentry versions, continued support for Sentry versions older than 25.11.1 is not guaranteed. Changes which break support for Sentry versions below 25.11.1 may occur in minor or patch releases.
8+
39
## 2.58.4
410

511
### Fixes

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ Sentry CLI can be used for many tasks, including uploading debug symbols and sou
1818

1919
Please refer to [Sentry CLI's documentation page](https://docs.sentry.io/cli/).
2020

21+
## Compatibility
22+
23+
Sentry CLI officially supports [Sentry SaaS](https://sentry.io/) and [Sentry Self-Hosted](https://github.com/getsentry/self-hosted) versions 25.11.1 and above.
24+
25+
### Self-Hosted Sentry
26+
27+
Although some Sentry CLI features may work with versions of Sentry Self-Hosted prior to 25.11.1, we recommend users upgrade their self-hosted installations to a compatible version.
28+
29+
For users who cannot upgrade their self-hosted installation, we recommend using the latest compatible Sentry CLI version, per the table below:
30+
31+
| **Sentry Self-Hosted Version** | **Newest Compatible Sentry CLI Version** |
32+
| ------------------------------ | --------------------------------------------------------------------- |
33+
| ≥ 25.11.1 | [latest](https://github.com/getsentry/sentry-cli/releases/latest) |
34+
| < 25.11.1 | [2.58.4](https://github.com/getsentry/sentry-cli/releases/tag/2.58.4) |
35+
36+
Note that we can only provide support for officially-supported Sentry Self-Hosted versions. We will not backport fixes for older Sentry CLI versions, even if they should be compatible with your self-hosted version.
37+
2138
## Compiling
2239

2340
In case you want to compile this yourself, you need to install at minimum the

0 commit comments

Comments
 (0)