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/_template.md

33 lines
566 B
Markdown

---
title: Release xxxx.x
slug: "/releases/xxxx.x"
---
## 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:
repository: ghcr.io/goauthentik/server
tag: xxxx.x.0
```
## Minor changes/fixes
## API Changes
_Insert output of `make gen-diff` here_