This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/releases/next.md

1.0 KiB

title
Next

Headline Changes

  • Compatibility with forwardAuth/auth_request

    The authentik proxy is now compatible with forwardAuth (traefik) / auth_request (nginx). All that is required is the latest version of the outpost, and the correct config from here.

  • Docker images for ARM

    Docker images are now built for amd64, arm64, arm v7 and arm v8.

  • Deprecated Group membership has been removed.

Minor changes

  • Improved compatibility of the flow interface with password managers.

Upgrading

This release does not introduce any new requirements.

docker-compose

Download the latest docker-compose file from here. Afterwards, simply run docker-compose up -d and then the standard upgrade command of docker-compose run --rm server migrate.

Kubernetes

Run helm repo update and then upgrade your release with helm upgrade authentik authentik/authentik --devel -f values.yaml.