From 115274e691364b98916437134a859c8ad13bf7e3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 10 Apr 2021 20:58:55 +0200 Subject: [PATCH] docs: prepare changelog for 2021.4 Signed-off-by: Jens Langhammer --- website/docs/installation/beta.mdx | 4 ++-- website/docs/releases/{next.md => 2021.4.md} | 19 ++++++++++++++++++- website/sidebars.js | 1 + 3 files changed, 21 insertions(+), 3 deletions(-) rename website/docs/releases/{next.md => 2021.4.md} (51%) diff --git a/website/docs/installation/beta.mdx b/website/docs/installation/beta.mdx index 8ff51b511..e820faf44 100644 --- a/website/docs/installation/beta.mdx +++ b/website/docs/installation/beta.mdx @@ -23,7 +23,7 @@ AUTHENTIK_TAG=gh-next AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE=docker.beryju.org/authentik/outpost ``` -Afterwards, run the upgrade commands from the [release notes](../releases/next) +Afterwards, run the upgrade commands from the latest releasae notes. Add the following block to your `values.yml` file: @@ -38,6 +38,6 @@ image: pullPolicy: Always ``` -Afterwards, run the upgrade commands from the [release notes](../releases/next) +Afterwards, run the upgrade commands from the latest releasae notes. diff --git a/website/docs/releases/next.md b/website/docs/releases/2021.4.md similarity index 51% rename from website/docs/releases/next.md rename to website/docs/releases/2021.4.md index 641000346..5e435c527 100644 --- a/website/docs/releases/next.md +++ b/website/docs/releases/2021.4.md @@ -1,5 +1,5 @@ --- -title: Next +title: Release 2021.4 --- ## Headline Changes @@ -18,6 +18,23 @@ title: Next For backwards compatibility, this is set to *all*, but new objects will default to *any*. +- Expiring Events + + Previously, events would stay in the database forever, and had to eventually be cleaned up manually. This version add expiry to events with a default + timeout of 1 Year. This also applies to existing events, and their expiry will be set during the migration. + +- New UI + + While the UI mostly looks the same, under the hood a lot has changed. The Web UI is now a Single-page application based on rollup and lit-html. This has several consequences and new features, for example: + + - You can now see a user's OAuth Access/Refresh tokens and the consents they've given + - You can now see a per-object changelog based on the model_create/update/delete events being created. + - A new API Browser is available under `https://authentink.company/api/v2beta/` + - Several new charts, new pages and quality-of-life improvements + - Credentials of objects are no longer while editing them + +- Deprecated Group membership has been removed. + ## Upgrading This release does not introduce any new requirements. diff --git a/website/sidebars.js b/website/sidebars.js index dfebd7e10..201621826 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -149,6 +149,7 @@ module.exports = { "releases/2021.1", "releases/2021.2", "releases/2021.3", + "releases/2021.4", ], }, {