website/integrations add GHEC EMU and fix-up GHES#11677
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 37.4%, saving 30.82 KB.
159 images did not require optimisation. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11677 +/- ##
==========================================
- Coverage 92.76% 92.75% -0.01%
==========================================
Files 736 736
Lines 36601 36601
==========================================
- Hits 33952 33950 -2
- Misses 2649 2651 +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-3ef56f475ea094ff33b3000d04c7e62eb027e66e
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-3ef56f475ea094ff33b3000d04c7e62eb027e66e-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
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-3ef56f475ea094ff33b3000d04c7e62eb027e66eFor arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-3ef56f475ea094ff33b3000d04c7e62eb027e66e-arm64Afterwards, run the upgrade commands from the latest release notes. |
* main: web: bump API Client version (#11678) providers/scim: add option to ignore SCIM server cert (#11437) website/integrations add GHEC EMU and fix-up GHES (#11677) website/docs: fix SkipObject exception (#11632) web: bump API Client version (#11676) flows: provider invalidation (#5048) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#11662) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#11663) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#11664) core: bump goauthentik.io/api/v3 from 3.2024083.4 to 3.2024083.5 (#11671) core: bump pdoc from 14.7.0 to 15.0.0 (#11672) core: bump coverage from 7.6.2 to 7.6.3 (#11673) core, web: update translations (#11659)
Details
accidentally broke #11441
cc @TheGuyDanish
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)If applicable
make website)