Skip to content

Commit 4de6d15

Browse files
authored
docs(self-hosted): state versions with known issues (#12220)
1 parent 38e1598 commit 4de6d15

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

develop-docs/self-hosted/releases.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ These are the hard stops that one needs to go through:
5454
- 24.8.0
5555

5656
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)
5858

5959
As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:
6060

@@ -63,6 +63,13 @@ As an example if one wants to go from `22.8.0` to `24.2.0` one needs the followi
6363
(initial: 22.8.0) -> 23.6.2 -> 23.11.0 -> 24.2.0
6464
```
6565

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.0 has issues with login ([#3473](https://github.com/getsentry/self-hosted/issues/3473))
71+
- 24.12.1 has issues with login with orgs having hardware 2FA enabled ([#3473](https://github.com/getsentry/self-hosted/issues/3473))
72+
6673
## Nightly Builds
6774

6875
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

Comments
 (0)