website/docs: update 2025.8 release notes#16269
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ 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 #16269 +/- ##
==========================================
- Coverage 92.79% 92.79% -0.01%
==========================================
Files 837 837
Lines 45251 45251
==========================================
- Hits 41991 41990 -1
- Misses 3260 3261 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-acff2bf3adc2e21dfcab2bd3fe09076984118dce
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-acff2bf3adc2e21dfcab2bd3fe09076984118dceAfterwards, run the upgrade commands from the latest release notes. |
* main: (210 commits) web: Username truncation, field alignment. (#16283) website/docs: adds a webhook header mapping example (#16301) web: Fix issue where form group uses unknown slot. (#16276) lifecycle: set PROMETHEUS_MULTIPROC_DIR as early as possible (#16298) providers/oauth2: fix logout token missing sid, fix wrong sub mode used (#16295) web: bump core-js from 3.45.0 to 3.45.1 in /web (#16290) root: Remove CODEOWNERS entries from docs/ directory (#16287) *: Fix dead doc link (#16288) web: saml provider view: fix state refresh issues (#14474) web: fix "Explore integrations" link in Quick actions (#16274) website/integrations: fix dead links to external docs (#16273) tasks: add rel_obj to system task exception event (#16270) website/docs: update 2025.8 release notes (#16269) web: bump @patternfly/elements from 4.1.0 to 4.2.0 in /web (#16265) web: bump mermaid from 11.9.0 to 11.10.0 in /web (#16263) web: bump @types/guacamole-common-js from 1.5.3 to 1.5.4 in /web (#16262) security: Bump supported versions (#16261) core: bump channels from 4.3.0 to v4.3.1 (#16260) translate: Updates for file web/xliff/en.xlf in cs_CZ (#16264) website: bump the eslint group in /website with 3 updates (#16248) ...
Details
REPLACE ME
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)