Skip to content

Conversation

@melizeche
Copy link
Member

@melizeche melizeche commented Nov 5, 2025

Details

https://docs.djangoproject.com/en/dev/releases/5.2.8/


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 docs)

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 6932ffa
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690c350d6518670008ea3a85

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 6932ffa
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690c350dffc3d000084bb913

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 6932ffa
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690c350d3e73c20008fd6096

@melizeche melizeche self-assigned this Nov 5, 2025
@melizeche melizeche moved this from Todo to In Progress in authentik Core Nov 5, 2025
@melizeche melizeche added area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Nov 5, 2025
@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.97%. Comparing base (8a9291a) to head (6932ffa).
⚠️ Report is 21 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17967      +/-   ##
==========================================
+ Coverage   92.70%   92.97%   +0.26%     
==========================================
  Files         869      869              
  Lines       48016    48018       +2     
==========================================
+ Hits        44515    44646     +131     
+ Misses       3501     3372     -129     
Flag Coverage Δ
e2e 45.25% <100.00%> (+0.67%) ⬆️
integration 23.20% <100.00%> (+<0.01%) ⬆️
unit 91.07% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.12% <100.00%> (+<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.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 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-6932ffae126798ec99079e080327b17737dc5be5
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-6932ffae126798ec99079e080327b17737dc5be5

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

@melizeche melizeche merged commit 6a13b38 into main Nov 6, 2025
136 of 138 checks passed
@melizeche melizeche deleted the django_upg branch November 6, 2025 14:10
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 6, 2025
authentik-automation bot pushed a commit that referenced this pull request Nov 6, 2025
* bump django from 5.2.7 to 5.2.8

* longer urls

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add debug statements

* Remove debug statements

* import MAX_URL_LENGTH constant from django.http.response

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #18003

melizeche added a commit that referenced this pull request Nov 6, 2025
…2025.10) (#18003)

core: bump django from 5.2.7 to 5.2.8 (#17967)

* bump django from 5.2.7 to 5.2.8

* longer urls



* add debug statements

* Remove debug statements

* import MAX_URL_LENGTH constant from django.http.response

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Marcelo Elizeche Landó <marcelo@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants