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
|
|
|
---
|
|
|
|
|
2023-06-06 19:40:19 +00:00
|
|
|
<!-- ## Breaking changes -->
|
2022-03-09 22:42:25 +00:00
|
|
|
|
|
|
|
## New features
|
|
|
|
|
|
|
|
## Upgrading
|
|
|
|
|
|
|
|
This release does not introduce any new requirements.
|
|
|
|
|
|
|
|
### docker-compose
|
|
|
|
|
2023-06-06 07:21:27 +00:00
|
|
|
To upgrade, download the new docker-compose file and update the Docker stack with the new version, using these commands:
|
|
|
|
|
|
|
|
```
|
|
|
|
wget -O docker-compose.yml https://goauthentik.io/version/xxxx.x/docker-compose.yml
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
The `-O` flag retains the downloaded file's name, overwriting any existing local file with the same name.
|
2022-03-09 22:42:25 +00:00
|
|
|
|
|
|
|
### 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-06-06 19:40:19 +00:00
|
|
|
<!-- _Insert the output of `make gen-changelog` here_ -->
|
2023-03-28 10:05:44 +00:00
|
|
|
|
2022-11-21 18:37:28 +00:00
|
|
|
## API Changes
|
|
|
|
|
2023-06-06 19:40:19 +00:00
|
|
|
<!-- _Insert output of `make gen-diff` here_ -->
|