Skip to content

Conversation

rissson
Copy link
Member

@rissson rissson commented Sep 24, 2025

Details

REPLACE ME


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 <marc.schmitt@risson.space>
@rissson rissson self-assigned this Sep 24, 2025
@rissson rissson requested a review from a team as a code owner September 24, 2025 14:35
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit b81d415
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68d418133cfa240008370fa8

Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit b81d415
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68d41813e9257d000802a83c

Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit b81d415
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68d41813d246a00008efe488
😎 Deploy Preview https://deploy-preview-16978--authentik-storybook.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.

Copy link

codecov bot commented Sep 24, 2025

Codecov Report

❌ Patch coverage is 95.91837% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.78%. Comparing base (7d718a1) to head (b81d415).
⚠️ Report is 6 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/events/tasks.py 66.66% 1 Missing ⚠️
authentik/outposts/tasks.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16978      +/-   ##
==========================================
- Coverage   92.83%   92.78%   -0.06%     
==========================================
  Files         845      845              
  Lines       45675    45668       -7     
==========================================
- Hits        42403    42373      -30     
- Misses       3272     3295      +23     
Flag Coverage Δ
e2e 46.32% <55.10%> (-0.09%) ⬇️
integration 23.38% <51.02%> (-0.01%) ⬇️
unit 90.93% <95.91%> (+<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: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson mentioned this pull request Sep 24, 2025
6 tasks
Copy link
Contributor

github-actions bot commented Sep 24, 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-b81d415faf6dd4fb341ea4d2f593643f05523838
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-b81d415faf6dd4fb341ea4d2f593643f05523838

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson mentioned this pull request Sep 24, 2025
6 tasks
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.

1 participant