website/docs: add 2021.5 to sidebar

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-08 16:42:46 +02:00
parent 02b06838e2
commit 545a114450
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,6 @@
--- ---
title: Next title: Release 2021.5
slug: "2021.5"
--- ---
## Headline Changes ## Headline Changes
@ -71,4 +72,8 @@ The public port of the compose stack has been changed from 443 to 9000 and 9443
### Kubernetes ### Kubernetes
Run `helm repo update` and then upgrade your release with `helm upgrade authentik authentik/authentik -f values.yaml`. The helm chart has been rewritten by [@dirtycajunrice](https://github.com/dirtycajunrice) and now lives on `https://helm.goauthentik.io`.
Please upgrade to the new chart using values from [ArtifactHub](https://artifacthub.io/packages/helm/goauthentik/authentik).
The old repository will stil exist for backwards-compatibility.

View File

@ -142,6 +142,7 @@ module.exports = {
type: "category", type: "category",
label: "Release Notes", label: "Release Notes",
items: [ items: [
"releases/v2021.5",
"releases/v2021.4", "releases/v2021.4",
"releases/v2021.3", "releases/v2021.3",
"releases/v2021.2", "releases/v2021.2",