Skip to content

tasks: delay startup signals (cherry-pick #17769 to version-2025.10)#17775

Merged
rissson merged 1 commit intoversion-2025.10from
cherry-pick/17769-to-version-2025.10
Oct 28, 2025
Merged

tasks: delay startup signals (cherry-pick #17769 to version-2025.10)#17775
rissson merged 1 commit intoversion-2025.10from
cherry-pick/17769-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #17769 to version-2025.10 branch.

Original PR: #17769
Original Author: @rissson
Cherry-picked commit: 56d399a

@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit d56ddc3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690103e745344800085e273a

@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit d56ddc3
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690103e702b83e0008259d60
😎 Deploy Preview https://deploy-preview-17775--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.

@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

❌ Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.98%. Comparing base (907ea8b) to head (d56ddc3).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/tasks/middleware.py 42.85% 4 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           version-2025.10   #17775   +/-   ##
================================================
  Coverage            92.98%   92.98%           
================================================
  Files                  869      869           
  Lines                47945    47947    +2     
================================================
+ Hits                 44581    44585    +4     
+ Misses                3364     3362    -2     
Flag Coverage Δ
e2e 45.27% <42.85%> (+0.02%) ⬆️
integration 23.19% <42.85%> (+<0.01%) ⬆️
unit 91.07% <42.85%> (-0.01%) ⬇️
unit-migrate 91.12% <42.85%> (+<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.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Oct 28, 2025
@rissson rissson enabled auto-merge (squash) October 28, 2025 18:10
@rissson rissson merged commit 5816f0d into version-2025.10 Oct 28, 2025
87 of 88 checks passed
@rissson rissson deleted the cherry-pick/17769-to-version-2025.10 branch October 28, 2025 18:15
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Oct 28, 2025
@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-d56ddc39eea6cbf352ae6d51cdfdd4a1169707d6
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-d56ddc39eea6cbf352ae6d51cdfdd4a1169707d6

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

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant