You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/self-hosted/releases.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ These are the hard stops that one needs to go through:
54
54
- 24.8.0
55
55
56
56
Versions to avoid upgrading to:
57
-
-`23.7.0` (issues around database migrations and the Django 3 upgrade)
57
+
- 23.7.0 (issues around database migrations and the Django 3 upgrade)
58
58
59
59
As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:
60
60
@@ -63,6 +63,12 @@ As an example if one wants to go from `22.8.0` to `24.2.0` one needs the followi
63
63
(initial: 22.8.0) -> 23.6.2 -> 23.11.0 -> 24.2.0
64
64
```
65
65
66
+
### Versions with known issues
67
+
68
+
This section lists known issues with specific versions of the self-hosted Sentry. You may upgrade to these versions if you are not affected by any of these issues.
69
+
70
+
- 24.12.x has issues with login for organizations with 2FA enabled. See [issue #3473](https://github.com/getsentry/self-hosted/issues/3473) for more information.
71
+
66
72
## Nightly Builds
67
73
68
74
We provide nightly builds from the [master branch of the self-hosted repository](https://github.com/getsentry/self-hosted/) for each new commit for [Sentry](https://github.com/getsentry/sentry), and all of the supporting projects:
0 commit comments