Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project 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 #15097 +/- ##
==========================================
- Coverage 93.18% 89.68% -3.50%
==========================================
Files 831 831
Lines 44181 44181
==========================================
- Hits 41168 39624 -1544
- Misses 3013 4557 +1544
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c4e11e342f903cb65fe21951c7ecc07694e5b9c9
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-c4e11e342f903cb65fe21951c7ecc07694e5b9c9Afterwards, run the upgrade commands from the latest release notes. |
tanberry
left a comment
There was a problem hiding this comment.
It's mostly Greek to me, but yay!
7754085 to
7cc0ada
Compare
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
c48ed7b to
5833f1d
Compare
ea81cb2 to
e3fb798
Compare
9e18405 to
6121b60
Compare
56416c3 to
311b7f3
Compare
015fad5 to
dc6dd5a
Compare
7c80782 to
0bda7d0
Compare
03ec560 to
627afa5
Compare
Depends on
Details
For the most part, nothing will change when writing docs, -- however, After this PR is merged, any open docs PRs which include “topic” or integrations docs will have to be rebased to get the latest build system.
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)