Skip to content

core: bump django-tenants#13536

Merged
rissson merged 1 commit intomainfrom
update-django-tenants
Mar 14, 2025
Merged

core: bump django-tenants#13536
rissson merged 1 commit intomainfrom
update-django-tenants

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 14, 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 self-assigned this Mar 14, 2025
@rissson rissson requested a review from a team as a code owner March 14, 2025 15:56
@netlify
Copy link

netlify bot commented Mar 14, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ed3d2c9
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67d451b9c55617000871b130

@rissson
Copy link
Member Author

rissson commented Mar 14, 2025

Required for #13534 and django update to 5.1

@netlify
Copy link

netlify bot commented Mar 14, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit ed3d2c9
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67d451b9fd3c50000838305a

@codecov
Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (b445cff) to head (ed3d2c9).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13536   +/-   ##
=======================================
  Coverage   92.74%   92.74%           
=======================================
  Files         794      794           
  Lines       40418    40418           
=======================================
  Hits        37484    37484           
  Misses       2934     2934           
Flag Coverage Δ
e2e 47.98% <ø> (ø)
integration 24.31% <ø> (ø)
unit 90.51% <ø> (ø)

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.

@rissson rissson merged commit 75eb025 into main Mar 14, 2025
89 checks passed
@rissson rissson deleted the update-django-tenants branch March 14, 2025 16:14
@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-ed3d2c98878bf09ca4cf827146030954bc17ad2d
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-ed3d2c98878bf09ca4cf827146030954bc17ad2d

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

kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  website/docs: dev docs: bump node/postgres requirements  (#13516)
  sources: prevent deletion of built-in source (#12914)
  core: bump django-tenants (#13536)
  website/docs: dev docs: full: remove note on installing shell plugin (#13515)
  sources/oauth: fix duplicate authentication (#13322)
  web/admin: fix comment being rendered (#13530)
  core: Bump aws-cdk-lib from 2.183.0 to 2.184.0 (#13522)
  core, web: update translations (#13520)
  lifecycle/aws: Bump aws-cdk from 2.1003.0 to 2.1004.0 in /lifecycle/aws (#13524)
  core: Bump github.com/coreos/go-oidc/v3 from 3.12.0 to 3.13.0 (#13525)
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.

2 participants