Skip to content

Conversation

rissson
Copy link
Member

@rissson rissson commented Aug 27, 2025

Details

Discovered in #16386, but does not fix it


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 <marc.schmitt@risson.space>
@rissson rissson requested a review from a team as a code owner August 27, 2025 12:47
@rissson rissson added the backport/version-2025.8 Add this label to PRs to backport changes to 2025.8 label Aug 27, 2025
Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 1363dab
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68aefe7bfe1b7e0008767dac
😎 Deploy Preview https://deploy-preview-16401--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.

Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 1363dab
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68aefe7b7b919c00081f409a
😎 Deploy Preview https://deploy-preview-16401--authentik-integrations.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.

Copy link

netlify bot commented Aug 27, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1363dab
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68aefe7b62c99900088058ce
😎 Deploy Preview https://deploy-preview-16401--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 enabled auto-merge (squash) August 27, 2025 12:50
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 (04a8357) to head (1363dab).
⚠️ Report is 33 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16401      +/-   ##
==========================================
- Coverage   92.78%   92.73%   -0.06%     
==========================================
  Files         838      838              
  Lines       45290    45290              
==========================================
- Hits        42023    41999      -24     
- Misses       3267     3291      +24     
Flag Coverage Δ
e2e 46.57% <ø> (+<0.01%) ⬆️
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.

@rissson rissson merged commit 5a26382 into main Aug 27, 2025
157 of 159 checks passed
@rissson rissson deleted the fix-prom-multiproc-dir branch August 27, 2025 13:18
@authentik-automation
Copy link
Contributor

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

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-1363dab755708f8befbe932000c31e975d5a4469
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-1363dab755708f8befbe932000c31e975d5a4469

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

rissson added a commit that referenced this pull request Aug 27, 2025
…16401) (#16407)

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
fix PROMETHEUS_MULTIPROC_DIR missing suffix (#16401)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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