Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

Details

Small fixes for how asynchronous logs interact with Make's intercept of SIGINT.

  • Fix issue where terminating an ESBuild watcher doesn't gracefully close event listeners (http servers, file watchers, etc)
  • Fix log output in-fighting with Make's stdout stream, i.e. log lines getting cut across newlines

@GirlBossRush GirlBossRush requested a review from a team as a code owner September 11, 2025 14:03
@netlify
Copy link

netlify bot commented Sep 11, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 68436e7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68c80f0a2004d1000874046d

@netlify
Copy link

netlify bot commented Sep 11, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 68436e7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68c80f0a5965d70008a15c3e
😎 Deploy Preview https://deploy-preview-16723--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 Sep 11, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 68436e7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68c80f0a5965d70008a15c40
😎 Deploy Preview https://deploy-preview-16723--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 Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.77%. Comparing base (7e70c6a) to head (68436e7).
⚠️ Report is 67 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16723   +/-   ##
=======================================
  Coverage   92.77%   92.77%           
=======================================
  Files         838      838           
  Lines       45371    45371           
=======================================
+ Hits        42094    42095    +1     
+ Misses       3277     3276    -1     
Flag Coverage Δ
e2e 46.50% <ø> (+<0.01%) ⬆️
integration 23.51% <ø> (+<0.01%) ⬆️
unit 90.92% <ø> (+<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-68436e764d6ed70c4041401aafaef1b5c70e44ea
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-68436e764d6ed70c4041401aafaef1b5c70e44ea

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

@GirlBossRush GirlBossRush merged commit c1d4e5c into main Sep 17, 2025
108 checks passed
@GirlBossRush GirlBossRush deleted the web-flush-logs branch September 17, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants