Skip to content

Conversation

dominic-r
Copy link
Member

@dominic-r dominic-r commented Oct 16, 2025

No description provided.

@dominic-r dominic-r requested a review from a team as a code owner October 16, 2025 21:10
Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit c0839d0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68f5228546ae7a0008660b9a

Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit c0839d0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68f52285f456d700088f826b

Copy link

netlify bot commented Oct 16, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit c0839d0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68f5228543b68e00095e2010

Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.96%. Comparing base (8926cad) to head (c0839d0).
⚠️ Report is 8 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17511      +/-   ##
==========================================
+ Coverage   92.94%   92.96%   +0.01%     
==========================================
  Files         868      868              
  Lines       47906    47907       +1     
==========================================
+ Hits        44526    44536      +10     
+ Misses       3380     3371       -9     
Flag Coverage Δ
e2e 45.27% <ø> (+0.02%) ⬆️
integration 23.18% <ø> (+<0.01%) ⬆️
unit 91.07% <ø> (+<0.01%) ⬆️
unit-migrate 91.10% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dominic-r dominic-r changed the title outpost/proxyv2: postgresstore: fix connection pool driver outpost/proxyv2: postgresstore: db/pool/misc cleanup and enhancement Oct 16, 2025
@dominic-r dominic-r force-pushed the sdko/fix-pgstore-init branch from ab95db3 to cd804ce Compare October 16, 2025 21:37
Copy link
Contributor

github-actions bot commented Oct 16, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c0839d095702b60479be537b83f7c723047847a5
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 Kubernetes

Add the following block to your values.yml file:

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-c0839d095702b60479be537b83f7c723047847a5

Afterwards, run the upgrade commands from the latest release notes.

"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"gorm.io/driver/postgres"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended?

@dominic-r dominic-r force-pushed the sdko/fix-pgstore-init branch from 0e2fd06 to 2518972 Compare October 19, 2025 17:37
@dominic-r dominic-r force-pushed the sdko/fix-pgstore-init branch from 742b90f to c0839d0 Compare October 19, 2025 17:40
@dominic-r dominic-r self-assigned this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants