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
1 change: 1 addition & 0 deletions docs/self-hosted/oel/keto/changelog/v25.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for keto/oel in versions v25.3.6
1 change: 1 addition & 0 deletions docs/self-hosted/oel/keto/changelog/v25.3.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for keto/oel in versions v25.3.8
1 change: 1 addition & 0 deletions docs/self-hosted/oel/keto/changelog/v25.3.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for keto/oel in versions v25.3.9
1 change: 1 addition & 0 deletions docs/self-hosted/oel/kratos/changelog/v25.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for kratos/oel in versions v25.3.6
7 changes: 7 additions & 0 deletions docs/self-hosted/oel/kratos/changelog/v25.3.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v25.3.8

### Add 'Login with Amazon'

Amazon is added to the list of OIDC providers to enable 'Login with Amazon'.

Note that 'Code Based Linking' and 'Login and Pay with Amazon' are not part of this release.
7 changes: 7 additions & 0 deletions docs/self-hosted/oel/kratos/changelog/v25.3.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v25.3.9

### Make the ID of the recovery address of an identity optional when creating it

Before this fix, attempting to create, via the API, an identity with a recovery address which did not contain an ID, would fail
with an opaque error (`uuid: incorrect UUID length 0 in string ""`). Now, if the ID is not present at creation time, it will be
auto-generated.
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oathkeeper/changelog/v25.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for oathkeeper/oel in versions v25.3.6
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oathkeeper/changelog/v25.3.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for oathkeeper/oel in versions v25.3.8
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oathkeeper/changelog/v25.3.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for oathkeeper/oel in versions v25.3.9
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oauth2/changelog/v25.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for hydra/oel in versions v25.3.6
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oauth2/changelog/v25.3.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for hydra/oel in versions v25.3.8
10 changes: 10 additions & 0 deletions docs/self-hosted/oel/oauth2/changelog/v25.3.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v25.3.9

### Fix regression in refresh token UsedTimes calculation

Fixed a regression in Hydra OAuth2 refresh token handling where the `UsedTimes` validation was incorrectly checking the `Valid`
flag before comparing against the graceful count limit. This caused refresh tokens to be incorrectly rejected during the grace
period when the `UsedTimes` field was not explicitly set, even when the usage count was within acceptable limits.

The fix ensures that refresh tokens are properly validated based on the usage count alone, without requiring the `UsedTimes` field
to be explicitly marked as valid in the database.
3 changes: 3 additions & 0 deletions docs/self-hosted/oel/oel-hydra-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 25.3.9 | 2025-10-30 |
| 25.3.8 | 2025-10-23 |
| 25.3.6 | 2025-10-10 |
| 25.3.5 | 2025-10-03 |
| 25.3.4 | 2025-09-26 |
| 25.3.3 | 2025-09-18 |
Expand Down
3 changes: 3 additions & 0 deletions docs/self-hosted/oel/oel-keto-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 25.3.9 | 2025-10-30 |
| 25.3.8 | 2025-10-23 |
| 25.3.6 | 2025-10-10 |
| 25.3.5 | 2025-10-03 |
| 25.3.4 | 2025-09-26 |
| 25.3.3 | 2025-09-18 |
Expand Down
3 changes: 3 additions & 0 deletions docs/self-hosted/oel/oel-kratos-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 25.3.9 | 2025-10-30 |
| 25.3.8 | 2025-10-23 |
| 25.3.6 | 2025-10-10 |
| 25.3.5 | 2025-10-03 |
| 25.3.4 | 2025-09-26 |
| 25.3.3 | 2025-09-18 |
Expand Down
3 changes: 3 additions & 0 deletions docs/self-hosted/oel/oel-oathkeeper-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 25.3.9 | 2025-10-30 |
| 25.3.8 | 2025-10-23 |
| 25.3.6 | 2025-10-10 |
| 25.3.5 | 2025-10-03 |
| 25.3.4 | 2025-09-26 |
| 25.3.3 | 2025-09-18 |
Expand Down
3 changes: 3 additions & 0 deletions docs/self-hosted/oel/oel-polis-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 25.3.9 | 2025-10-30 |
| 25.3.8 | 2025-10-23 |
| 25.3.6 | 2025-10-10 |
| 25.3.5 | 2025-10-03 |
| 25.3.4 | 2025-09-26 |
| 25.3.3 | 2025-09-18 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/polis/changelog/v25.3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for polis/oel in versions v25.3.6
1 change: 1 addition & 0 deletions docs/self-hosted/oel/polis/changelog/v25.3.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for polis/oel in versions v25.3.8
1 change: 1 addition & 0 deletions docs/self-hosted/oel/polis/changelog/v25.3.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for polis/oel in versions v25.3.9
Loading