2021-01-16 21:38:46 +00:00
---
2021-03-03 20:15:17 +00:00
title: Release 2021.1
2021-04-19 19:05:19 +00:00
slug: "2021.1"
2021-01-16 21:38:46 +00:00
---
## Headline Changes
2022-05-09 19:22:41 +00:00
- New versioning schema (year.month.release)
- Add global email settings
2021-01-16 21:38:46 +00:00
2021-12-13 17:57:13 +00:00
In previous versions, you had to configure email connection details per [Email Stage ](../flow/stages/email/ ). Now, you can (and should) configure global settings.
2021-01-16 21:38:46 +00:00
This is documented under the [docker-compose ](../installation/docker-compose.md ) and [Kubernetes ](../installation/kubernetes.md ) sections.
2022-05-09 19:22:41 +00:00
- New notification system
2021-01-16 21:38:46 +00:00
More info can be found under [Notifications ](../events/notifications.md ) and [Transports ](../events/transports.md ).
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
2022-05-09 19:22:41 +00:00
- events: create event when system task fails
- helm: fix old reference to static secret_key
- helm: fix s3 secret key and email password not being base64 encoded
- policies: fix logic error for sync mode
- stages/email: fix email task not falling back to use_global_settings
2021-01-29 09:45:50 +00:00
### Fixed in 2021.1.2
2022-05-09 19:22:41 +00:00
- 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
2021-01-16 21:38:46 +00:00
2021-01-29 09:45:50 +00:00
### Fixed in 2021.1.3
2022-05-09 19:22:41 +00:00
- admin: handle FlowNonApplicableException during flow plan
- flows: fix FlowNonApplicableException not being Sentry Ignored
- lifecycle: fix typo causing single process in docker-compose
2021-01-29 09:45:50 +00:00
### Fixed in 2021.1.4
2022-05-09 19:22:41 +00:00
- admin: fix providers not showing SAML Import on empty state
- core: only cache Applications API when no filtering is done
- events: fix email template for notifications
- lib: fix ak_is_group_member checking wrong groups
- providers/saml: add support for WindowsDomainQualifiedName, add docs for NameID
- providers/saml: import SAML Provider with all autogenerated mappings
- providers/saml: make NameID configurable using a Property Mapping
- providers/saml: update default OIDs for default property mappings
- web: fix site-shell being cut off when not full height
2021-01-29 09:45:50 +00:00
2021-01-16 21:38:46 +00:00
## Upgrading
This release does not introduce any new requirements.
### docker-compose
2021-10-13 15:51:54 +00:00
Download the docker-compose file for 2021.1 from [here ](https://goauthentik.io/version/2021.1/docker-compose.yml ). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate` .
2021-01-16 21:38:46 +00:00
### Kubernetes
2021-05-03 08:00:14 +00:00
Run `helm repo update` and then upgrade your release with `helm upgrade authentik authentik/authentik --devel -f values.yaml` .