2020-11-15 21:42:02 +00:00
---
2020-12-27 14:35:58 +00:00
title: Release 0.11
2021-04-19 19:05:19 +00:00
slug: "0.11"
2020-11-15 21:42:02 +00:00
---
This update brings these headline features:
2021-03-02 21:10:54 +00:00
- Add Backup and Restore, currently only externally schedulable, documented [here ](../maintenance/backups/index.md )
- New Admin Dashboard with more metrics and Charts
2020-11-15 21:42:02 +00:00
Shows successful and failed logins from the last 24 hours, as well as the most used applications
2021-03-02 21:10:54 +00:00
- Add search to all table views
- Outpost now supports a Docker Controller, which installs the Outpost on the same host as authentik, updates and manages it
- Add Token Identifier
2020-11-15 21:42:02 +00:00
Tokens now have an identifier which is used to reference to them, so the Primary key is not shown in URLs
2021-03-02 21:10:54 +00:00
- `core/applications/list` API now shows applications the user has access to via policies
2020-11-15 21:42:02 +00:00
## Upgrading
2021-10-13 15:51:54 +00:00
This upgrade can be done as any other patch upgrade, the only external change is the new docker-compose file, which enabled the Docker Integration for Outposts. To use this feature, please download the latest docker-compose from [here ](https://goauthentik.io/docker-compose.yml ).
2020-11-15 21:42:02 +00:00
Afterwards, you can simply run `docker-compose up -d` and then the normal upgrade command of `docker-compose run --rm server migrate` .