This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/releases/v2022.11.md

35 lines
600 B
Markdown
Raw Normal View History

---
title: Release 2022.11
slug: "2022.11"
---
## Breaking changes
- authentik now runs on Python 3.11
## New features
## API Changes
_Insert output of `make gen-diff` here_
## Minor changes/fixes
## Upgrading
This release does not introduce any new requirements.
### docker-compose
Download the docker-compose file for 2022.11 from [here](https://goauthentik.io/version/2022.11/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: 2022.11.1
```