41 lines
		
	
	
		
			880 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			880 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
 | |
| 
 | |
| 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.
 | |
| 
 | |
| ### Kubernetes
 | |
| 
 | |
| Upgrade the Helm Chart to the new version, using the following commands:
 | |
| 
 | |
| ```shell
 | |
| helm repo update
 | |
| helm upgrade authentik authentik/authentik -f values.yaml --version ^xxxx.x
 | |
| ```
 | |
| 
 | |
| ## Minor changes/fixes
 | |
| 
 | |
| <!-- _Insert the output of `make gen-changelog` here_ -->
 | |
| 
 | |
| ## API Changes
 | |
| 
 | |
| <!-- _Insert output of `make gen-diff` here_ -->
 | 
