Files
authentik/website/docs/releases/2021/v2021.1.md
Tana M Berry 6d5172d18a website: latest PR for new Docs structure (#11639)
* first pass

* dependency shenanigans

* move blueprints

* few broken links

* change config the throw errors

* internal file edits

* fighting links

* remove sidebarDev

* fix subdomain

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix relative URL

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix mismatched package versions

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix api reference build

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* test tweak

* links hell

* more links hell

* links hell2

* yep last of the links

* last broken link fixed

* re-add cves

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add devdocs redirects

* add dir

* tweak netlify.toml

* move latest 2 CVES into dir

* fix links to moved cves

* typoed title fix

* fix link

* remove banner

* remove committed api docs

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* integrations: remove version dropdown

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* Update Makefile

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* change doc links in web as well

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* fix some more docs paths

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* fix more docs paths

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* ci: require ci-web.build for merging

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>

* Revert "ci: require ci-web.build for merging"

This reverts commit b99a4842a9.

* remove sluf for Application

* put slug back in

* minor fix to trigger deploy

* Spelled out Documentation in menu bar

* remove image redirects...

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove explicit index.md

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove mdx first

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* then remove .md

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add missing prefix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Tana M Berry <tana@goauthentik.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-10-09 09:33:40 -05:00

2.9 KiB

title, slug
title slug
Release 2021.1 /releases/2021.1

Headline Changes

  • New versioning schema (year.month.release)

  • Add global email settings

    In previous versions, you had to configure email connection details per Email Stage. Now, you can (and should) configure global settings.

    This is documented under the docker-compose and Kubernetes sections.

  • New notification system

    More info can be found under Notifications and Transports.

    During the update, some default rules will be created. These rules notify you about policy exceptions, configuration errors and updates.

    These notifications will be sent using a default transport, which uses the global email transport.

Fixes

  • events: create event when system task fails
  • helm: fix old reference to static secret_key
  • helm: fix s3 secret key and email password not being base64 encoded
  • policies: fix logic error for sync mode
  • stages/email: fix email task not falling back to use_global_settings

Fixed in 2021.1.2

  • sources/*: Add source to flow context, so source is logged during login
  • outposts: Fix outpost not correctly updating on outpost modification
  • outposts: Improve drift detection on kubernetes
  • providers/saml: Fix metadata not being signed when signature is enabled
  • policies: Improve error handling, ensure original stacktrace is preserved

Fixed in 2021.1.3

  • admin: handle FlowNonApplicableException during flow plan
  • flows: fix FlowNonApplicableException not being Sentry Ignored
  • lifecycle: fix typo causing single process in docker-compose

Fixed in 2021.1.4

  • admin: fix providers not showing SAML Import on empty state
  • core: only cache Applications API when no filtering is done
  • events: fix email template for notifications
  • lib: fix ak_is_group_member checking wrong groups
  • providers/saml: add support for WindowsDomainQualifiedName, add docs for NameID
  • providers/saml: import SAML Provider with all autogenerated mappings
  • providers/saml: make NameID configurable using a Property Mapping
  • providers/saml: update default OIDs for default property mappings
  • web: fix site-shell being cut off when not full height

Upgrading

This release does not introduce any new requirements.

docker-compose

Download the docker-compose file for 2021.1 from here. Afterwards, simply run docker-compose up -d and then the standard upgrade command of docker-compose run --rm server migrate.

Kubernetes

Run helm repo update and then upgrade your release with helm upgrade authentik authentik/authentik --devel -f values.yaml.