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/2021.1.md

1.7 KiB

title
Release 2021.1.1

Headline Changes

  • New versioning schema (year.month.release)

  • Add global email settings

    In previous versions, you had to configure email connection details per Email Stage. Now, you can (and should) configure global settings.

    This is documented under the docker-compose and Kubernetes sections.

  • New notification system

    More info can be found under Notifications and Transports.

    During the update, some default rules will be created. These rules notify you about policy exceptions, configuration errors and updates.

    These notifications will be sent using a default transport, which uses the global email transport.

Fixes

  • sources/*: Add source to flow context, so source is logged during login
  • outposts: Fix outpost not correctly updating on outpost modification
  • outposts: Improve drift detection on kubernetes
  • providers/saml: Fix metadata not being signed when signature is enabled
  • policies: Improve error handling, ensure original stacktrace is preserved

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 passbook authentik/authentik --devel -f values.yaml.