Conversation
✅ 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. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 47.6%, saving 1.18 MB.
198 images did not require optimisation. |
bee3c80 to
7d83fa2
Compare
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
7d83fa2 to
9103003
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8209 +/- ##
==========================================
+ Coverage 89.56% 92.31% +2.74%
==========================================
Files 608 608
Lines 30262 30262
==========================================
+ Hits 27105 27936 +831
+ Misses 3157 2326 -831
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-web-update-flow-background-1705498174-9103003
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-web-update-flow-background-1705498174-9103003-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-web-update-flow-background-1705498174-9103003For 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-web-update-flow-background-1705498174-9103003-arm64Afterwards, run the upgrade commands from the latest release notes. |
* main: (82 commits) translate: Updates for file web/xliff/en.xlf in fr (#8212) translate: Updates for file web/xliff/en.xlf in zh-Hans (#8211) translate: Updates for file web/xliff/en.xlf in zh_CN (#8210) web/flows: update flow background (#8209) web: clear "blanked" placeholder when present (#15) (#5948) web: bump prettier from 3.2.3 to 3.2.4 in /web (#8207) web: bump prettier from 3.2.2 to 3.2.3 in /tests/wdio (#8200) web: bump the wdio group in /tests/wdio with 4 updates (#8199) web: bump @formatjs/intl-listformat from 7.5.4 to 7.5.5 in /web (#8203) core: bump uvicorn from 0.25.0 to 0.26.0 (#8198) web: bump prettier from 3.2.2 to 3.2.3 in /web (#8201) web: bump vite-tsconfig-paths from 4.2.3 to 4.3.1 in /web (#8202) website: bump prettier from 3.2.2 to 3.2.3 in /website (#8204) website: fix styling on pricing page on firefox website: update pricing page (#8197) website: bump @types/react from 18.2.47 to 18.2.48 in /website (#8184) website: bump react-tooltip from 5.25.1 to 5.25.2 in /website (#8185) web: bump the eslint group in /tests/wdio with 2 updates (#8186) web: bump the eslint group in /web with 2 updates (#8187) web: bump mermaid from 10.6.1 to 10.7.0 in /web (#8189) ...
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)make i18n-extract)If applicable
make website)