41 lines
845 B
Markdown
41 lines
845 B
Markdown
---
|
|
title: Release 2023.1
|
|
slug: "/releases/2023.1"
|
|
---
|
|
|
|
## Breaking changes
|
|
|
|
- Deprecated HaveIBeenPwned policy has been removed
|
|
|
|
This policy type has been deprecated since 2022.11 and was automatically migrated to the password policy with equivalent options.
|
|
|
|
## New features
|
|
|
|
- SLO Support for SAML provider
|
|
|
|
authentik now supports SAML SLO (Single logout).
|
|
|
|
## Upgrading
|
|
|
|
This release does not introduce any new requirements.
|
|
|
|
### docker-compose
|
|
|
|
Download the docker-compose file for 2023.1 from [here](https://goauthentik.io/version/2023.1/docker-compose.yml). Afterwards, simply run `docker-compose up -d`.
|
|
|
|
### Kubernetes
|
|
|
|
Update your values to use the new images:
|
|
|
|
```yaml
|
|
image:
|
|
repository: ghcr.io/goauthentik/server
|
|
tag: 2023.1.0
|
|
```
|
|
|
|
## Minor changes/fixes
|
|
|
|
## API Changes
|
|
|
|
_Insert output of `make gen-diff` here_
|