Skip to content

core, web: update translations#10038

Merged
rissson merged 1 commit intomainfrom
extract-compile-backend-translation
Jun 10, 2024
Merged

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

Conversation

@authentik-automation
Copy link
Contributor

core, web: update translations

@authentik-automation authentik-automation bot requested a review from a team as a code owner June 9, 2024 00:09
@github-actions
Copy link
Contributor

github-actions bot commented Jun 9, 2024

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 Jun 9, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit e86cde5
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6666440538aa7d0008446684

@netlify
Copy link

netlify bot commented Jun 9, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit e86cde5
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6666440559252800080f8669

@codecov
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (993fc4b) to head (e86cde5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10038      +/-   ##
==========================================
- Coverage   92.64%   92.64%   -0.01%     
==========================================
  Files         713      713              
  Lines       34878    34878              
==========================================
- Hits        32313    32311       -2     
- Misses       2565     2567       +2     
Flag Coverage Δ
e2e 49.64% <ø> (-0.01%) ⬇️
integration 25.47% <ø> (ø)
unit 90.11% <ø> (ø)

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 Jun 9, 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-e86cde5963f18a2e11af05b2bf651977f40d8d75
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-e86cde5963f18a2e11af05b2bf651977f40d8d75-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-e86cde5963f18a2e11af05b2bf651977f40d8d75

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-e86cde5963f18a2e11af05b2bf651977f40d8d75-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 979c2ab to e86cde5 Compare June 10, 2024 00:08
@authentik-automation authentik-automation bot requested a review from a team as a code owner June 10, 2024 00:08
@rissson rissson merged commit 4ab8247 into main Jun 10, 2024
@rissson rissson deleted the extract-compile-backend-translation branch June 10, 2024 09:23
kensternberg-authentik added a commit that referenced this pull request Jun 11, 2024
* main: (66 commits)
  rbac: filters: fix missing attribute for unauthenticated requests (#10061)
  tests/e2e: docker-compose.yml: remove version element forgotten last time (#10067)
  providers/microsoft_entra: fix error when updating connection attributes (#10039)
  website/integrations: aws: fix about service link (#10062)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in it (#10060)
  core: bump github.com/redis/go-redis/v9 from 9.5.2 to 9.5.3 (#10046)
  core: bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 (#10047)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in ru (#10058)
  core: bump sentry-sdk from 2.5.0 to 2.5.1 (#10048)
  core: bump django-cte from 1.3.2 to 1.3.3 (#10049)
  core: bump packaging from 24.0 to 24.1 (#10050)
  web: bump yaml from 2.4.3 to 2.4.5 in /web (#10054)
  web: bump @sentry/browser from 8.7.0 to 8.8.0 in /web in the sentry group (#10051)
  web: bump esbuild from 0.21.4 to 0.21.5 in /web (#10053)
  crypto: update fingerprint at same time as certificate (#10036)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in ru (#10056)
  website/integrations: gitea: fix helm values (#10043)
  core, web: update translations (#10038)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in ru (#10040)
  docs/troubleshooting: upgrade docker: erroneous command (#10044)
  ...
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.

1 participant