From 3335fdc6ad46b50f63420823fcde46163fbac12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonyi=20Gerg=C5=91?= <28359278+gergosimonyi@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:39:16 -0700 Subject: [PATCH] website/docs: clarify `2025.4` breaking Reputation changes (#14284) * website/docs: clarify `2025.4` breaking Reputation changes * Update website/docs/releases/2025/v2025.4.md Signed-off-by: Tana M Berry * change to bump build checks * another tweak to bounce after rebase --------- Signed-off-by: Tana M Berry Co-authored-by: Tana M Berry Co-authored-by: Tana M Berry --- website/docs/releases/2025/v2025.4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/releases/2025/v2025.4.md b/website/docs/releases/2025/v2025.4.md index 711abf4658..806ecbc12b 100644 --- a/website/docs/releases/2025/v2025.4.md +++ b/website/docs/releases/2025/v2025.4.md @@ -17,7 +17,7 @@ slug: "/releases/2025.4" ## Breaking changes -- **Reputation score limit**: The default value for the new limits on Reputation score is between `-5` and `5`. This might break some current setups which count on the possibility of scores decreasing or increasing beyond these limits. You can set your custom limits under **System > Settings**. +- **Reputation score limit**: The default values for the new upper and lower limits on Reputation score are `-5` and `5`. This could break custom policies that rely on the reputation scores decreasing or increasing beyond these limits. You can set your custom limits under **System > Settings**. - **Deprecated and frozen `:latest` container image tag after 2025.2** @@ -25,7 +25,7 @@ slug: "/releases/2025.4" The tag will not be removed, however it will also not be updated past 2025.2. - We strongly recommended the use of a specific version tag for authentik instances' container images like `:2025.4`. + We strongly recommended the use of a specific version tag for authentik instances' container images, such as `:2025.4`. - **Helm chart dependencies update**: Following [Bitnami's changes to only publish latest version of containers](https://github.com/bitnami/containers/issues/75671), the Helm chart dependencies (PostgreSQL and Redis) will now be updated with each release.