website/docs: remove "beta" tag from 2025.12#19404
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations 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 @@
## main #19404 +/- ##
==========================================
- Coverage 93.34% 93.30% -0.05%
==========================================
Files 949 949
Lines 52423 52423
==========================================
- Hits 48935 48911 -24
- Misses 3488 3512 +24
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-d84ce1c2872d9e787c189594d5b03bf720dcf707
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-d84ce1c2872d9e787c189594d5b03bf720dcf707Afterwards, run the upgrade commands from the latest release notes. |
|
🍒 Cherry-pick to |
…ersion-2025.12) (#19407) Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
* main: (87 commits) core: bump importlib-metadata from 8.6.1 to 8.7.1 (#19430) core: bump geoip2 from 5.1.0 to 5.2.0 (#19429) core: bump debugpy from 1.8.14 to 1.8.19 (#19414) core: remove session migration (#14568) website/docs: add 2026.2 release notes draft page (#19418) core: bump wsproto from 1.2.0 to 1.3.2 (#19417) core: bump bpython from 0.25 to 0.26 (#19408) core: bump pdoc from 15.0.3 to 16.0.0 (#19413) core: bump ruff from 0.11.9 to 0.14.11 (#19410) core: bump python-kadmin-rs from 0.6.1 to 0.6.3 (#19416) core: bump drf-orjson-renderer from 1.7.3 to 1.8.0 (#19415) core: bump black from 25.1.0 to 25.12.0 (#19412) core: bump lxml from 6.0.0 to 6.0.2 (#19409) core: bump xmlsec from 1.3.16 to 1.3.17 (#19411) core: bump library/nginx from `06eb0c8` to `e3a22a7` in /website (#19394) core: bump library/node from `03729a7` to `6222695` in /website (#19393) website/docs: remove "beta" tag from 2025.12 (#19404) website/docs: add import to discord policy (#19397) web: bump @types/node from 25.0.7 to 25.0.8 in /web (#19392) website/docs: mention dynamic overrides in redirect stage documentation (#19368) ...
No description provided.