website/docs: prepare 2021.8.3
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
6237352e25
commit
8619552920
|
@ -47,8 +47,8 @@ slug: "2021.8"
|
|||
- lib: move id and key generators to lib (#1286)
|
||||
- lifecycle: rename to ak
|
||||
- outpost: handle non-existant permission
|
||||
- outposts: add recursion limit for docker controller
|
||||
- outposts: add repair_permissions command
|
||||
- outpost: add recursion limit for docker controller
|
||||
- outpost: add repair_permissions command
|
||||
- root: add alias for akflow files
|
||||
- root: add ASGI Error handler
|
||||
- root: add License to NPM package
|
||||
|
@ -90,13 +90,21 @@ slug: "2021.8"
|
|||
|
||||
- root: fix login loop created by old settings stored in cache
|
||||
|
||||
## Fixed in 2021.8.3
|
||||
|
||||
- outpost: fix FlowExecutor not sending password for identification stage
|
||||
- outpost: fix generated traefik labels containing invalid hosts
|
||||
- outpost: make docker network configurable when using docker integration
|
||||
- web/flow: fix redirects to application being sent multiple times, causing issues with OAuth providers
|
||||
- web/flow: fix rendering of checkboxes in prompt stages
|
||||
|
||||
## Upgrading
|
||||
|
||||
This release does not introduce any new requirements.
|
||||
|
||||
### docker-compose
|
||||
|
||||
Download the docker-compose file for 2021.7 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.7/docker-compose.yml). Afterwards, simply run `docker-compose up -d`.
|
||||
Download the docker-compose file for 2021.8 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.8/docker-compose.yml). Afterwards, simply run `docker-compose up -d`.
|
||||
|
||||
### Kubernetes
|
||||
|
||||
|
|
Reference in New Issue