-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
lifecycle/migrate: fix migration failing if killed during first startup #14207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Taylor Jones <bigfootjonesy@gmail.com> Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site 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 #14207 +/- ##
==========================================
+ Coverage 92.70% 92.75% +0.05%
==========================================
Files 809 809
Lines 41533 41533
==========================================
+ Hits 38505 38526 +21
+ Misses 3028 3007 -21
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:
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-7f23e2898c80b773952119e17b0e985b18a65082
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 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-7f23e2898c80b773952119e17b0e985b18a65082 Afterwards, run the upgrade commands from the latest release notes. |
* main: web: Safari fixes merge branch (#14181) website: bump the build group in /website with 9 updates (#14204) website: bump typescript from 5.8.2 to 5.8.3 in /website (#13786) lifecycle/migrate: fix migration failing if killed during first startup (#14207) core, web: update translations (#14203) lifecycle/aws: bump aws-cdk from 2.1010.0 to 2.1012.0 in /lifecycle/aws (#14205) website/integrations: improves netbird documentation (#14191) website/docs: updated user count info (#14186) website/docs: rearranged brands docs (#14116) website: integrations: apache guacamole: remove redirect URI comments (#14113)
Details
Closes #14201
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
)