ci: update nightly compatibility versions#22557
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Keep docs in the daily container test matrix while limiting versioned release-site checks to 2026.2 and 2026.5. Agent-thread: https://sdko.org/internal/threads/019e4d9f-929b-74e2-ae4a-8d159a6e57df Co-authored-by: Agent <agent@svc.sdko.net>
22ea379 to
cd22d86
Compare
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22557 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 1033 1033
Lines 60075 60075
Branches 400 400
=======================================
+ Hits 56045 56047 +2
+ Misses 4030 4028 -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-655cbafff5a628e93d8f8a206223f3253bca6b7b
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-655cbafff5a628e93d8f8a206223f3253bca6b7bAfterwards, run the upgrade commands from the latest release notes. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary
Update the daily container CI matrix so the nightly run keeps docs coverage and checks the supported 2026.2 and 2026.5 release sites.
Details
docsmatrix entry.version-2025-12matrix entry.version-2026-5alongsideversion-2026-2.docker-compose.ymlfilename workaround now that the remaining entries fetchcompose.yml.Validation
git diff --check -- .github/workflows/ci-main-daily.yml.