website/docs/releases/2021/v2021.1.md
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.
This release does not introduce any new requirements.
Download the docker-compose file for 2021.1 from here. Afterwards, simply run docker-compose up -d and then the standard upgrade command of docker-compose run --rm server migrate.
Run helm repo update and then upgrade your release with helm upgrade authentik authentik/authentik --devel -f values.yaml.