website/docs: Add changes in 2025.12.2 and 2025.12.3 to the release notes#19949
website/docs: Add changes in 2025.12.2 and 2025.12.3 to the release notes#19949
Conversation
✅ 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. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19949 +/- ##
==========================================
- Coverage 93.27% 93.24% -0.04%
==========================================
Files 968 968
Lines 53332 53332
==========================================
- Hits 49745 49729 -16
- Misses 3587 3603 +16
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-649edcc1733c41c8f36584d6bdd1fe89cb698f64
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-649edcc1733c41c8f36584d6bdd1fe89cb698f64Afterwards, run the upgrade commands from the latest release notes. |
…ease notes (#19949) Add changes in 2025.12.2 and 2025.12.3 to the release notes
|
🍒 Cherry-pick to |
Details
Update rel notes
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)