lifecycle: fix arguments not being passed to worker command#14574
lifecycle: fix arguments not being passed to worker command#14574
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14574 +/- ##
==========================================
+ Coverage 92.69% 92.76% +0.06%
==========================================
Files 809 809
Lines 41529 41529
==========================================
+ Hits 38497 38523 +26
+ Misses 3032 3006 -26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/cherry-pick version-2025.4 |
|
/cherry-pick version-2025.2 |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-219a46427707e4521de549c5372373b006e48f15
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-219a46427707e4521de549c5372373b006e48f15Afterwards, run the upgrade commands from the latest release notes. |
* main: (55 commits) web: Fix missing Enterprise sidebar entries. (#14615) core, web: update translations (#14626) esbuild-plugin-live-reload: Publish. (#14624) web/NPM Workspaces: Prep ESBuild plugin for publish. (#14552) lifecycle: fix arguments not being passed to worker command (#14574) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14611) providers/proxy: kubernetes outpost: fix reconcile when ingress class name changed (#14612) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14608) translate: Updates for file web/xliff/en.xlf in zh_CN (#14607) translate: Updates for file web/xliff/en.xlf in zh-Hans (#14609) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14606) root: move forked dependencies to goauthentik org (#14590) core: bump library/node from 22 to 24 (#14410) core: bump django-guardian from 2.4.0 to v3.0.0 (#14453) enterprise/stages/mtls: improve certificate validation (#14582) translate: Updates for file web/xliff/en.xlf in it (#14575) core, web: update translations (#14578) core: bump sentry-sdk from 2.28.0 to 2.29.1 (#14579) core: bump astral-sh/uv from 0.7.5 to 0.7.6 (#14580) web/NPM Workspaces: ESbuild version cleanup (#14541) ...
Details
Fix arguments not being correctly parsed to worker
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make website)