Skip to content

Conversation

@rissson
Copy link
Member

@rissson rissson commented Dec 17, 2025

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)

Signed-off-by: Marc 'risson' Schmitt <[email protected]>
@rissson rissson self-assigned this Dec 17, 2025
@rissson rissson requested review from a team as code owners December 17, 2025 13:08
@rissson rissson added area:infrastructure backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Dec 17, 2025
@rissson rissson added this to the Release 2025.12 milestone Dec 17, 2025
@rissson rissson moved this from Todo to Needs review in authentik Core Dec 17, 2025
@netlify
Copy link

netlify bot commented Dec 17, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit def47fa
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6942ab693d12c60008b4ff68
😎 Deploy Preview https://deploy-preview-18903--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 Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.17%. Comparing base (9d3d96b) to head (def47fa).
⚠️ Report is 10 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18903      +/-   ##
==========================================
+ Coverage   93.01%   93.17%   +0.16%     
==========================================
  Files         947      947              
  Lines       52022    52022              
==========================================
+ Hits        48386    48474      +88     
+ Misses       3636     3548      -88     
Flag Coverage Δ
e2e 44.72% <ø> (+1.01%) ⬆️
integration 23.27% <ø> (-0.06%) ⬇️
unit 91.49% <ø> (ø)
unit-migrate 91.54% <ø> (ø)

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-def47fa7b8aa7b4b1cfcf64287e6f6d417d51110
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-def47fa7b8aa7b4b1cfcf64287e6f6d417d51110

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

@rissson rissson enabled auto-merge (squash) December 17, 2025 15:55
@rissson rissson merged commit 668ad3d into main Dec 17, 2025
138 of 140 checks passed
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Dec 17, 2025
@rissson rissson deleted the docker-compose-fix-mounts branch December 17, 2025 19:33
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 17, 2025
@authentik-automation
Copy link
Contributor

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

melizeche pushed a commit that referenced this pull request Dec 17, 2025
…25.12) (#18918)

root: fix docker-compose data mount (#18903)

Co-authored-by: Marc 'risson' Schmitt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:infrastructure 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