website: update 2022.8 release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
6000a33a8e
commit
71d6304407
|
@ -35,8 +35,8 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: update-web-api-client
|
||||
commit-message: "web: Update Web API Client version"
|
||||
title: "web: Update Web API Client version"
|
||||
body: "web: Update Web API Client version"
|
||||
commit-message: "web: bump API Client version"
|
||||
title: "web: bump API Client version"
|
||||
body: "web: bump API Client version"
|
||||
delete-branch: true
|
||||
signoff: true
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
| ---------- | ------------------ |
|
||||
| 2022.6.x | :white_check_mark: |
|
||||
| 2022.7.x | :white_check_mark: |
|
||||
| 2022.8.x | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
@ -37,16 +37,17 @@ slug: "2022.8"
|
|||
- internal: fix race conditions when accessing settings before bootstrap
|
||||
- internal: walk config in go, check, parse and load from scheme like in python
|
||||
- lifecycle: optimise container lifecycle and process signals (#3332)
|
||||
- providers/oauth2: don't separate scopes by comma-space
|
||||
- providers/oauth2: don't separate scopes by comma-space in created events
|
||||
- providers/oauth2: fix scopes without descriptions not being saved in consent
|
||||
- providers/proxy: add caddy endpoint (#3330)
|
||||
- providers/proxy: add is_superuser to ak_proxy object, only show full error when superuser
|
||||
- providers/proxy: no exposed urls (#3151)
|
||||
- root: fix dockerfile for blueprints
|
||||
- sources/oauth: correctly concatenate URLs to allow custom parameters to be passed to authorization server
|
||||
- sources/oauth: only send header authentication for OIDC source
|
||||
- sources/oauth: use mailcow full_name as username for mailcow source (#3299)
|
||||
- stages/\*: use stage-bound logger when possible
|
||||
- stages/authentiactor_validate: improve error handling for duo
|
||||
- stages/authenticator_validate: improve error handling for duo
|
||||
- stages/authenticator_duo: fix imported Duo Device not having a name
|
||||
- stages/authenticator_sms: use twilio SDK, improve docs
|
||||
- stages/authenticator_totp: remove single device per user limit
|
||||
|
|
Reference in New Issue