website/docs: fix release notes to say Federation (cherry-pick #11889)#11923
Conversation
* fix Federation * typo * added back should * slooooow down --------- Co-authored-by: Tana M Berry <tana@goauthentik.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## version-2024.10 #11923 +/- ##
===================================================
- Coverage 92.64% 92.57% -0.07%
===================================================
Files 761 761
Lines 37813 37813
===================================================
- Hits 35030 35005 -25
- Misses 2783 2808 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-96cec83a8b85f90d6395054897912b29463244ff
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-96cec83a8b85f90d6395054897912b29463244ff-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-96cec83a8b85f90d6395054897912b29463244ffFor 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-96cec83a8b85f90d6395054897912b29463244ff-arm64Afterwards, run the upgrade commands from the latest release notes. |
Cherry-picked website/docs: fix release notes to say Federation (#11889)
fix Federation
typo
added back should
slooooow down
Co-authored-by: Tana M Berry tana@goauthentik.com