From 5f198e7fe48ed33626033cb62d324d05ec549ae6 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 22 Jan 2022 12:29:20 +0100 Subject: [PATCH] website/docs: update 2022.1 Signed-off-by: Jens Langhammer --- website/docs/releases/v2022.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/releases/v2022.1.md b/website/docs/releases/v2022.1.md index dbd4124fad..67269f38e0 100644 --- a/website/docs/releases/v2022.1.md +++ b/website/docs/releases/v2022.1.md @@ -33,8 +33,11 @@ This release mostly removes legacy fields and features that have been deprecated - crypto: fully parse certificate on validation in serializer to prevent invalid certificates from being saved - flows: handle error if flow title contains invalid format string - internal: route traffic to proxy providers based on cookie domain when multiple domain-level providers exist +- internal: use math.MaxInt for compatibility - lifecycle: add early check for missing/invalid secret key +- outposts/proxyv2: allow access to /akprox urls in forward auth mode to make routing in nginx/traefik easier - outposts/proxyv2: fix before-redirect url not being saved in proxy mode +- outposts/proxyv2: fix JWKS url pointing to localhost on embedded outpost - providers/oauth2: change default redirect uri behaviour; set first used url when blank and use star for wildcard - root: allow customisation of ports in compose without override - root: decrease to 10 backup history @@ -43,6 +46,7 @@ This release mostly removes legacy fields and features that have been deprecated - web: add polyfill for Intl.ListFormat - web: directly read csrf token before injecting into request - web: fix double plural in label +- web/admin: also set embedded outpost host when it doesn't include scheme - web/admin: fix missing configure flow setting on webuahtn setup stage form - web/flows: remove node directly instead of using removeChild()