Skip to content

tasks/schedules: fix rel obj not being associated or updated#17934

Merged
rissson merged 1 commit intomainfrom
fix-schedule-rel-obj
Nov 4, 2025
Merged

tasks/schedules: fix rel obj not being associated or updated#17934
rissson merged 1 commit intomainfrom
fix-schedule-rel-obj

Conversation

@rissson
Copy link
Member

@rissson rissson commented Nov 4, 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 added this to the Release 2025.10.2 milestone Nov 4, 2025
@rissson rissson self-assigned this Nov 4, 2025
@rissson rissson requested a review from a team as a code owner November 4, 2025 13:16
@rissson rissson added area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Nov 4, 2025
@netlify
Copy link

netlify bot commented Nov 4, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 34feb82
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6909fcc949984e000784f8e0

@rissson rissson moved this from Todo to Needs review in authentik Core Nov 4, 2025
@netlify
Copy link

netlify bot commented Nov 4, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 34feb82
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6909fcc99be5c20008b8a226

@netlify
Copy link

netlify bot commented Nov 4, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 34feb82
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6909fcc9500d210008cf4bb1
😎 Deploy Preview https://deploy-preview-17934--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.

@codecov
Copy link

codecov bot commented Nov 4, 2025

Codecov Report

❌ Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.93%. Comparing base (e2e7021) to head (34feb82).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/tasks/schedules/signals.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17934      +/-   ##
==========================================
+ Coverage   92.63%   92.93%   +0.29%     
==========================================
  Files         869      869              
  Lines       47987    47993       +6     
==========================================
+ Hits        44455    44603     +148     
+ Misses       3532     3390     -142     
Flag Coverage Δ
e2e 45.23% <37.50%> (+3.37%) ⬆️
integration 23.12% <37.50%> (-0.06%) ⬇️
unit 91.08% <87.50%> (+21.15%) ⬆️
unit-migrate 91.13% <87.50%> (+7.95%) ⬆️

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 Needs review to In Progress in authentik Core Nov 4, 2025
@rissson rissson merged commit 52e613b into main Nov 4, 2025
137 of 141 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 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-34feb82a40e2839d510c010cf383e30a3617b2f4
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-34feb82a40e2839d510c010cf383e30a3617b2f4

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

@rissson rissson deleted the fix-schedule-rel-obj branch November 4, 2025 14:04
authentik-automation bot pushed a commit that referenced this pull request Nov 4, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #17936

rissson added a commit that referenced this pull request Nov 4, 2025
…pick #17934 to version-2025.10) (#17936)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
fix rel obj not being associated or updated (#17934)
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main:
  webiste/docs: remove broken info box and fix sentence (#17963)
  web/admin: fixes capitalization in application wizard title (#17959)
  website/docs: added Note about email_verified scope mapping is set to false by default (#17942)
  crypto: update certificate api and component (#17921)
  core: bump openapitools/openapi-diff from 2.1.4 to 2.1.5 in /scripts/api (#17929)
  ci: bump getsentry/action-release from 3.3.0 to 3.4.0 (#17931)
  ci: bump helm/kind-action from 1.12.0 to 1.13.0 (#17930)
  tasks/schedules: fix rel obj not being associated or updated (#17934)
  core, web: update translations (#17807)
  brands: sort matched brand by match length (#17920)
  web: bump the storybook group across 1 directory with 5 updates (#17787)
  brands: add more matching tests (#16185)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants