-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
website/docs: Update deps. #14397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/docs: Update deps. #14397
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ 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 #14397 +/- ##
==========================================
- Coverage 92.75% 92.70% -0.06%
==========================================
Files 809 809
Lines 41533 41533
==========================================
- Hits 38526 38504 -22
- Misses 3007 3029 +22
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:
|
|
|
||
| static/docker-compose.yml | ||
| static/schema.yml | ||
| static/releases.gen.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generated in #14344
|
|
||
| # Production | ||
| /build | ||
| /out |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used by TypeScript's project mode. noEmit will still generate metadata to cache types.
| @@ -0,0 +1,82 @@ | |||
| import styles from "./styles.module.css"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ported from #14119 -- Removes import on react-feather and detangles the dependency logjam.
|
|
||
| <details> | ||
| <summary>Mailing list template</summary> | ||
| <p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Triggers a docusaurus warning. Paragraph tags are implicit.
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, and works good.
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-5332fdb713e11952e9d95ee161ce1ed8ec7e78ae
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-5332fdb713e11952e9d95ee161ce1ed8ec7e78aeAfterwards, run the upgrade commands from the latest release notes. |
* main: (112 commits) web: cleanup/loading attribute always true (#14288) core: bump selenium from 4.31.0 to v4.32.0 (#14394) website/docs: Update Docusaurus config. Prep for version picker. (#14401) core: bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#14405) core: bump golang.org/x/sync from 0.13.0 to 0.14.0 (#14406) core: bump selenium/standalone-chrome from 135.0 to 136.0 in /tests/e2e (#14407) core, web: update translations (#14402) core: bump boto3 from 1.38.7 to v1.38.8 (#14393) core: bump setuptools from 80.1.0 to v80.3.1 (#14395) core: bump twilio from 9.5.2 to v9.6.0 (#14396) website/docs: add one more reference and link about `can view Admin interface` (#14399) website/docs: Update deps. (#14397) website/docs: Add pkg-config to the brew dependencies (#14398) web, website: update browserslist (#14386) core, web: update translations (#14383) website/integrations: add atlassian (#14209) core: bump github.com/pires/go-proxyproto from 0.8.0 to 0.8.1 (#14388) ci: bump golangci/golangci-lint-action from 7 to 8 (#14389) core: bump axllent/mailpit from v1.24.1 to v1.24.2 in /tests/e2e (#14390) translate: Updates for file web/xliff/en.xlf in it (#14372) ...
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)