Skip to content

core, web: update translations#17943

Merged
BeryJu merged 1 commit intomainfrom
extract-compile-backend-translation
Nov 10, 2025
Merged

core, web: update translations#17943
BeryJu merged 1 commit intomainfrom
extract-compile-backend-translation

Conversation

@authentik-automation
Copy link
Contributor

core, web: update translations

@authentik-automation authentik-automation bot added the dependencies Pull requests that update a dependency file label Nov 5, 2025
@authentik-automation authentik-automation bot requested review from a team as code owners November 5, 2025 00:11
@authentik-automation authentik-automation bot added the dependencies Pull requests that update a dependency file label Nov 5, 2025
@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 3fd14f6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69112dc29626700008f6eab5

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

authentik translations instructions

Thanks for your pull request!

authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically.

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 3fd14f6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69112dc22fe2450008a3dc14

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 3fd14f6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69112dc253e6f500083906e7

@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17943      +/-   ##
==========================================
+ Coverage   92.82%   92.92%   +0.10%     
==========================================
  Files         869      869              
  Lines       48040    48040              
==========================================
+ Hits        44591    44643      +52     
+ Misses       3449     3397      -52     
Flag Coverage Δ
e2e 45.23% <ø> (+0.43%) ⬆️
integration 23.19% <ø> (+<0.01%) ⬆️
unit 91.08% <ø> (+<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

github-actions bot commented Nov 5, 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-61ce0c1905ea5e380485693ea906112629be21ad
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-61ce0c1905ea5e380485693ea906112629be21ad

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

@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch from eb4ce04 to 61ce0c1 Compare November 6, 2025 00:11
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 6, 2025
@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch 3 times, most recently from 7d6cf17 to ac07230 Compare November 9, 2025 00:12
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch from ac07230 to 3fd14f6 Compare November 10, 2025 00:11
@BeryJu BeryJu merged commit 69000ea into main Nov 10, 2025
83 of 94 checks passed
@BeryJu BeryJu deleted the extract-compile-backend-translation branch November 10, 2025 15:10
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 10, 2025
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (42 commits)
  core, web: update translations (#17943)
  web: bump @types/node from 24.9.1 to 24.10.0 in /packages/prettier-config (#17949)
  core: bump library/nginx from `f547e3d` to `1beed3c` in /website (#17955)
  core: bump goauthentik.io/api/v3 from 3.2025120.2 to 3.2025120.3 (#17945)
  web: bump @types/node from 22.15.19 to 24.10.0 in /web (#17950)
  ci: bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#17999)
  lifecycle/aws: bump aws-cdk from 2.1031.1 to 2.1031.2 in /lifecycle/aws (#18014)
  core: bump golang.org/x/sync from 0.17.0 to 0.18.0 (#18033)
  core: bump astral-sh/uv from 0.9.7 to 0.9.8 (#18037)
  core: bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 (#18034)
  core: bump axllent/mailpit from v1.27.10 to v1.27.11 in /tests/e2e (#18035)
  ci: bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#18036)
  core: bump library/golang from `a13297b` to `27e1c92` (#18038)
  ci: fix migrate-from-stable for old versions (#18019)
  core: bump library/golang from 1.25.3-trixie to 1.25.4-trixie (#18000)
  website/docs: updates img-src csp (#18010)
  providers/saml: move sp binding location and default value (#17609)
  core: Add example invitation blueprint (#17661)
  root: settings.py: fix comment (#18006)
  core: bump google-auth-httplib2 from 0.2.0 to v0.2.1 (#17978)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants