Skip to content

admin/files: delete applications cache on migration#18565

Merged
rissson merged 5 commits intomainfrom
files-migration-delete-cache
Dec 3, 2025
Merged

admin/files: delete applications cache on migration#18565
rissson merged 5 commits intomainfrom
files-migration-delete-cache

Conversation

@rissson
Copy link
Member

@rissson rissson commented Dec 3, 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 self-assigned this Dec 3, 2025
@rissson rissson requested a review from a team as a code owner December 3, 2025 13:31
@netlify
Copy link

netlify bot commented Dec 3, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 4623d2e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69305c34d6ae600008590d4c

@rissson rissson added this to the Release 2025.12 milestone Dec 3, 2025
@rissson rissson moved this from Todo to Needs review in authentik Core Dec 3, 2025
@netlify
Copy link

netlify bot commented Dec 3, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 4623d2e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69305c34d6ae600008590d50

@netlify
Copy link

netlify bot commented Dec 3, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 4623d2e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69305c340f52ea0008e9c1c3

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Dec 3, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.19%. Comparing base (c1cfeaf) to head (4623d2e).
⚠️ Report is 9 commits behind head on main.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
e2e 44.78% <ø> (+<0.01%) ⬆️
integration 22.74% <ø> (-0.06%) ⬇️
unit 91.45% <ø> (+<0.01%) ⬆️
unit-migrate 91.50% <ø> (+<0.01%) ⬆️

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.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) December 3, 2025 16:13
@rissson rissson merged commit f46159b into main Dec 3, 2025
97 checks passed
@rissson rissson deleted the files-migration-delete-cache branch December 3, 2025 16:22
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 3, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 3, 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-4623d2e06ca6a701e4fb1da245f80b4f57d48562
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-4623d2e06ca6a701e4fb1da245f80b4f57d48562

Afterwards, 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants