website/docs: add 2022.1
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -32,7 +32,11 @@ This release mostly removes legacy fields and features that have been deprecated | |||||||
| - core: dont return 404 when trying to view key of expired token | - core: dont return 404 when trying to view key of expired token | ||||||
| - crypto: fully parse certificate on validation in serializer to prevent invalid certificates from being saved | - 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 | - 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 | ||||||
|  | - lifecycle: add early check for missing/invalid secret key | ||||||
|  | - outposts/proxyv2: fix before-redirect url not being saved in proxy mode | ||||||
| - providers/oauth2: change default redirect uri behaviour; set first used url when blank and use star for wildcard | - 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 | - root: decrease to 10 backup history | ||||||
| - root: fix backups running every minute instead of once | - root: fix backups running every minute instead of once | ||||||
| - stages/authenticator_webauthn: make more WebAuthn options configurable | - stages/authenticator_webauthn: make more WebAuthn options configurable | ||||||
| @ -133,14 +133,15 @@ module.exports = { | |||||||
|             type: "category", |             type: "category", | ||||||
|             label: "Release Notes", |             label: "Release Notes", | ||||||
|             items: [ |             items: [ | ||||||
|  |                 "releases/v2022.1", | ||||||
|                 "releases/v2021.12", |                 "releases/v2021.12", | ||||||
|                 "releases/v2021.10", |                 "releases/v2021.10", | ||||||
|                 "releases/v2021.9", |                 "releases/v2021.9", | ||||||
|                 "releases/v2021.8", |  | ||||||
|                 { |                 { | ||||||
|                     type: "category", |                     type: "category", | ||||||
|                     label: "Previous versions", |                     label: "Previous versions", | ||||||
|                     items: [ |                     items: [ | ||||||
|  |                         "releases/v2021.8", | ||||||
|                         "releases/v2021.7", |                         "releases/v2021.7", | ||||||
|                         "releases/v2021.6", |                         "releases/v2021.6", | ||||||
|                         "releases/v2021.5", |                         "releases/v2021.5", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer