--- 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 ```