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

### Surface external ID conflicts in batch identity import

A bug was fixed that caused conflict errors on the `external_id` field to be hidden during batch identity imports.

This issue occurred when multiple records with the same `external_id` or records with an external_id that already existed in the
database were imported. This made it impossible to identify the source of the conflict.

With this fix, any conflicts on the `external_id` field will now be properly reported, allowing for easier troubleshooting and
resolution of import issues.
9 changes: 9 additions & 0 deletions docs/self-hosted/oel/oathkeeper/changelog/v26.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v26.2.0

### Improved handling of forwarded headers

This release includes improvements to the handling of forwarded headers in Ory Oathkeeper. The change ensures that when the
configuration `serve.proxy.trust_forwarded_headers` is disabled, all `X-Forwarded*` and the standard `Forwarded` headers are
removed before processing and forwarding the request. Previously, only the `X-Forwarded`, `X-Forwarded-Host`, and
`X-Forwarded-Proto` headers were removed. If the downstream service relies on any of the `X-Forwarded*` headers, it is recommended
to enable the `serve.proxy.trust_forwarded_headers` configuration option to ensure proper handling of forwarded headers.
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oauth2/changelog/v26.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for hydra/oel in versions v26.2.0
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-hydra-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
| 26.1.16 | 2026-03-09 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-keto-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
| 26.1.16 | 2026-03-09 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-kratos-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
| 26.1.16 | 2026-03-09 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-oathkeeper-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
| 26.1.16 | 2026-03-09 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/oel-polis-image-tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Image Tag | Release Date |
| ---------------------------------------- | ------------ |
| 26.2.0 | 2026-03-20 |
| 26.1.18 | 2026-03-13 |
| 26.1.17 | 2026-03-11 |
| 26.1.16 | 2026-03-09 |
Expand Down
1 change: 1 addition & 0 deletions docs/self-hosted/oel/polis/changelog/v26.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No changelog entries found for polis/oel in versions v26.2.0
Loading