web/NPM Workspaces: Prep SFE package.#14551
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs canceled.
|
b844a08 to
0ec3faa
Compare
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 #14551 +/- ##
==========================================
- Coverage 92.70% 91.59% -1.12%
==========================================
Files 814 814
Lines 41881 41881
==========================================
- Hits 38826 38359 -467
- Misses 3055 3522 +467
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:
|
48b5a00 to
caf6527
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-caf65273587433f9ddbb251f58c10a632bfbae81
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-caf65273587433f9ddbb251f58c10a632bfbae81Afterwards, run the upgrade commands from the latest release notes. |
caf6527 to
ee6b8b5
Compare
|
Resolved via #14552 |
Details
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)