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
@netlify
Copy link

netlify bot commented Sep 24, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 86eb866
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68dc0b6ba32ffe0008793f37
😎 Deploy Preview https://deploy-preview-16978--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 Sep 24, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 86eb866
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68dc0b6b54bc210008619858
😎 Deploy Preview https://deploy-preview-16978--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 Sep 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 86eb866
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68dc0b6b0a54490008ff9587
😎 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.

@codecov
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.86%. Comparing base (54e1bcb) to head (86eb866).
⚠️ Report is 1 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.86%   92.86%           
=======================================
  Files         845      845           
  Lines       46014    46007    -7     
=======================================
- Hits        42729    42723    -6     
+ Misses       3285     3284    -1     
Flag Coverage Δ
e2e 46.17% <55.10%> (-0.01%) ⬇️
integration 23.25% <51.02%> (-0.01%) ⬇️
unit 90.97% <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
@github-actions
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-86eb86625191f1650868b2a8ad02f6d432c4c4e3
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-86eb86625191f1650868b2a8ad02f6d432c4c4e3

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
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) September 29, 2025 17:40
@rissson rissson merged commit 3d81a5d into main Oct 1, 2025
109 checks passed
@rissson rissson deleted the django-dramatiq-postgres branch October 1, 2025 16:32
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.

3 participants