Skip to content

tenants: fix default schema in initial migration#21114

Merged
rissson merged 1 commit intomainfrom
fix-default-schema
Mar 24, 2026
Merged

tenants: fix default schema in initial migration#21114
rissson merged 1 commit intomainfrom
fix-default-schema

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 24, 2026

Details

see #20328


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 Mar 24, 2026
@rissson rissson requested a review from a team as a code owner March 24, 2026 13:01
@rissson rissson moved this to Needs review in authentik Core Mar 24, 2026
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Mar 24, 2026
@netlify
Copy link

netlify bot commented Mar 24, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 57ba6fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69c28b1c4954440008e0230c
😎 Deploy Preview https://deploy-preview-21114--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.

@rissson rissson enabled auto-merge (squash) March 24, 2026 13:05
@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.76%. Comparing base (cf6c434) to head (57ba6fd).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21114      +/-   ##
==========================================
- Coverage   92.80%   92.76%   -0.05%     
==========================================
  Files        1000     1000              
  Lines       56560    56560              
  Branches      425      425              
==========================================
- Hits        52493    52470      -23     
- Misses       4067     4090      +23     
Flag Coverage Δ
conformance 37.40% <ø> (+<0.01%) ⬆️
e2e 42.89% <ø> (ø)
integration 22.18% <ø> (-0.05%) ⬇️
rust 0.23% <ø> (ø)
unit 91.71% <ø> (+<0.01%) ⬆️
unit-migrate 91.81% <ø> (+<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.

@rissson rissson merged commit bae137d into main Mar 24, 2026
108 checks passed
@rissson rissson deleted the fix-default-schema branch March 24, 2026 13:36
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 24, 2026
@github-actions
Copy link
Contributor

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-57ba6fde937b731f1655b387c98b08f93f37bb22
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-57ba6fde937b731f1655b387c98b08f93f37bb22

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

kensternberg-authentik added a commit that referenced this pull request Mar 26, 2026
* main:
  core: remove filter_not_expired for QS (#18274)
  tenants: fix default schema in initial migration (#21114)
  core: bump django-stubs[compatible-mypy] from 5.2.9 to 6.0.1 (#21099)
  core, web: update translations (#21097)
  lifecycle/aws: bump aws-cdk from 2.1112.0 to 2.1113.0 in /lifecycle/aws (#21098)
  core: bump types-requests from 2.32.4.20260107 to 2.32.4.20260324 (#21100)
  core: bump constructs from 10.5.1 to 10.6.0 (#21101)
  core: bump astral-sh/uv from 0.10.12 to 0.11.0 in /lifecycle/container (#21103)
  ci: bump taiki-e/install-action from 2.69.6 to 2.69.7 in /.github/actions/setup (#21104)
  web: bump flatted from 3.4.1 to 3.4.2 (#21076)
  core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1774286095 (#21089)
  core: bump cbor2 from 5.8.0 to 5.9.0 (#21094)
  ci: fix cherry-pick action generating empty title (#21091)
  web: bump the swc group across 1 directory with 11 updates (#21070)
  web: bump yaml from 2.8.2 to 2.8.3 in /web (#21071)
  core: add flag for future default behaviour of requiring a binding to access an application (#16247)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants