Skip to content

core: remove session migration#14568

Merged
rissson merged 3 commits intomainfrom
remove-session-migration-code
Jan 14, 2026
Merged

core: remove session migration#14568
rissson merged 3 commits intomainfrom
remove-session-migration-code

Conversation

@rissson
Copy link
Member

@rissson rissson commented May 19, 2025

Details

As discussed. Should be added to 2025.5 (.6?) release notes that .4 is a required upgrade otherwise sessions will be removed.

Do it by 2026


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 website)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson requested a review from a team as a code owner May 19, 2025 11:27
@netlify
Copy link

netlify bot commented May 19, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 0cdf7d1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68b1b6c2d02f0c0008861bc2

@netlify
Copy link

netlify bot commented May 19, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0cdf7d1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68b1b6c2ee925a000884d2d4
😎 Deploy Preview https://deploy-preview-14568--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.

@codecov
Copy link

codecov bot commented May 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.35%. Comparing base (d1ac7e5) to head (9906e49).
⚠️ Report is 42 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14568      +/-   ##
==========================================
+ Coverage   93.10%   93.35%   +0.24%     
==========================================
  Files         949      949              
  Lines       52419    52419              
==========================================
+ Hits        48806    48936     +130     
+ Misses       3613     3483     -130     
Flag Coverage Δ
conformance 38.78% <ø> (+<0.01%) ⬆️
e2e 44.68% <ø> (+0.63%) ⬆️
integration 23.43% <ø> (+<0.01%) ⬆️
unit 91.57% <ø> (+<0.01%) ⬆️
unit-migrate 91.61% <ø> (+<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.

@github-actions
Copy link
Contributor

github-actions bot commented May 19, 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-9906e496b9751d51ae300dd384927f74ffc29419
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-9906e496b9751d51ae300dd384927f74ffc29419

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

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Aug 29, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 0cdf7d1
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68b1b6c2ee925a000884d2d8

@rissson rissson marked this pull request as draft August 29, 2025 14:19
Copy link
Collaborator

@gergosimonyi gergosimonyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

125 days to go ✨

@rissson rissson self-assigned this Dec 15, 2025
@rissson rissson added this to the Release 2026.2 milestone Dec 15, 2025
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Dec 15, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson marked this pull request as ready for review January 13, 2026 14:21
@rissson rissson enabled auto-merge (squash) January 13, 2026 14:22
@rissson rissson merged commit c81f6c5 into main Jan 14, 2026
261 of 273 checks passed
@rissson rissson deleted the remove-session-migration-code branch January 14, 2026 15:06
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Jan 14, 2026
@gergosimonyi
Copy link
Collaborator

Damn, nice

kensternberg-authentik added a commit that referenced this pull request Jan 14, 2026
* main: (87 commits)
  core: bump importlib-metadata from 8.6.1 to 8.7.1 (#19430)
  core: bump geoip2 from 5.1.0 to 5.2.0 (#19429)
  core: bump debugpy from 1.8.14 to 1.8.19 (#19414)
  core: remove session migration (#14568)
  website/docs: add 2026.2 release notes draft page (#19418)
  core: bump wsproto from 1.2.0 to 1.3.2 (#19417)
  core: bump bpython from 0.25 to 0.26 (#19408)
  core: bump pdoc from 15.0.3 to 16.0.0 (#19413)
  core: bump ruff from 0.11.9 to 0.14.11 (#19410)
  core: bump python-kadmin-rs from 0.6.1 to 0.6.3 (#19416)
  core: bump drf-orjson-renderer from 1.7.3 to 1.8.0 (#19415)
  core: bump black from 25.1.0 to 25.12.0 (#19412)
  core: bump lxml from 6.0.0 to 6.0.2 (#19409)
  core: bump xmlsec from 1.3.16 to 1.3.17 (#19411)
  core: bump library/nginx from `06eb0c8` to `e3a22a7` in /website (#19394)
  core: bump library/node from `03729a7` to `6222695` in /website (#19393)
  website/docs: remove "beta" tag from 2025.12 (#19404)
  website/docs: add import to discord policy (#19397)
  web: bump @types/node from 25.0.7 to 25.0.8 in /web (#19392)
  website/docs: mention dynamic overrides in redirect stage documentation (#19368)
  ...
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