-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/docs: add period on very last sentence. #16669
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
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16669 +/- ##
==========================================
- Coverage 92.83% 92.72% -0.11%
==========================================
Files 838 838
Lines 45360 45360
==========================================
- Hits 42108 42062 -46
- Misses 3252 3298 +46
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-bff7979677373121a9c4261dfe4c049c6729d3c5
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s Afterwards, 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-bff7979677373121a9c4261dfe4c049c6729d3c5 Afterwards, run the upgrade commands from the latest release notes. |
|
add period on very last sentence. Co-authored-by: Tana M Berry <[email protected]>
* main: (121 commits) website: bump the eslint group in /website with 3 updates (#16674) web: bump the eslint group across 2 directories with 3 updates (#16675) web: bump vite from 7.1.4 to 7.1.5 in /web (#16676) website/docs: fix typo (#16681) core: Include region comments in VSCode Minimap. (#16667) tasks: fix status and healthcheck breaking with connection issues (#16504) website/docs: add period on very last sentence. (#16669) core: bump golang.org/x/sync from 0.16.0 to 0.17.0 (#16657) web: bump the eslint group across 3 directories with 2 updates (#16661) web: bump the storybook group across 1 directory with 5 updates (#16662) core: bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 (#16658) core: bump github.com/prometheus/client_golang from 1.23.1 to 1.23.2 (#16659) website: bump the eslint group in /website with 2 updates (#16660) web: bump the rollup group across 1 directory with 4 updates (#16663) web: bump pino from 9.9.2 to 9.9.4 in /web (#16664) lifecycle/aws: bump aws-cdk from 2.1028.0 to 2.1029.0 in /lifecycle/aws (#16665) core: bump selenium/standalone-chrome from 139.0 to 140.0 in /tests/e2e (#16666) website/integrations: fix missing space after comma (#16650) website/integrations: add missing comma paperless-ngx (#16651) root: bump to debian trixie (#16626) ...
make docs
)