website/docs: release notes for 2024.6 (#9812)
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
1248
website/docs/releases/2024/v2024.6.md
Normal file
1248
website/docs/releases/2024/v2024.6.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,54 +0,0 @@
|
|||||||
---
|
|
||||||
title: Release 2024.next
|
|
||||||
slug: "/releases/2024.next"
|
|
||||||
---
|
|
||||||
|
|
||||||
:::::note
|
|
||||||
2024.next has not been released yet! We're publishing these release notes as a preview of what's to come, and for our awesome beta testers trying out release candidates.
|
|
||||||
|
|
||||||
To try out the release candidate, replace your Docker image tag with the latest release candidate number, such as 2024.next.0-rc1. You can find the latest one in [the latest releases on GitHub](https://github.com/goauthentik/authentik/releases). If you don't find any, it means we haven't released one yet.
|
|
||||||
:::::
|
|
||||||
|
|
||||||
## Breaking changes
|
|
||||||
|
|
||||||
### PostgreSQL minimum supported version upgrade
|
|
||||||
|
|
||||||
authentik now requires PostgreSQL version 14 or later. We recommend upgrading to the latest version if you are running an older version.
|
|
||||||
|
|
||||||
The provided Helm chart defaults to PostgreSQL 15. If you are using the Helm chart with the default values, no action is required.
|
|
||||||
|
|
||||||
The provided Compose file was updated with PostgreSQL 16. You can follow the procedure [here](../../troubleshooting/postgres/upgrade_docker.md) to upgrade.
|
|
||||||
|
|
||||||
## New features
|
|
||||||
|
|
||||||
## Upgrading
|
|
||||||
|
|
||||||
authentik now requires PostgreSQL version 14 or later. We recommend upgrading to the latest version if needed. Follow the instructions [here](../../troubleshooting/postgres/upgrade_docker.md) if you need to upgrade PostgreSQL with docker-compose.
|
|
||||||
|
|
||||||
### Docker Compose
|
|
||||||
|
|
||||||
To upgrade, download the new Compose file and update the Docker stack with the new version, using these commands:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
wget -O docker-compose.yml https://goauthentik.io/version/2024.next/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 ^2024.next
|
|
||||||
```
|
|
||||||
|
|
||||||
## Minor changes/fixes
|
|
||||||
|
|
||||||
<!-- _Insert the output of `make gen-changelog` here_ -->
|
|
||||||
|
|
||||||
## API Changes
|
|
||||||
|
|
||||||
<!-- _Insert output of `make gen-diff` here_ -->
|
|
@ -409,16 +409,17 @@ const docsSidebar = {
|
|||||||
type: "generated-index",
|
type: "generated-index",
|
||||||
title: "Releases",
|
title: "Releases",
|
||||||
slug: "releases",
|
slug: "releases",
|
||||||
description: "Release notes for recent authentik versions",
|
description: "Release Notes for recent authentik versions",
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
|
"releases/2024/v2024.6",
|
||||||
"releases/2024/v2024.4",
|
"releases/2024/v2024.4",
|
||||||
"releases/2024/v2024.2",
|
"releases/2024/v2024.2",
|
||||||
"releases/2023/v2023.10",
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "Previous versions",
|
label: "Previous versions",
|
||||||
items: [
|
items: [
|
||||||
|
"releases/2023/v2023.10",
|
||||||
"releases/2023/v2023.8",
|
"releases/2023/v2023.8",
|
||||||
"releases/2023/v2023.6",
|
"releases/2023/v2023.6",
|
||||||
"releases/2023/v2023.5",
|
"releases/2023/v2023.5",
|
||||||
|
Reference in New Issue
Block a user