admin/files: delete applications cache on migration#18565
Merged
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
BeryJu
approved these changes
Dec 3, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18565 +/- ##
==========================================
- Coverage 93.23% 93.19% -0.05%
==========================================
Files 932 932
Lines 51095 51095
==========================================
- Hits 47640 47618 -22
- Misses 3455 3477 +22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4623d2e06ca6a701e4fb1da245f80b4f57d48562
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-4623d2e06ca6a701e4fb1da245f80b4f57d48562Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
added a commit
that referenced
this pull request
Dec 11, 2025
* main: (44 commits) build(deps): bump django from 5.2.8 to 5.2.9 (#18566) web: Adjust colors (#18427) admin/files: delete applications cache on migration (#18565) core: bump astral-sh/uv from 0.9.14 to 0.9.15 (#18555) core: bump goauthentik.io/api/v3 from 3.2025120.11 to 3.2025120.15 (#18551) core: bump goauthentik/fips-debian from `c718f60` to `cf233be` (#18553) ci: bump actions/checkout from 6.0.0 to 6.0.1 (#18554) ci: bump actions/stale from 10.1.0 to 10.1.1 (#18556) ci: bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#18557) ci: bump actions/setup-node from 6.0.0 to 6.1.0 in /.github/actions/setup (#18559) core: bump library/golang from 1.25.4-trixie to 1.25.5-trixie (#18558) providers/scim: cache ServiceProviderConfig (#18047) web/i18n: Locale Context Merge Branch (#18426) website: Glossary (#16007) endpoints/stage: v2, better error handling, more settings (#18545) website: Docusaurus 3.9.2 (#18506) website/integrations: add hoop.dev (#17868) web/flows: update default background image (#18540) endpoints: implement endpoint stage (#18468) website/integrations: add salesforce (#18516) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
REPLACE ME
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 docs)