Conversation
✅ 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 @@
## main #20348 +/- ##
==========================================
- Coverage 93.32% 93.27% -0.05%
==========================================
Files 981 981
Lines 55134 55134
==========================================
- Hits 51454 51428 -26
- Misses 3680 3706 +26
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-3ab3c56751d710f59a69dd65ce6a178a6463a1ee
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-3ab3c56751d710f59a69dd65ce6a178a6463a1eeAfterwards, run the upgrade commands from the latest release notes. |
|
|
|
|
|
|
|
🍒 Cherry-pick to |
This change was made as a "temporary fix" in #17407 for end-to-end tests. Let's see if we can remove it.
npm ihere results in changes toweb/package-lock.jsonin many workflows, for example when tagging a new release. In 2026.2.0-rc3 it caused a change that broke the lockfile so badly it couldn't benpm cid after in the release workflow.