website/docs: add release notes for 2022.1.3
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
c2586557d8
commit
a908cad976
|
@ -68,6 +68,24 @@ This release mostly removes legacy fields and features that have been deprecated
|
|||
- providers/proxy: add PathPrefix to auto-traefik labels
|
||||
- root: upgrade python dependencies
|
||||
|
||||
## Fixed in 2022.1.3
|
||||
|
||||
- internal: add support for X-Original-URL
|
||||
- internal: add optional debug server listening on 9900
|
||||
- internal: don't override server header
|
||||
- internal: start adding tests to outpost
|
||||
- lifecycle: make secret_key warning more prominent
|
||||
- lifecycle: wait for db in worker
|
||||
- outposts/ldap: Fix more case sensitivity issues. (#2144)
|
||||
- outposts/proxy: add more test cases for domain-level auth
|
||||
- outposts/proxy: fix potential empty redirect, add tests
|
||||
- outposts/proxy: trace full headers to debug
|
||||
- providers/proxy: fix traefik label
|
||||
- root: add max-requests for gunicorn and max tasks for celery
|
||||
- root: fix redis passwords not being encoded correctly
|
||||
- web/admin: fix links which look like labels
|
||||
- web/admin: fix SMS Stage form not working
|
||||
|
||||
## Upgrading
|
||||
|
||||
This release does not introduce any new requirements.
|
||||
|
|
Reference in New Issue