Skip to content

Conversation

@dominic-r
Copy link
Member

minor nit i noticed

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)

@dominic-r dominic-r requested a review from a team as a code owner December 24, 2025 23:01
@dominic-r dominic-r self-assigned this Dec 24, 2025
@dominic-r dominic-r added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Dec 24, 2025
@dominic-r dominic-r added the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Dec 24, 2025
@dominic-r dominic-r added this to the Release 2025.12 milestone Dec 24, 2025
@dominic-r dominic-r enabled auto-merge (squash) December 24, 2025 23:03
@netlify
Copy link

netlify bot commented Dec 24, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5b4f00b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/694c70b1e299ab0008eb4684
😎 Deploy Preview https://deploy-preview-19048--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.

@netlify
Copy link

netlify bot commented Dec 24, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 5b4f00b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/694c70b1be18c400087ac267
😎 Deploy Preview https://deploy-preview-19048--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.

@codecov
Copy link

codecov bot commented Dec 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.32%. Comparing base (61e45ca) to head (5b4f00b).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19048      +/-   ##
==========================================
- Coverage   93.37%   93.32%   -0.05%     
==========================================
  Files         950      950              
  Lines       52229    52229              
==========================================
- Hits        48771    48745      -26     
- Misses       3458     3484      +26     
Flag Coverage Δ
conformance 38.83% <ø> (+<0.01%) ⬆️
e2e 44.58% <ø> (-0.02%) ⬇️
integration 23.34% <ø> (-0.06%) ⬇️
unit 91.59% <ø> (+<0.01%) ⬆️
unit-migrate 91.64% <ø> (+<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

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-5b4f00beca60b44bee27c01a7b4c810b0eed80d0
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-5b4f00beca60b44bee27c01a7b4c810b0eed80d0

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

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

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

Simple enough.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Dec 29, 2025
@dominic-r dominic-r merged commit 2a97dd2 into main Dec 29, 2025
102 checks passed
@dominic-r dominic-r deleted the sdko/fix-hover-promoted branch December 29, 2025 16:59
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 29, 2025
@authentik-automation
Copy link
Contributor

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

kensternberg-authentik added a commit that referenced this pull request Dec 29, 2025
* main:
  web/maintenance/no unknown attributes (part 1) (#18970)
  Update Vaultwarden documentation by removing warning (#19102)
  web: Fix stale flow background (#19015)
  web: fix promoted source button hover losing blue color (#19048)
  web: bump knip from 5.77.1 to 5.78.0 in /web (#19090)
dominic-r added a commit that referenced this pull request Jan 6, 2026
…19048 to version-2025.12) (#19100)

web: fix promoted source button hover losing blue color (#19048)

Co-authored-by: Dominic R <[email protected]>
kensternberg-authentik added a commit that referenced this pull request Jan 12, 2026
* main: (48 commits)
  website/integrations: karakeep: don't hardcode wellknown's slug (#19127)
  core, web: bump qs from 6.14.0 to 6.14.1 in /packages/docusaurus-config (#19130)
  core: bump library/node from `ccfd9da` to `03729a7` in /website (#19125)
  core: bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0 (#19088)
  web: bump the swc group across 1 directory with 11 updates (#19124)
  core: bump library/nginx from `ad85427` to `ca871a8` in /website (#19126)
  web: Capitalize language display names, code owner fix (#19119)
  web: Fix Impersonation, Lit Reactive Controller Contexts (#19114)
  web: bump the eslint group across 1 directory with 3 updates (#19110)
  core: bump library/nginx from `fb01117` to `ad85427` in /website (#19112)
  web: bump the storybook group across 1 directory with 5 updates (#19111)
  website/docs: release notes: Add more integrations (#19109)
  website/integrations: Add Audiobookshelf (#19104)
  website/integrations: Add Pulse (#19105)
  web/maintenance/no unknown attributes (part 1) (#18970)
  Update Vaultwarden documentation by removing warning (#19102)
  web: Fix stale flow background (#19015)
  web: fix promoted source button hover losing blue color (#19048)
  web: bump knip from 5.77.1 to 5.78.0 in /web (#19090)
  website/docs: endpoint devices: add path to macos setup (#19093)
  ...
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

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants