29 lines
		
	
	
		
			495 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			495 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: Release xxxx.x
 | 
						|
slug: "xxxx.x"
 | 
						|
---
 | 
						|
 | 
						|
## Breaking changes
 | 
						|
 | 
						|
## New features
 | 
						|
 | 
						|
## Minor changes/fixes
 | 
						|
 | 
						|
## 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.1
 | 
						|
```
 |