Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions website/docs/releases/2024/v2024.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.10
- web/flows: fix invisible captcha call (cherry-pick #12048) (#12049)
- website/docs: add CSP to hardening (cherry-pick #11970) (#12116)

## Fixed in 2024.10.4

- providers/oauth2: fix migration (cherry-pick #12138) (#12139)
- providers/oauth2: fix migration dependencies (cherry-pick #12123) (#12132)
- providers/oauth2: fix redirect uri input (cherry-pick #12122) (#12127)
- providers/proxy: fix redirect_uri (cherry-pick #12121) (#12125)
- web: bump API Client version (cherry-pick #12129) (#12130)

## API Changes

### API Changes in 2024.10.0
Expand Down
7 changes: 7 additions & 0 deletions website/docs/releases/2024/v2024.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,13 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2024.8
- web/admin: better footer links (#12004)
- web: bump API Client version (#12118)

## Fixed in 2024.8.6

- providers/oauth2: fix migration (cherry-pick #12138) (#12140)
- providers/oauth2: fix redirect uri input (cherry-pick #12122) (#12128)
- providers/proxy: fix redirect_uri (cherry-pick #12121) (#12126)
- web: bump API Client version (cherry-pick #12129) (#12131)

## API Changes

#### What's New
Expand Down