Skip to content

core, web: update translations#12145

Merged
BeryJu merged 1 commit intomainfrom
extract-compile-backend-translation
Nov 25, 2024
Merged

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

Conversation

@authentik-automation
Copy link
Contributor

core, web: update translations

@authentik-automation authentik-automation bot requested review from a team as code owners November 22, 2024 00:09
@github-actions
Copy link
Contributor

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 22, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit eecf4b9
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67426f2a9afcea00089b00b7
😎 Deploy Preview https://deploy-preview-12145--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 site configuration.

@netlify
Copy link

netlify bot commented Nov 22, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit eecf4b9
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67426f2a6f05db00083a6e7b

@codecov
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.68%. Comparing base (3d5a189) to head (eecf4b9).
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12145      +/-   ##
==========================================
+ Coverage   92.67%   92.68%   +0.01%     
==========================================
  Files         761      761              
  Lines       38025    38025              
==========================================
+ Hits        35239    35243       +4     
+ Misses       2786     2782       -4     
Flag Coverage Δ
e2e 49.21% <ø> (+0.04%) ⬆️
integration 24.83% <ø> (ø)
unit 90.21% <ø> (ø)

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.


🚨 Try these New Features:

@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-9f8a6adb6acc0ce26baa02c8ba4eb2c88edd5e40
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-9f8a6adb6acc0ce26baa02c8ba4eb2c88edd5e40-arm64
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-9f8a6adb6acc0ce26baa02c8ba4eb2c88edd5e40

For arm64, use these values:

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-9f8a6adb6acc0ce26baa02c8ba4eb2c88edd5e40-arm64

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

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 9f8a6ad to eecf4b9 Compare November 24, 2024 00:11
@BeryJu BeryJu merged commit 71b9b29 into main Nov 25, 2024
@BeryJu BeryJu deleted the extract-compile-backend-translation branch November 25, 2024 13:32
kensternberg-authentik added a commit that referenced this pull request Nov 25, 2024
* main:
  ci: only mirror if secret is available (#12181)
  root: fix database ssl options not set correctly (#12180)
  core, web: update translations (#12145)
  core: bump tornado from 6.4.1 to 6.4.2 (#12165)
  website: bump the docusaurus group in /website with 9 updates (#12172)
  website: bump typescript from 5.6.3 to 5.7.2 in /website (#12173)
  ci: bump actions/checkout from 3 to 4 (#12174)
  core: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#12175)
  core: bump coverage from 7.6.7 to 7.6.8 (#12176)
  core: bump ruff from 0.7.4 to 0.8.0 (#12177)
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