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.2.md

59 lines
2.4 KiB
Markdown
Raw Normal View History

2021-02-03 20:29:13 +00:00
---
title: Release 2021.1.2
---
## Headline Changes
- Managed objects
Objects like property mappings can now be marked as managed, which means that they will be created, updated and deleted by authentik.
Currently, this is used to update default property mappings, and mark tokens and users generated by outposts.
2021-02-06 18:09:42 +00:00
- Improved support for different LDAP Servers
The LDAP source has improved support for non-Active Directory LDAP setups. This includes the following changes:
- Switch to sync membership from groups to users rather than user to group
- Fix users, which were removed from a group in LDAP not being removed from said group
- Add support for LDAP servers which have core fields declared as lists
- Add property-mappings for groups, to map attributes like `name` or `is_superuser`
- Add test view to debug property-mappings.
2021-02-03 20:29:13 +00:00
## Fixes
2021-02-06 18:09:42 +00:00
- admin: add test view for property mappings
2021-02-03 20:29:13 +00:00
- core: Fix application cache not being cleared correctly (and not being ignored for searches)
- events: add send_once flag to send webhooks only once
2021-02-06 18:09:42 +00:00
- events: allow searching by event id
- events: don't log successful system tasks
- events: improve information sent in notification emails
- providers/oauth2: pass application to configuration error event
2021-02-03 20:29:13 +00:00
- providers/saml: fix imported provider not saving properties correctly
2021-02-06 18:09:42 +00:00
- root: use filtering_bound_logger for speed improvements
2021-02-03 20:29:13 +00:00
- stages/consent: fix wrong widget for expire
2021-02-06 18:09:42 +00:00
- web: migrate Provider List to SPA
2021-02-03 20:29:13 +00:00
## Upgrading
This release does not introduce any new requirements.
Due to the switch to managed objects, some default property mappings are changing. This affects only the SAML Provider.
The change affects the "SAML Name" property, which has been changed from an oid to a Schema URI to aid readability.
The integrations affected are:
2021-02-06 19:51:57 +00:00
- [NextCloud](/docs/integrations/services/nextcloud/index)
- [Sentry](/docs/integrations/services/sentry/index)
- [GitLab](/docs/integrations/services/gitlab/index)
- [Ansible Tower/AWX](/docs/integrations/services/awx-tower/index)
2021-02-03 20:29:13 +00:00
### docker-compose
Download the latest docker-compose file from [here](https://raw.githubusercontent.com/BeryJu/authentik/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`.
### Kubernetes
Run `helm repo update` and then upgrade your release with `helm upgrade passbook authentik/authentik --devel -f values.yaml`.