Skip to content

website/release notes: fix broken urls (cherry-pick #18041 to version-2025.10)#18044

Merged
dominic-r merged 1 commit intoversion-2025.10from
cherry-pick/18041-to-version-2025.10
Nov 10, 2025
Merged

website/release notes: fix broken urls (cherry-pick #18041 to version-2025.10)#18044
dominic-r merged 1 commit intoversion-2025.10from
cherry-pick/18041-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #18041 to version-2025.10 branch.

Original PR: #18041
Original Author: @kensternberg-authentik
Cherry-picked commit: cbc1351

* website: fix bad escaping of URLs in release notes

## What

Fixes bad escaping of URLs in the release notes that resulted in mangled output.

v2024.6.4 had entries that looked like this:

```
##### `GET` /providers/google_workspace/{#123;id}#125;/
```

v2025.4.md had entries that looked like this:

```
##### `GET` /policies/unique_password/{#125;#123;policy_uuid}/
```

A couple of straightforward search-and-replaces has fixed the issue.

## Notes

Two of the release notes had bad escaping of URLs. I'm not sure how the error was made or got past,
but it was obvious when visiting the page.

@BeryJu suggested that the bug is due to our using `{...}` to symbolize parameters in a URL while
Docusaurus wants to interpret `{...}` as an internal template instruction, resulting in odd
behavior. In either case, docusarus interpreted the hashtagged entries as links to unrelated issues
in Github (the same two issues, which were "bump version of pylint" and "bump version of sentry"),
which could be very confusing.

The inconsistencies between the two releases, and the working releases, suggests that the error was
introduced manually.
@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 31b97e5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/691244e90531e8000858dedb
😎 Deploy Preview https://deploy-preview-18044--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 31b97e5
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/691244e99132710007acbe36
😎 Deploy Preview https://deploy-preview-18044--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-31b97e551b7ae8e74aa54054074fef3e773d49ea
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-31b97e551b7ae8e74aa54054074fef3e773d49ea

Afterwards, run the upgrade commands from the latest release notes.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 10, 2025
@dominic-r dominic-r merged commit fb56a54 into version-2025.10 Nov 10, 2025
91 of 92 checks passed
@dominic-r dominic-r deleted the cherry-pick/18041-to-version-2025.10 branch November 10, 2025 20:50
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants