website/docs: fix SkipObject exception#11632
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 #11632 +/- ##
==========================================
+ Coverage 92.50% 92.75% +0.24%
==========================================
Files 736 736
Lines 36542 36542
==========================================
+ Hits 33805 33895 +90
+ Misses 2737 2647 -90
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-74339bcdaf5be56ddc63dc289f520e3483dbdc57
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-74339bcdaf5be56ddc63dc289f520e3483dbdc57-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-74339bcdaf5be56ddc63dc289f520e3483dbdc57For 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-74339bcdaf5be56ddc63dc289f520e3483dbdc57-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
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)If applicable
make website)