From 967e4cce9d6fc3e2c9829e6ef132444d8e209dfd 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:22:39 +0200 Subject: [PATCH] website/docs: fix leftover placeholder in release notes (cherry-pick #14377) (#14871) website/docs: fix leftover placeholder in release notes (#14377) Update v2025.4.md changed download URL to match version 2025.4. Otherwise it will give a 404 Signed-off-by: finkerle <145992792+finkerle@users.noreply.github.com> Co-authored-by: finkerle <145992792+finkerle@users.noreply.github.com> --- website/docs/releases/2025/v2025.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/releases/2025/v2025.4.md b/website/docs/releases/2025/v2025.4.md index 843acb6c75..df6fa7740f 100644 --- a/website/docs/releases/2025/v2025.4.md +++ b/website/docs/releases/2025/v2025.4.md @@ -109,7 +109,7 @@ When you upgrade, be aware that the version of the authentik instance and of any To upgrade, download the new docker-compose file and update the Docker stack with the new version, using these commands: ```shell -wget -O docker-compose.yml https://goauthentik.io/version/xxxx.x/docker-compose.yml +wget -O docker-compose.yml https://goauthentik.io/version/2025.4/docker-compose.yml docker compose up -d ```