From 2d0053410ffc9b6ee40e89273b55d0053376b283 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Fri, 27 Dec 2024 17:15:56 +0700 Subject: [PATCH 1/2] docs(self-hosted): state versions with known issues --- develop-docs/self-hosted/releases.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/develop-docs/self-hosted/releases.mdx b/develop-docs/self-hosted/releases.mdx index dc0b3366dbb91..ac19191ed3643 100644 --- a/develop-docs/self-hosted/releases.mdx +++ b/develop-docs/self-hosted/releases.mdx @@ -54,7 +54,7 @@ These are the hard stops that one needs to go through: - 24.8.0 Versions to avoid upgrading to: -- `23.7.0` (issues around database migrations and the Django 3 upgrade) +- 23.7.0 (issues around database migrations and the Django 3 upgrade) As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path: @@ -63,6 +63,12 @@ As an example if one wants to go from `22.8.0` to `24.2.0` one needs the followi (initial: 22.8.0) -> 23.6.2 -> 23.11.0 -> 24.2.0 ``` +### Versions with known issues + +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. + +- 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. + ## Nightly Builds 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: From df1bd2e853d54ae1aefc307bbb88e5af48cd7fb7 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sun, 29 Dec 2024 15:24:09 +0700 Subject: [PATCH 2/2] Update releases.mdx Co-authored-by: Burak Yigit Kaya --- develop-docs/self-hosted/releases.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/develop-docs/self-hosted/releases.mdx b/develop-docs/self-hosted/releases.mdx index ac19191ed3643..5c0c05b95265f 100644 --- a/develop-docs/self-hosted/releases.mdx +++ b/develop-docs/self-hosted/releases.mdx @@ -67,7 +67,8 @@ As an example if one wants to go from `22.8.0` to `24.2.0` one needs the followi 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. -- 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. +- 24.12.0 has issues with login ([#3473](https://github.com/getsentry/self-hosted/issues/3473)) +- 24.12.1 has issues with login with orgs having hardware 2FA enabled ([#3473](https://github.com/getsentry/self-hosted/issues/3473)) ## Nightly Builds