Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

@GirlBossRush GirlBossRush commented Jan 9, 2026

Details

This PR fixes a mix-up between AKRequestPostEvent and AKFlowAdvanceEvent introduced in #19141.

Related Merge Branch

@GirlBossRush GirlBossRush requested a review from a team as a code owner January 9, 2026 16:28
@GirlBossRush GirlBossRush added this to the Release 2025.12 milestone Jan 9, 2026
@GirlBossRush GirlBossRush added the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Jan 9, 2026
@netlify
Copy link

netlify bot commented Jan 9, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 61f42de
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69612cb6d6a87b00082c1043
😎 Deploy Preview https://deploy-preview-19309--authentik-storybook.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.

@netlify
Copy link

netlify bot commented Jan 9, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 61f42de
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69612cb6511ffe0008d20edd
😎 Deploy Preview https://deploy-preview-19309--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 Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.30%. Comparing base (caa4826) to head (61f42de).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19309      +/-   ##
==========================================
+ Coverage   93.12%   93.30%   +0.18%     
==========================================
  Files         949      949              
  Lines       52419    52419              
==========================================
+ Hits        48813    48908      +95     
+ Misses       3606     3511      -95     
Flag Coverage Δ
conformance 38.78% <ø> (+<0.01%) ⬆️
e2e 44.67% <ø> (+1.28%) ⬆️
integration 23.37% <ø> (-0.06%) ⬇️
unit 91.56% <ø> (+<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.

@BeryJu BeryJu added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Jan 9, 2026
@GirlBossRush GirlBossRush enabled auto-merge (squash) January 9, 2026 16:51
@GirlBossRush GirlBossRush merged commit 73ccead into main Jan 9, 2026
102 checks passed
@GirlBossRush GirlBossRush deleted the fix-flow-advance-event branch January 9, 2026 16:59
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #19310

@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

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-61f42de07eb92b4686924f006c6689395b2cce32
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-61f42de07eb92b4686924f006c6689395b2cce32

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

kensternberg-authentik added a commit that referenced this pull request Jan 9, 2026
* main:
  web: Fix flow inspector advancement event. (#19309)
  web: bump knip from 5.80.0 to 5.80.1 in /web (#19301)
  core: bump urllib3 from 2.5.0 to v2.6.3 (#19287)
  endpoints: show agent version (#19239)
  core: bump django from v5.2.9 to 5.2.10 (#19290)
  web/admin: add banner to flow import form (#19288)
  web: bump chromedriver from 143.0.3 to 143.0.4 in /web (#19244)
  stages/password: replace session-based retries with reputation (#18643)
  website/integations: fix aws spelling (#19253)
  website/docs: update entra id provider docs (#18366)
BeryJu pushed a commit that referenced this pull request Jan 12, 2026
…sion-2025.12) (#19310)

web: Fix flow inspector advancement event. (#19309)

Co-authored-by: Teffen Ellis <[email protected]>
Co-authored-by: Marcelo Elizeche Landó <[email protected]>
kensternberg-authentik added a commit that referenced this pull request Jan 12, 2026
* main: (44 commits)
  web: Fix flow inspector advancement event. (#19309)
  web: bump knip from 5.80.0 to 5.80.1 in /web (#19301)
  core: bump urllib3 from 2.5.0 to v2.6.3 (#19287)
  endpoints: show agent version (#19239)
  core: bump django from v5.2.9 to 5.2.10 (#19290)
  web/admin: add banner to flow import form (#19288)
  web: bump chromedriver from 143.0.3 to 143.0.4 in /web (#19244)
  stages/password: replace session-based retries with reputation (#18643)
  website/integations: fix aws spelling (#19253)
  website/docs: update entra id provider docs (#18366)
  stages/prompt: optimize API endpoints (#19251)
  web: bump the rollup group across 1 directory with 4 updates (#19206)
  web: bump vite from 7.3.0 to 7.3.1 in /web (#19245)
  website/docs: update github social login script example (#19246)
  website/integrations: update AWS (#17861)
  core: bump goauthentik.io/api/v3 from 3.2026020.8 to 3.2026020.10 (#19242)
  website: Fix typos. (#19243)
  core: fix read replica routing during transactions (#19086)
  website/glossary: improve (#18969)
  stages/authenticator_static: set max token length to 100 chars (#19162)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants