-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
website/docs: background tasks: add more detail about "next run" #18660
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-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
✅ 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 #18660 +/- ##
==========================================
- Coverage 93.21% 93.16% -0.05%
==========================================
Files 933 933
Lines 51255 51255
==========================================
- Hits 47775 47751 -24
- Misses 3480 3504 +24
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-d0c7cd3dd38815c5979fb6a97efda2085cdfdeb7
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-d0c7cd3dd38815c5979fb6a97efda2085cdfdeb7Afterwards, run the upgrade commands from the latest release notes. |
|
Cherry-pick to |
|
🍒 Cherry-pick to |
…rry-pick #18660 to version-2025.10) (#18672) website/docs: background tasks: add more detail about "next run" (#18660) Co-authored-by: Dominic R <[email protected]> Co-authored-by: Dewi Roberts <[email protected]>
* main: (23 commits) *: Auto compress images (#18673) website/integrations: update kimai doc (#18629) root: skip current tab when refreshing others (#18674) core: add digraph group hierarchy (#17050) core: bump astral-sh/uv from 0.9.15 to 0.9.16 (#18668) core: bump goauthentik.io/api/v3 from 3.2025120.16 to 3.2025120.18 (#18661) web: bump type-fest from 5.3.0 to 5.3.1 in /web (#18663) ci: bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#18666) web: bump vite from 7.2.6 to 7.2.7 in /web (#18662) core: bump goauthentik/fips-debian from `a80dbbd` to `10c8086` (#18665) ci: bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#18664) ci: bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/actions/setup (#18667) website/docs: background tasks: add more detail about "next run" (#18660) website/docs: install-config: fix dump_config command (#18659) website/integrations: wordpress: fix redirect uri (#18658) stages/mtls: always include cert in flow plan (#18657) endpoints: fix UI bugs, add user binding, etc (#18609) sources/ldap: make server info optional (#18648) web/admin: fix event volume chart not updating with query (#18649) web: Bump types, fix ESLint errors (#17546) ...
Closes: #15994