Skip to content

core: bump djangorestframework from 3.16.0 (our fork) to v3.16.1 (official package)#16594

Merged
melizeche merged 4 commits intomainfrom
drf3161
Oct 21, 2025
Merged

core: bump djangorestframework from 3.16.0 (our fork) to v3.16.1 (official package)#16594
melizeche merged 4 commits intomainfrom
drf3161

Conversation

@melizeche
Copy link
Member

@melizeche melizeche commented Sep 3, 2025

Details

Use the official DRF 3.16.1 release instead of https://github.com/goauthentik/django-rest-framework

Note:

We will need to keep goauthentik/django-rest-framework as our fork for some time, as it will still be required for previous releases.

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)

@melizeche melizeche requested a review from a team as a code owner September 3, 2025 17:16
@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for authentik-storybook canceled.

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

@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for authentik-docs canceled.

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

@melizeche melizeche added the dependencies Pull requests that update a dependency file label Sep 3, 2025
@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for authentik-integrations canceled.

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

@codecov
Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.95%. Comparing base (ae6c190) to head (1b472de).
⚠️ Report is 271 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16594      +/-   ##
==========================================
- Coverage   92.97%   92.95%   -0.02%     
==========================================
  Files         855      855              
  Lines       46499    46514      +15     
==========================================
+ Hits        43233    43239       +6     
- Misses       3266     3275       +9     
Flag Coverage Δ
e2e 46.06% <100.00%> (+<0.01%) ⬆️
integration 23.11% <0.00%> (+<0.01%) ⬆️
unit 91.03% <100.00%> (-0.01%) ⬇️
unit-migrate 91.08% <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 Oct 8, 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-1b472de84c1d23bde877fd97bf295205a8ea5328
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-1b472de84c1d23bde877fd97bf295205a8ea5328

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

@melizeche melizeche merged commit 710714a into main Oct 21, 2025
99 checks passed
@melizeche melizeche deleted the drf3161 branch October 21, 2025 16:37
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (213 commits)
  web: bump @types/node from 24.9.0 to 24.9.1 in /packages/prettier-config (#17617)
  web: bump @types/node from 22.15.19 to 24.9.1 in /web (#17618)
  web: bump knip from 5.66.1 to 5.66.2 in /web (#17619)
  translate: Updates for file web/xliff/en.xlf in pt_BR (#17639)
  core, web: update translations (#17643)
  website/docs: rel notes 2025.10: add 3 more integration guides (#17641)
  providers/proxy: drop headers with underscores (#17650)
  core: bump astral-sh/uv from 0.9.4 to 0.9.5 (#17645)
  web: bump style-mod from 4.1.2 to 4.1.3 in /web (#17647)
  core: bump github.com/getsentry/sentry-go from 0.36.0 to 0.36.1 (#17646)
  website/integrations: add terraform cloud (#17610)
  website/integrations: add zendesk (#17541)
  core: bump djangorestframework from 3.16.0 (our fork) to v3.16.1 (official package) (#16594)
  enterprise: add prometheus metrics for license usage and expiry (#17606)
  ci: link to next. for pre-release docs (#17634)
  web: sync web/package-lock.json (#17611)
  website/integrations: random fixes (#17631)
  website/docs: add short-lived certificate recommendation (#17628)
  core, web: update translations (#17605)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in pt_BR (#17622)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants