From b5b68fc829f7379056eab19b35caab72ea257cf5 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 15:21:28 +0200 Subject: [PATCH] website/docs: clarify `2025.4` breaking Reputation changes (cherry-pick #14284) (#14869) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 * change to bump build checks * another tweak to bounce after rebase --------- Signed-off-by: Tana M Berry Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com> 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 9aa9c1b30c..ce58eea5a1 100644 --- a/website/docs/releases/2025/v2025.4.md +++ b/website/docs/releases/2025/v2025.4.md @@ -18,7 +18,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** @@ -26,7 +26,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.