website: Hotfix version 2025.8/website versioning#16336
website: Hotfix version 2025.8/website versioning#16336rissson merged 2 commits intoversion-2025.8from
Conversation
* website: Update route base path. * website: Add copy step for migration. * website: Use build redirects. * website: Ensure that netlify config is picked up. * website: Add shared Netlify plugin cache. * website: Use relative path. * website: Fix routing when moving across versioned URLs. * website: Fix issues surrounding origin detection. * website: Allow integrations to omit plugin data, fix types.
* website: Move docs netlify.toml * Update publish path in Netlify configuration Signed-off-by: Dominic R <dominic@sdko.org> --------- Signed-off-by: Dominic R <dominic@sdko.org>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## version-2025.8 #16336 +/- ##
==================================================
+ Coverage 92.77% 92.82% +0.05%
==================================================
Files 836 836
Lines 45209 45209
==================================================
+ Hits 41942 41967 +25
+ Misses 3267 3242 -25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-a67ad0cd36ab0e1b0c08ae6e04c4705896e32521
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-a67ad0cd36ab0e1b0c08ae6e04c4705896e32521Afterwards, run the upgrade commands from the latest release notes. |
Details
#15774
This PR fixes several issues surrounding Docusaurus's ability to consistently use version URLs, such as when linking to and from the API reference, as well as linking to prerelease docs.
#16320