-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(docs): update of OEL images #2596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| No changelog entries found for keto/oel in versions v26.2.15 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| ## v26.2.15 | ||
|
|
||
| ### Block invisible-character duplicate accounts | ||
|
|
||
| Hidden characters in an email or username — zero-width spaces, joiners, soft hyphens, the byte-order mark, and similar invisibles | ||
| — are now removed before the identifier is stored. This stops someone from registering a second account that looks identical to an | ||
| existing one but is treated as different. Identifiers are also case- and width-normalized, so `ALICE@example.com` and | ||
| `alice@example.com` are the same account. | ||
|
|
||
| International identifiers keep working: Hebrew, Arabic, and emoji are all accepted. Characters that merely look alike across | ||
| scripts — such as the Cyrillic “а” and the Latin “a” — are kept distinct and do not collide. | ||
|
|
||
| ### Fix SCIM Group attribute filtering returning HTTP 500 | ||
|
|
||
| `GET /scim/{client}/v2/Groups/{id}?attributes=...` and `GET /scim/{client}/v2/Groups?attributes=...` now return the requested | ||
| attributes correctly. Previously, any `attributes=` value on a Group endpoint caused a server-side panic that surfaced as HTTP 500 | ||
| with an internal stack trace in the response body. | ||
|
|
||
| The `excludedAttributes=` form on Group endpoints, and all attribute filtering on User endpoints, were unaffected and continue to | ||
| work as before. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1 @@ | ||||||
| No changelog entries found for oathkeeper/oel in versions v26.2.15 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use singular “version” for a single release. Line 1 uses “versions v26.2.15” even though this entry is for one version. ✏️ Proposed wording fix-No changelog entries found for oathkeeper/oel in versions v26.2.15
+No changelog entries found for oathkeeper/oel in version v26.2.15📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1 @@ | ||||||
| No changelog entries found for hydra/oel in versions v26.2.15 | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use singular “version” for a single release. Line 1 should use “version” instead of “versions” for v26.2.15. ✏️ Proposed wording fix-No changelog entries found for hydra/oel in versions v26.2.15
+No changelog entries found for hydra/oel in version v26.2.15📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| No changelog entries found for polis/oel in versions v26.2.15 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix singular/plural mismatch in release wording. Line 1 uses “versions v26.2.15” while only one version is referenced. Please change it to “version v26.2.15” for correctness and consistency. 🤖 Prompt for AI Agents |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use singular “version” for a single release.
Line 1 says “versions v26.2.15”, but this file refers to one release only.
✏️ Proposed wording fix
📝 Committable suggestion
🤖 Prompt for AI Agents