Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 #9633 +/- ##
==========================================
+ Coverage 92.35% 92.43% +0.08%
==========================================
Files 688 688
Lines 33639 33639
==========================================
+ Hits 31068 31095 +27
+ Misses 2571 2544 -27
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-a162dbd5102d7c2912a792b5b26e57433dbca529
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-a162dbd5102d7c2912a792b5b26e57433dbca529-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-a162dbd5102d7c2912a792b5b26e57433dbca529For 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-a162dbd5102d7c2912a792b5b26e57433dbca529-arm64Afterwards, run the upgrade commands from the latest release notes. |
* main: core, web: update translations (#9633) core: bump google-api-python-client from 2.127.0 to 2.128.0 (#9641) core: bump goauthentik.io/api/v3 from 3.2024041.3 to 3.2024042.2 (#9635) core: bump golang from 1.22.2-bookworm to 1.22.3-bookworm (#9636) web: bump the esbuild group in /web with 2 updates (#9637) web: bump esbuild from 0.21.0 to 0.21.1 in /web (#9639) core: bump django from 5.0.5 to 5.0.6 (#9640) web: bump API Client version (#9630) enterprise/providers/google: initial account sync to google workspace (#9384) web/flows: fix error when using consecutive webauthn validator stages (#9629) web: bump API Client version (#9626) website/docs: refine intro page for sources (#9625) release: 2024.4.2
* dev: (74 commits) website/docs: add hardening advice and link directly to Cure53 results (#9670) core: bump goauthentik.io/api/v3 from 3.2024042.2 to 3.2024042.4 (#9674) core: bump ruff from 0.4.3 to 0.4.4 (#9677) core: bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#9675) web: bump glob from 10.3.12 to 10.3.14 in /web (#9676) lib/providers/sync: multiple minor fixes (#9667) core: fix source flow_manager not always appending save stage (#9659) web: bump API Client version (#9660) web/admin: only show non-backchannel providers in application provider select (#9658) website/docs: add new doc about extra steps for hardening authentik (#9649) web: bump API Client version (#9656) enterprise/providers/microsoft_entra: initial account sync to microsoft entra (#9632) web: bump chromedriver from 124.0.1 to 124.0.2 in /tests/wdio (#9652) web: bump @sentry/browser from 7.113.0 to 7.114.0 in /web in the sentry group (#9653) core, web: update translations (#9650) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9644) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9646) translate: Updates for file web/xliff/en.xlf in zh_CN (#9645) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9647) core, web: update translations (#9633) ...
core, web: update translations