Authelia | v4.39.18

Authelia v4.39.18 released on 10-04-2026


Authelia v4.39.18 is out now. If you use Duo for two‑factor authentication, it fixes an incorrect response-code check that could cause otherwise successful Duo API responses to be treated as failures.

See the Authelia GitHub release notes for full details. Container images for v4.39.18 are published and available to pull from Docker Hub or the GitHub Container Registry.

What’s in this release

  • duo: remove incorrect response code check for successful api calls (issue #11723, commit 310844b)
  • Docker container images published: docker pull authelia/authelia:4.39.18 or docker pull ghcr.io/authelia/authelia:4.39.18
  • Small maintenance release focused on bug fixes; no other functional or breaking changes recorded

Upgrade notes

  • No breaking changes reported. If you rely on Duo for 2FA, upgrade to v4.39.18 to ensure Duo responses are handled correctly—pull authelia/authelia:4.39.18 or ghcr.io/authelia/authelia:4.39.18 and restart your deployment.
  • Rollback: if the update causes issues, redeploy the previous image tag you were running.

If you upgrade, share your experience or any regressions you encounter on the project’s GitHub so others can benefit from the details.

Related posts

Agentic AI still needs domain judgement

Agentic AI can write the thing, but it still cannot tell you whether the thing is right. That is where domain expertise matters, because a clean config or neat bit of glue logic can still be wrong in...

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...