Skip to content

Conversation

gergosimonyi
Copy link
Collaborator

@gergosimonyi gergosimonyi commented Aug 27, 2025

This came up during trying (and failing, but shhh) to replicate #16303

Test by:

  1. Connecting to a RAC instance on 2025.2.4
  2. Upgrading

Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 274e0ed
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68aef99926894900082bf922

Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 274e0ed
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68aef999fe1b7e000876156b

Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 274e0ed
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68aef999fe33ec00086194b8
😎 Deploy Preview https://deploy-preview-16400--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 changed the title rac: fix AuthenticatedSession migration providers/rac: fix AuthenticatedSession migration Aug 27, 2025
@rissson rissson added backport/version-2025.8 Add this label to PRs to backport changes to 2025.8 backport/version-2025.6 Add this label to PRs to backport changes to 2025.6 backport/version-2025.4 Add this label to PRs to backport changes to 2025.4 labels Aug 27, 2025
Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.73%. Comparing base (ac8ed99) to head (274e0ed).
⚠️ Report is 20 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16400      +/-   ##
==========================================
- Coverage   92.83%   92.73%   -0.11%     
==========================================
  Files         838      838              
  Lines       45290    45290              
==========================================
- Hits        42045    41999      -46     
- Misses       3245     3291      +46     
Flag Coverage Δ
e2e 46.57% <ø> (-0.08%) ⬇️
integration 23.47% <ø> (-0.06%) ⬇️
unit 90.93% <ø> (+<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.

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-274e0edf89d6c3f95de46c97e969d11a80526821
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-274e0edf89d6c3f95de46c97e969d11a80526821

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

@gergosimonyi gergosimonyi marked this pull request as ready for review August 27, 2025 13:27
@gergosimonyi gergosimonyi requested a review from a team as a code owner August 27, 2025 13:27
@rissson rissson merged commit 0efc7e4 into main Aug 27, 2025
115 checks passed
@rissson rissson deleted the rac/fix-authenticated-session-migration branch August 27, 2025 16:05
@rissson rissson changed the title providers/rac: fix AuthenticatedSession migration providers/rac: fix AuthenticatedSession migration Aug 27, 2025
@rissson rissson added backport/version-2025.8 Add this label to PRs to backport changes to 2025.8 backport/version-2025.6 Add this label to PRs to backport changes to 2025.6 backport/version-2025.4 Add this label to PRs to backport changes to 2025.4 and removed backport/version-2025.4 Add this label to PRs to backport changes to 2025.4 backport/version-2025.6 Add this label to PRs to backport changes to 2025.6 backport/version-2025.8 Add this label to PRs to backport changes to 2025.8 labels Aug 27, 2025
authentik-automation bot pushed a commit that referenced this pull request Aug 27, 2025
fix `AuthenticatedSession` migration
authentik-automation bot pushed a commit that referenced this pull request Aug 27, 2025
fix `AuthenticatedSession` migration
authentik-automation bot pushed a commit that referenced this pull request Aug 27, 2025
fix `AuthenticatedSession` migration
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.6 created: #16418

@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.4 created: #16417

@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.8 created: #16419

@authentik-automation
Copy link
Contributor

Cherry-pick to version-2025.8 already exists: #16419

rissson pushed a commit that referenced this pull request Aug 27, 2025
#16419)

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
fix `AuthenticatedSession` migration (#16400)
gergosimonyi added a commit that referenced this pull request Aug 28, 2025
#16417)

providers/rac: fix `AuthenticatedSession` migration (#16400)

fix `AuthenticatedSession` migration

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
gergosimonyi added a commit that referenced this pull request Aug 28, 2025
#16418)

providers/rac: fix `AuthenticatedSession` migration (#16400)

fix `AuthenticatedSession` migration

Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/version-2025.4 Add this label to PRs to backport changes to 2025.4 backport/version-2025.6 Add this label to PRs to backport changes to 2025.6 backport/version-2025.8 Add this label to PRs to backport changes to 2025.8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants