Skip to content

outpost: revert breaking signals change (cherry-pick #17847 to version-2025.10)#17848

Merged
BeryJu merged 1 commit intoversion-2025.10from
cherry-pick/17847-to-version-2025.10
Oct 31, 2025
Merged

outpost: revert breaking signals change (cherry-pick #17847 to version-2025.10)#17848
BeryJu merged 1 commit intoversion-2025.10from
cherry-pick/17847-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

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

Original PR: #17847
Original Author: @BeryJu
Cherry-picked commit: d57103f

I have no idea why this breaks tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 50c386f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69040806a88ae000089d1396
😎 Deploy Preview https://deploy-preview-17848--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 31, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 50c386f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69040806d194380008e47d4a

@codecov
Copy link

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.98%. Comparing base (6682136) to head (50c386f).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           version-2025.10   #17848       +/-   ##
====================================================
+ Coverage            82.94%   92.98%   +10.04%     
====================================================
  Files                  869      869               
  Lines                47953    47955        +2     
====================================================
+ Hits                 39774    44591     +4817     
+ Misses                8179     3364     -4815     
Flag Coverage Δ
e2e 45.25% <57.14%> (+0.05%) ⬆️
integration 23.19% <57.14%> (+<0.01%) ⬆️
unit 91.08% <100.00%> (+10.95%) ⬆️
unit-migrate 91.13% <100.00%> (+10.55%) ⬆️

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.

@BeryJu BeryJu merged commit b0945ee into version-2025.10 Oct 31, 2025
87 checks passed
@BeryJu BeryJu deleted the cherry-pick/17847-to-version-2025.10 branch October 31, 2025 01:20
@github-project-automation github-project-automation bot moved this from Todo to Done in authentik Core Oct 31, 2025
@BeryJu BeryJu added this to the Release 2025.10.1 milestone Oct 31, 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-50c386fe40b8bbd0b3b7e5fdff8ef8a66926a0e7
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-50c386fe40b8bbd0b3b7e5fdff8ef8a66926a0e7

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