Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7166 +/- ##
==========================================
+ Coverage 92.64% 92.67% +0.04%
==========================================
Files 568 568
Lines 28049 28049
==========================================
+ Hits 25983 25993 +10
+ Misses 2066 2056 -10
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-providers-scim-remove-preview-1697215269-f8ca941
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-providers-scim-remove-preview-1697215269-f8ca941-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-providers-scim-remove-preview-1697215269-f8ca941For 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-providers-scim-remove-preview-1697215269-f8ca941-arm64Afterwards, run the upgrade commands from the latest release notes. |
There were some HEAVY merge bugs in the translation files. * main: providers/scim: remove preview (#7166) web: bump the wdio group in /tests/wdio with 4 updates (#7160) translate: Updates for file web/xliff/en.xlf in zh_CN (#7162) translate: Updates for file web/xliff/en.xlf in zh-Hans (#7161) translate: Updates for file web/xliff/en.xlf in zh-Hans (#7158) website/docs: Balok pr for User docs (#7139)

Details
the SCIM provider has been around for a while and is stable so remove the preview annotation
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)