website/docs/releases/2022/v2022.1.md
This release mostly removes legacy fields and features that have been deprecated for several releases.
LDAP Outposts:
This release removes the accountStatus and superuser fields. Use the direct replacements goauthentik.io/ldap/active and goauthentik.io/ldap/superuser.
Proxy Outposts:
This release consolidates headers sent by authentik to have a common prefix.
The following headers have been removed:
X-authentik-usernameX-authentik-groupsX-authentik-emailX-authentik-usernameX-authentik-uidThe proxy now also sets the host header based on what is configured as upstream in the proxy provider. The original Host is forwarded as X-Forwarded-Host.
Additionally, the header requirements for nginx have changed. Either a X-Original-URL or X-Original-URI header are now required. See the Proxy provider documentation for updated snippets.
API:
The deprecated /api/v2beta/ Endpoint is removed. Use /api/v3/.
Backup:
The integrated backup has been deprecated for the following reasons:
This release does not introduce any new requirements.
Download the docker-compose file for 2022.1 from here. Afterwards, simply run docker-compose up -d.
Update your values to use the new images:
image:
repository: ghcr.io/goauthentik/server
tag: 2022.1.1