Skip to content

Conversation

@GirlBossRush
Copy link
Contributor

Details

This PR covers a few fixes to <ak-timestamp>, allowing for more immediate refreshing on the first minute, then every minute afterwards. Refinements to the @property change callback and added visibility checks also reduce the frequency of component updates.

@GirlBossRush GirlBossRush self-assigned this Nov 20, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner November 20, 2025 21:30
@GirlBossRush GirlBossRush added a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc labels Nov 20, 2025
@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 603ac67
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6925da89ac2af10008a01d9d
😎 Deploy Preview https://deploy-preview-18300--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.

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 603ac67
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6925da89555fdb000730bd8a
😎 Deploy Preview https://deploy-preview-18300--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 Nov 20, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 603ac67
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6925da8a015a500008bd38dd
😎 Deploy Preview https://deploy-preview-18300--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 Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.97%. Comparing base (a37162a) to head (603ac67).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18300      +/-   ##
==========================================
+ Coverage   87.47%   92.97%   +5.50%     
==========================================
  Files         894      894              
  Lines       48923    48923              
==========================================
+ Hits        42793    45487    +2694     
+ Misses       6130     3436    -2694     
Flag Coverage Δ
e2e 45.34% <ø> (+0.35%) ⬆️
integration 23.14% <ø> (+<0.01%) ⬆️
unit 91.11% <ø> (+5.98%) ⬆️
unit-migrate 91.16% <ø> (+17.05%) ⬆️

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

github-actions bot commented Nov 20, 2025

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-603ac67613c569d2c3f346705fa483455218aab1
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-603ac67613c569d2c3f346705fa483455218aab1

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a11y Features or issues related to accessibility area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants