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 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18427 +/- ##
=======================================
Coverage 93.24% 93.24%
=======================================
Files 932 932
Lines 51095 51095
=======================================
Hits 47641 47641
Misses 3454 3454
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6820cd3 to
26c1e7c
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c46a2d895685199453864d92bd96b95e5921242b
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-c46a2d895685199453864d92bd96b95e5921242bAfterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Still think some of the red is too dark and has poor contrast, but this isn't about that.
26c1e7c to
c46a2d8
Compare
* main: (44 commits) build(deps): bump django from 5.2.8 to 5.2.9 (#18566) web: Adjust colors (#18427) admin/files: delete applications cache on migration (#18565) core: bump astral-sh/uv from 0.9.14 to 0.9.15 (#18555) core: bump goauthentik.io/api/v3 from 3.2025120.11 to 3.2025120.15 (#18551) core: bump goauthentik/fips-debian from `c718f60` to `cf233be` (#18553) ci: bump actions/checkout from 6.0.0 to 6.0.1 (#18554) ci: bump actions/stale from 10.1.0 to 10.1.1 (#18556) ci: bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#18557) ci: bump actions/setup-node from 6.0.0 to 6.1.0 in /.github/actions/setup (#18559) core: bump library/golang from 1.25.4-trixie to 1.25.5-trixie (#18558) providers/scim: cache ServiceProviderConfig (#18047) web/i18n: Locale Context Merge Branch (#18426) website: Glossary (#16007) endpoints/stage: v2, better error handling, more settings (#18545) website: Docusaurus 3.9.2 (#18506) website/integrations: add hoop.dev (#17868) web/flows: update default background image (#18540) endpoints: implement endpoint stage (#18468) website/integrations: add salesforce (#18516) ...
Details