Skip to content

ci: test with postgres 17#13967

Merged
rissson merged 3 commits intomainfrom
ci-test-postgres-17
May 26, 2025
Merged

ci: test with postgres 17#13967
rissson merged 3 commits intomainfrom
ci-test-postgres-17

Conversation

@rissson
Copy link
Member

@rissson rissson commented Apr 10, 2025

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson requested a review from a team as a code owner April 10, 2025 12:31
@netlify
Copy link

netlify bot commented Apr 10, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit c4528ab
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68346e79098a1000080fad87

@netlify
Copy link

netlify bot commented Apr 10, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit c4528ab
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68346e79ec7ffc000858a2ff

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) April 10, 2025 12:39
@codecov
Copy link

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (bfbe8b8) to head (c4528ab).
Report is 1 commits behind head on main.

✅ 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     
Flag Coverage Δ
e2e 47.74% <ø> (+1.22%) ⬆️
integration 24.42% <ø> (ø)
unit 90.57% <ø> (-0.01%) ⬇️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dominic-r
Copy link
Member

FYI i've been running postgres 17 on my prod instance since about Mid-October and I haven't encountered any issues

Copy link
Contributor

@authentik-db-cooper authentik-db-cooper left a comment

Choose a reason for hiding this comment

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

lgtm

@rissson rissson disabled auto-merge May 26, 2025 13:36
@rissson rissson enabled auto-merge (squash) May 26, 2025 13:37
@rissson rissson merged commit e0cf612 into main May 26, 2025
100 checks passed
@rissson rissson deleted the ci-test-postgres-17 branch May 26, 2025 13:55
@github-actions
Copy link
Contributor

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

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

kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* 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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants