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)
|
- lib: move id and key generators to lib (#1286)
|
||||||
- lifecycle: rename to ak
|
- lifecycle: rename to ak
|
||||||
- outpost: handle non-existant permission
|
- outpost: handle non-existant permission
|
||||||
- outposts: add recursion limit for docker controller
|
- outpost: add recursion limit for docker controller
|
||||||
- outposts: add repair_permissions command
|
- outpost: add repair_permissions command
|
||||||
- root: add alias for akflow files
|
- root: add alias for akflow files
|
||||||
- root: add ASGI Error handler
|
- root: add ASGI Error handler
|
||||||
- root: add License to NPM package
|
- root: add License to NPM package
|
||||||
|
@ -90,13 +90,21 @@ slug: "2021.8"
|
||||||
|
|
||||||
- root: fix login loop created by old settings stored in cache
|
- 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
|
## Upgrading
|
||||||
|
|
||||||
This release does not introduce any new requirements.
|
This release does not introduce any new requirements.
|
||||||
|
|
||||||
### docker-compose
|
### 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
|
### Kubernetes
|
||||||
|
|
||||||
|
|
Reference in New Issue