Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sFor 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-3b04ef155d36ef1bf3998561c9c074e22d09a322For 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-arm64Afterwards, run the upgrade commands from the latest release notes. |
b335fce to
3aa44dd
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3aa44dd to
3b04ef1
Compare
* 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)
* 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)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: rissson <18313093+rissson@users.noreply.github.com>
core, web: update translations