Update docker.io/authelia/authelia Docker tag to v4.39.6
Automated Docker container patch upgrade by means of Watchtower infrastructure with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/authelia/authelia (source) | patch | 4.39.5 -> 4.39.6 |
Release Notes
authelia/authelia (docker.io/authelia/authelia)
v4.39.6
Notable Changes
OpenID Connect 1.0 client registrations incorrectly allowed none
as a authorization_signed_response_alg
value, this is no longer the case and if you specified this value you'll have to either remove it or update it to the new correct default of RS256
.
Bug Fixes
- commands: missing header list header (#9956) (6a31393)
- configuration: healthchecks for unix are unhealthy (#9988) (76e0702)
- oidc: alg none allowed for jarm (#10045) (86e8c4b)
- regulation: ip not marked (#9949) (b731a0c)
Docker Container
docker pull authelia/authelia:4.39.6
docker pull ghcr.io/authelia/authelia:4.39.6