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.
2022-03-09 22:42:25 +00:00
---
title: Release xxxx.x
2023-01-04 18:45:31 +00:00
slug: "/releases/xxxx.x"
2022-03-09 22:42:25 +00:00
---
## Breaking changes
## New features
## Upgrading
This release does not introduce any new requirements.
### docker-compose
Download the docker-compose file for xxxx.x from [here ](https://goauthentik.io/version/xxxx.x/docker-compose.yml ). Afterwards, simply run `docker-compose up -d` .
### Kubernetes
Update your values to use the new images:
```yaml
image:
2022-05-09 19:22:41 +00:00
repository: ghcr.io/goauthentik/server
2022-11-13 13:20:55 +00:00
tag: xxxx.x.0
2022-03-09 22:42:25 +00:00
```
2022-11-21 18:37:28 +00:00
## Minor changes/fixes
2023-03-28 10:05:44 +00:00
_Insert the output of `make gen-changelog` here_
2022-11-21 18:37:28 +00:00
## API Changes
_Insert output of `make gen-diff` here_