Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations 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 #17411 +/- ##
==========================================
+ Coverage 92.71% 92.97% +0.26%
==========================================
Files 894 894
Lines 48923 48926 +3
==========================================
+ Hits 45358 45488 +130
+ Misses 3565 3438 -127
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-7bd850b3e1156b4118950a387130de586aba950c
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-7bd850b3e1156b4118950a387130de586aba950cAfterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
d47cd93 to
7bd850b
Compare
* main: (58 commits) core: bump goauthentik.io/api/v3 from 3.2025120.5 to 3.2025120.7 (#18381) web/admin: add entitlement search (#18291) core: bump goauthentik/fips-debian from `8b7e8d0` to `8c4ec98` (#18361) website: bump the build group in /website with 3 updates (#18382) core: bump astral-sh/uv from 0.9.11 to 0.9.12 (#18383) root: improve testing helpers (#18379) website: bump the goauthentik group across 1 directory with 4 updates (#18378) website: bump the eslint group in /website with 3 updates (#18356) policies: use flow planner directly in PolicyAccessView to directly set flow context (#18372) providers/scim: fix PATCH for AWS (#18230) enterprise/providers/scim: fix OAuth (#18358) web: Fix stale table rows (#17940) web: Bump packages. (#18371) *: convert slugfields to textfields (#17411) outposts: set container healthcheck inline (#18298) web: ESLint Typing Fixes (#18362) core: bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#18275) lifecycle/aws: bump aws-cdk from 2.1032.0 to 2.1033.0 in /lifecycle/aws (#18278) core: bump github.com/getsentry/sentry-go from 0.38.0 to 0.39.0 (#18353) ci: bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/actions/setup (#18360) ...
Details
Removes character limits
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 docs)