Skip to content

root: do not require backend approval for npm workspace dependencies#18738

Merged
rissson merged 1 commit intomainfrom
fix-codeowners
Dec 11, 2025
Merged

root: do not require backend approval for npm workspace dependencies#18738
rissson merged 1 commit intomainfrom
fix-codeowners

Conversation

@rissson
Copy link
Member

@rissson rissson commented Dec 11, 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 <marc.schmitt@risson.space>
@rissson rissson self-assigned this Dec 11, 2025
@rissson rissson requested a review from a team as a code owner December 11, 2025 13:54
@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit cbd3f8f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693acd0b74d37f0009786996

@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cbd3f8f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693acd0bc847780008f9b1e1
😎 Deploy Preview https://deploy-preview-18738--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) December 11, 2025 13:55
@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit cbd3f8f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693acd0b4fef28000887a2e4

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.21%. Comparing base (d1a3f76) to head (cbd3f8f).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18738   +/-   ##
=======================================
  Coverage   93.21%   93.21%           
=======================================
  Files         946      946           
  Lines       51768    51768           
=======================================
+ Hits        48257    48258    +1     
+ Misses       3511     3510    -1     
Flag Coverage Δ
e2e 44.77% <ø> (+<0.01%) ⬆️
integration 23.30% <ø> (+<0.01%) ⬆️
unit 91.45% <ø> (+<0.01%) ⬆️
unit-migrate 91.50% <ø> (+<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 a0c3323 into main Dec 11, 2025
134 of 137 checks passed
@rissson rissson deleted the fix-codeowners branch December 11, 2025 14:45
@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-cbd3f8f97227773b9df799578c6ca9118b53a807
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-cbd3f8f97227773b9df799578c6ca9118b53a807

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

kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (69 commits)
  website/docs: fix incorrect menu reference in data exports doc (#18752)
  translate: Updates for project authentik and language zh-Hans (#18756)
  translate: Updates for project authentik and language tr_TR (#18758)
  translate: Updates for project authentik and language fi_FI (#18759)
  translate: Updates for project authentik and language pl_PL (#18754)
  translate: Updates for project authentik and language ru_RU (#18745)
  translate: Updates for project authentik and language ko_KR (#18760)
  translate: Updates for project authentik and language ja_JP (#18755)
  translate: Updates for project authentik and language de_DE (#18749)
  translate: Updates for project authentik and language nl_NL (#18751)
  translate: Updates for project authentik and language pt_BR (#18746)
  translate: Updates for project authentik and language es_ES (#18748)
  translate: Updates for project authentik and language it_IT (#18750)
  translate: Updates for project authentik and language cs_CZ (#18753)
  translate: Updates for project authentik and language fr_FR (#18747)
  stages/identification: Add WebAuthn conditional UI (passkey autofill) support (#18377)
  api: allow configuring default page_size and max_page_size (#18165)
  root: do not require backend approval for npm workspace dependencies (#18738)
  outpost/proxyv2: more tests, fix pg password with spaces, and existing session on restart (#18211)
  web: bump @types/guacamole-common-js from 1.5.4 to 1.5.5 in /web (#18717)
  ...
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.

2 participants