Skip to content

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Nov 20, 2025

closes #18228

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit edc6019
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/691f564ff1e94700089dbe1b

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit edc6019
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/691f564fcabc9600099c8d3f

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit edc6019
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/691f564f3ad2e10008407d44

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.96%. Comparing base (64965e3) to head (edc6019).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/stages/prompt/models.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18297   +/-   ##
=======================================
  Coverage   92.96%   92.96%           
=======================================
  Files         869      869           
  Lines       48143    48144    +1     
=======================================
+ Hits        44756    44759    +3     
+ Misses       3387     3385    -2     
Flag Coverage Δ
e2e 45.18% <50.00%> (+0.02%) ⬆️
integration 23.17% <50.00%> (+<0.01%) ⬆️
unit 91.07% <50.00%> (+<0.01%) ⬆️
unit-migrate 91.12% <50.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Jens Langhammer <[email protected]>
@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-edc60194f29ea984ff5a2983f753cb5797a0f0cc
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-edc60194f29ea984ff5a2983f753cb5797a0f0cc

Afterwards, run the upgrade commands from the latest release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Text (read-only) fields, not required "may not be blank"

2 participants