Skip to content

Conversation

@rissson
Copy link
Member

@rissson rissson commented Oct 18, 2025

Details

Closes #17391


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
@rissson rissson self-assigned this Oct 18, 2025
@rissson rissson requested a review from a team as a code owner October 18, 2025 15:49
@netlify
Copy link

netlify bot commented Oct 18, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit f3037f1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68f630967af8990008557af0
😎 Deploy Preview https://deploy-preview-17534--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Oct 18, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f3037f1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68f63096dfb66d00081e2dee
😎 Deploy Preview https://deploy-preview-17534--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Oct 18, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit f3037f1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68f630961c3b3400095cf531

@codecov
Copy link

codecov bot commented Oct 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.94%. Comparing base (52cc30d) to head (f3037f1).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17534      +/-   ##
==========================================
+ Coverage   92.91%   92.94%   +0.03%     
==========================================
  Files         868      868              
  Lines       47910    47912       +2     
==========================================
+ Hits        44514    44532      +18     
+ Misses       3396     3380      -16     
Flag Coverage Δ
e2e 45.27% <50.00%> (+0.07%) ⬆️
integration 23.19% <50.00%> (+<0.01%) ⬆️
unit 91.07% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.09% <100.00%> (-0.02%) ⬇️

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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 18, 2025

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

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

@rissson rissson enabled auto-merge (squash) October 20, 2025 13:02
@rissson rissson merged commit 730b273 into main Oct 20, 2025
136 of 138 checks passed
@rissson rissson deleted the schedules-upsert branch October 20, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Authentik worker fails to start.

3 participants