Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
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 #13967 +/- ##
==========================================
+ Coverage 92.43% 92.70% +0.26%
==========================================
Files 814 814
Lines 41901 41901
==========================================
+ Hits 38733 38846 +113
+ Misses 3168 3055 -113
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:
|
|
FYI i've been running postgres 17 on my prod instance since about Mid-October and I haven't encountered any issues |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c4528ab27a9d1bb95eb9957d8f2decb79018c4c0
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-c4528ab27a9d1bb95eb9957d8f2decb79018c4c0Afterwards, run the upgrade commands from the latest release notes. |
* main: (27 commits) lib/sync/outgoing: sync in parallel (#14697) core, web: update translations (#14707) tests/e2e: fix flaky SAML Source test (#14708) web: fix lock (#14705) Update packages-npm-publish.yml (#14702) website/integrations: coder: fix typo (#14514) ci: Update packages-npm-publish.yml (#14701) web: bump the swc group across 2 directories with 12 updates (#14623) web: Use engine available on Github Actions. (#14699) web: bump the rollup group across 1 directory with 4 updates (#14682) ci: test with postgres 17 (#13967) web: bump knip from 5.33.0 to 5.58.0 in /web (#14685) web: bump fuse.js from 7.0.0 to 7.1.0 in /web (#14687) web: bump @formatjs/intl-listformat from 7.5.7 to 7.7.11 in /web (#14689) root: do not use /bin/bash directly (#14698) website/integrations: minio: notice about sso deprecation on CE (#14679) core: bump cryptography from 44.0.3 to 45.0.3 (#14690) core: bump django-tenants from 3.7.0 to 3.8.0 (#14691) core: bump astral-sh/uv from 0.7.7 to 0.7.8 (#14681) core: bump axllent/mailpit from v1.25.0 to v1.25.1 in /tests/e2e (#14693) ...
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)