Skip to content

Commit 0ae1169

Browse files
authored
chore(docs): update of OEL images (#2253)
1 parent 713e40a commit 0ae1169

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

docs/self-hosted/oel/kratos/changelog.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ title: Changelog for Ory Kratos OEL
44
sidebar_label: Changelog
55
---
66

7+
## 2025-07-25
8+
9+
Tag: `beebb63c5cd4a58b218a792027b34d231735dc05`
10+
11+
### Support for External Identity IDs
12+
13+
Identity admins can now set an external_id field on an identity. If set, the external ID must be unique within the project. Admins
14+
can retrieve an identity by external ID through the `/admin/identities/by/external/{id}` endpoint. In responses, the `external_id`
15+
is contained in all identity and session responses. When tokenizing a session, the `external_id` is available in the Jsonnet
16+
context. Optionally, admins can set the `subject_source` option on the tokenization config to `external_id`, in which case the sub
17+
claim will be the external ID. Note that in this case tokenization fails if the external ID is not set for the identity bound to
18+
that session.
19+
20+
Read more about the external ID feature in our documentation: https://www.ory.sh/docs/kratos/manage-identities/external-id
21+
22+
:::info
23+
24+
This release needs previous version (`097934fff2bda05c808d962a92f52140f80dff83`) to be applied first
25+
26+
:::
27+
28+
Tag: `097934fff2bda05c808d962a92f52140f80dff83`
29+
30+
Improved SQL queries to gracefully handle new columns added via future migrations, preventing upgrade-time failures due to schema
31+
changes.
32+
733
## 2025-06-11
834

935
Tag: `290abca8469dc46c1ba07708849fed28fdbc1b69`

docs/self-hosted/oel/oel-hydra-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| beebb63c5cd4a58b218a792027b34d231735dc05 | 2025-07-25 |
4+
| 097934fff2bda05c808d962a92f52140f80dff83 | 2025-07-25 |
35
| cab093b480501b914f6b2eda1f306b8d6e179ab4 | 2025-07-16 |
46
| 9cde70b7b994db145ab08bc3e1288b49cd7b3696 | 2025-07-08 |
57
| 6147132bd97e3d9146037beeaebf8d315b760ed2 | 2025-07-04 |

docs/self-hosted/oel/oel-keto-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| beebb63c5cd4a58b218a792027b34d231735dc05 | 2025-07-25 |
4+
| 097934fff2bda05c808d962a92f52140f80dff83 | 2025-07-25 |
35
| cab093b480501b914f6b2eda1f306b8d6e179ab4 | 2025-07-16 |
46
| 9cde70b7b994db145ab08bc3e1288b49cd7b3696 | 2025-07-08 |
57
| 6147132bd97e3d9146037beeaebf8d315b760ed2 | 2025-07-04 |

docs/self-hosted/oel/oel-kratos-image-tags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| 7b52ec8a8c7b6bbdde96d0dd1b44c720fa07fca2 | 2025-07-25 |
4+
| beebb63c5cd4a58b218a792027b34d231735dc05 | 2025-07-25 |
5+
| 097934fff2bda05c808d962a92f52140f80dff83 | 2025-07-25 |
36
| cab093b480501b914f6b2eda1f306b8d6e179ab4 | 2025-07-16 |
47
| 9cde70b7b994db145ab08bc3e1288b49cd7b3696 | 2025-07-08 |
58
| 6147132bd97e3d9146037beeaebf8d315b760ed2 | 2025-07-04 |

docs/self-hosted/oel/oel-oathkeeper-image-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
| Image Tag | Release Date |
22
| ---------------------------------------- | ------------ |
3+
| beebb63c5cd4a58b218a792027b34d231735dc05 | 2025-07-25 |
4+
| 097934fff2bda05c808d962a92f52140f80dff83 | 2025-07-25 |
35
| 9cde70b7b994db145ab08bc3e1288b49cd7b3696 | 2025-07-08 |
46
| 6147132bd97e3d9146037beeaebf8d315b760ed2 | 2025-07-04 |
57
| ea3038323329fb703a31bde1abc1a0cf41a08926 | 2025-06-23 |

0 commit comments

Comments
 (0)