Skip to content

packages/django-dramatiq-postgres: middleware: fix listening on hosts where ipv6 is not supported (cherry-pick #16308)#16305

Merged
rissson merged 2 commits intoversion-2025.8from
2025.8-fix-listening-ipv4-only
Aug 22, 2025
Merged

packages/django-dramatiq-postgres: middleware: fix listening on hosts where ipv6 is not supported (cherry-pick #16308)#16305
rissson merged 2 commits intoversion-2025.8from
2025.8-fix-listening-ipv4-only

Conversation

@rissson
Copy link
Member

@rissson rissson commented Aug 21, 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 docs)

… where ipv6 is not supported

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Aug 21, 2025

Deploy Preview for authentik-docs canceled.

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

@netlify
Copy link

netlify bot commented Aug 21, 2025

Deploy Preview for authentik-integrations canceled.

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

@codecov
Copy link

codecov bot commented Aug 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.77%. Comparing base (890da9b) to head (87fb936).
⚠️ Report is 7 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.8   #16305      +/-   ##
==================================================
- Coverage           92.83%   92.77%   -0.06%     
==================================================
  Files                 836      836              
  Lines               45209    45209              
==================================================
- Hits                41969    41943      -26     
- Misses               3240     3266      +26     
Flag Coverage Δ
e2e 46.57% <ø> (-0.09%) ⬇️
integration 23.57% <ø> (+<0.01%) ⬆️
unit 90.92% <ø> (+<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 Aug 21, 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-87fb936f13e075116acf2e3f9da06ebc52031dff
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-87fb936f13e075116acf2e3f9da06ebc52031dff

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

@rissson rissson changed the title packages/django-dramatiq-postgres: middleware: fix listening on hosts where ipv6 is not supported (2025.8) packages/django-dramatiq-postgres: middleware: fix listening on hosts where ipv6 is not supported (cherry-pick #16308) Aug 21, 2025
@rissson rissson marked this pull request as ready for review August 21, 2025 16:28
@rissson rissson requested a review from a team as a code owner August 21, 2025 16:28
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson merged commit a640eb9 into version-2025.8 Aug 22, 2025
100 checks passed
@rissson rissson deleted the 2025.8-fix-listening-ipv4-only branch August 22, 2025 12:26
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.

1 participant