Skip to content

core, web: update translations#9672

Merged
BeryJu merged 1 commit intomainfrom
extract-compile-backend-translation
May 13, 2024
Merged

core, web: update translations#9672
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 May 10, 2024 00:08
@netlify
Copy link

netlify bot commented May 10, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 3b04ef1
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/664159ffe9894200086ea326

@netlify
Copy link

netlify bot commented May 10, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 3b04ef1
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/664159ff470c4700087467a9

@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.

@codecov
Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.38%. Comparing base (ef2a40e) to head (3b04ef1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9672      +/-   ##
==========================================
- Coverage   92.39%   92.38%   -0.01%     
==========================================
  Files         704      704              
  Lines       34401    34401              
==========================================
- Hits        31785    31783       -2     
- Misses       2616     2618       +2     
Flag Coverage Δ
e2e 49.66% <ø> (-0.01%) ⬇️
integration 25.36% <ø> (ø)
unit 89.82% <ø> (ø)

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 May 10, 2024

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-ghcr.io/goauthentik/dev-server:gh-3b04ef155d36ef1bf3998561c9c074e22d09a322
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-ghcr.io/goauthentik/dev-server:gh-3b04ef155d36ef1bf3998561c9c074e22d09a322-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
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-3b04ef155d36ef1bf3998561c9c074e22d09a322

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-3b04ef155d36ef1bf3998561c9c074e22d09a322-arm64

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

@authentik-automation authentik-automation bot force-pushed the extract-compile-backend-translation branch 2 times, most recently from b335fce to 3aa44dd Compare May 12, 2024 00:08
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 3aa44dd to 3b04ef1 Compare May 13, 2024 00:08
@BeryJu BeryJu merged commit 97fc2cb into main May 13, 2024
@BeryJu BeryJu deleted the extract-compile-backend-translation branch May 13, 2024 09:40
kensternberg-authentik added a commit that referenced this pull request May 13, 2024
* main:
  web: bump esbuild from 0.21.1 to 0.21.2 in /web (#9696)
  web: bump chromedriver from 124.0.2 to 124.0.3 in /tests/wdio (#9692)
  website: bump @types/react from 18.3.1 to 18.3.2 in /website (#9691)
  core, web: update translations (#9672)
  core: bump psycopg from 3.1.18 to 3.1.19 (#9698)
  core: bump google-api-python-client from 2.128.0 to 2.129.0 (#9694)
  web: bump the esbuild group in /web with 2 updates (#9695)
  web: bump glob from 10.3.14 to 10.3.15 in /web (#9697)
  core: bump freezegun from 1.5.0 to 1.5.1 (#9693)
  web: fix value handling inside controlled components (#9648)
kensternberg-authentik added a commit that referenced this pull request May 13, 2024
* dev:
  web: bump esbuild from 0.21.1 to 0.21.2 in /web (#9696)
  web: bump chromedriver from 124.0.2 to 124.0.3 in /tests/wdio (#9692)
  website: bump @types/react from 18.3.1 to 18.3.2 in /website (#9691)
  core, web: update translations (#9672)
  core: bump psycopg from 3.1.18 to 3.1.19 (#9698)
  core: bump google-api-python-client from 2.128.0 to 2.129.0 (#9694)
  web: bump the esbuild group in /web with 2 updates (#9695)
  web: bump glob from 10.3.14 to 10.3.15 in /web (#9697)
  core: bump freezegun from 1.5.0 to 1.5.1 (#9693)
  web: fix value handling inside controlled components (#9648)
tanberry pushed a commit that referenced this pull request May 15, 2024
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: rissson <18313093+rissson@users.noreply.github.com>
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