website/docs: Remove stale 2024 version directives#19888
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dominic-r
left a comment
There was a problem hiding this comment.
Yep, saw that happen in one of my PRs. Thanks Teffen!
Mabye we could make this warn instead of fail to prevent unneeded red ci's over a version badge? Just an idea
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dc79223 to
cc71a08
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19888 +/- ##
=======================================
Coverage 93.25% 93.26%
=======================================
Files 968 968
Lines 53331 53331
=======================================
+ Hits 49735 49737 +2
+ Misses 3596 3594 -2
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-cc71a085f1bf4a3138e6d5ecc6af8662cea29fda
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-cc71a085f1bf4a3138e6d5ecc6af8662cea29fdaAfterwards, run the upgrade commands from the latest release notes. |
…to version-2025.12) (#19899) * Cherry-pick #19888 to version-2025.12 (with conflicts) This cherry-pick has conflicts that need manual resolution. Original PR: #19888 Original commit: 469bc0b * fix conflict Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
|
|
|
…to version-2025.10) (#20022) * Cherry-pick #19888 to version-2025.10 (with conflicts) This cherry-pick has conflicts that need manual resolution. Original PR: #19888 Original commit: 469bc0b * fix conflicts Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
…to version-2025.8) (#20021) * Cherry-pick #19888 to version-2025.8 (with conflicts) This cherry-pick has conflicts that need manual resolution. Original PR: #19888 Original commit: 469bc0b * fix conflicts Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * not fail Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
Details
This PR removes instances of
:ak-version[2024.*], fixing our documentation build task.