Skip to content

chore(docs): update of OEL images#2514

Merged
deepakprabhakara merged 2 commits into
masterfrom
oel-version-update
Apr 22, 2026
Merged

chore(docs): update of OEL images#2514
deepakprabhakara merged 2 commits into
masterfrom
oel-version-update

Conversation

@ory-bot
Copy link
Copy Markdown
Collaborator

@ory-bot ory-bot commented Apr 20, 2026

Update OEL images

Summary by CodeRabbit

  • New Features

    • Configurable max for expand results; phone numbers normalized to E.164 with migration; OIDC registration redirects now include flow; enum identity fields render as dropdowns
    • Settings hook to verify new addresses before applying; upstream MFA signals (acr/amr) carried into sessions; WebAuthn UI/error text fixes
  • Bug Fixes

    • Error handling now isolates per-request error context to prevent cross-request leaks
  • Documentation

    • Changelogs and image-tag updates for v26.2.5/v26.2.6 across products

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b165cb15-dd04-4808-9187-7c715f2537e8

📥 Commits

Reviewing files that changed from the base of the PR and between 986be36 and 8c0ef81.

📒 Files selected for processing (10)
  • docs/self-hosted/oel/keto/changelog/v26.2.6.md
  • docs/self-hosted/oel/kratos/changelog/v26.2.6.md
  • docs/self-hosted/oel/oathkeeper/changelog/v26.2.6.md
  • docs/self-hosted/oel/oauth2/changelog/v26.2.6.md
  • docs/self-hosted/oel/oel-hydra-image-tags.md
  • docs/self-hosted/oel/oel-keto-image-tags.md
  • docs/self-hosted/oel/oel-kratos-image-tags.md
  • docs/self-hosted/oel/oel-oathkeeper-image-tags.md
  • docs/self-hosted/oel/oel-polis-image-tags.md
  • docs/self-hosted/oel/polis/changelog/v26.2.6.md
✅ Files skipped from review due to trivial changes (10)
  • docs/self-hosted/oel/keto/changelog/v26.2.6.md
  • docs/self-hosted/oel/oathkeeper/changelog/v26.2.6.md
  • docs/self-hosted/oel/oauth2/changelog/v26.2.6.md
  • docs/self-hosted/oel/polis/changelog/v26.2.6.md
  • docs/self-hosted/oel/oel-kratos-image-tags.md
  • docs/self-hosted/oel/oel-polis-image-tags.md
  • docs/self-hosted/oel/oel-hydra-image-tags.md
  • docs/self-hosted/oel/oel-oathkeeper-image-tags.md
  • docs/self-hosted/oel/oel-keto-image-tags.md
  • docs/self-hosted/oel/kratos/changelog/v26.2.6.md

📝 Walkthrough

Walkthrough

This PR adds and updates multiple changelog and image-tag documentation files for OEL releases v26.2.5 and v26.2.6 across Keto, Kratos, Oathkeeper, OAuth2, and Polis. Changelogs record error-handling fixes, Kratos feature notes, and several v26.2.6 files that state no entries. Image tag tables add new rows for 26.2.6 and 26.2.5.

Changes

Cohort / File(s) Summary
Changelog — v26.2.5
docs/self-hosted/oel/keto/changelog/v26.2.5.md, docs/self-hosted/oel/kratos/changelog/v26.2.5.md, docs/self-hosted/oel/oathkeeper/changelog/v26.2.5.md, docs/self-hosted/oel/oauth2/changelog/v26.2.5.md, docs/self-hosted/oel/polis/changelog/v26.2.5.md
Added v26.2.5 changelog entries. Common theme: fixes for shared mutable error state (create fresh error instance per call). Kratos entry also documents OIDC registration redirect change, phone number normalization + migration CLI, and UI enum->select rendering. Polis file notes no entries.
Changelog — v26.2.6 (placeholder)
docs/self-hosted/oel/keto/changelog/v26.2.6.md, docs/self-hosted/oel/kratos/changelog/v26.2.6.md, docs/self-hosted/oel/oathkeeper/changelog/v26.2.6.md, docs/self-hosted/oel/oauth2/changelog/v26.2.6.md, docs/self-hosted/oel/polis/changelog/v26.2.6.md
Added v26.2.6 changelog files; most state no changelog entries except Kratos which documents multiple v26.2.6 notes (WebAuthn fixes, settings hook, upstream MFA signals, SCIM group telemetry).
Image Tag Tables
docs/self-hosted/oel/oel-hydra-image-tags.md, docs/self-hosted/oel/oel-keto-image-tags.md, docs/self-hosted/oel/oel-kratos-image-tags.md, docs/self-hosted/oel/oel-oathkeeper-image-tags.md, docs/self-hosted/oel/oel-polis-image-tags.md
Inserted new image tag rows for 26.2.6 (2026-04-22) and 26.2.5 (2026-04-20) at the top of each table.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • aeneasr
  • vinckr
  • unatasha8
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is minimal but sufficient for a documentation-only change. However, it lacks details about which versions/components were updated. Consider expanding the description to specify which OEL image versions (26.2.5, 26.2.6) were added and which components (Keto, Kratos, Oathkeeper, Hydra, Polis) were affected.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the primary change: updating OEL image tags and related documentation across multiple changelog files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch oel-version-update

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/self-hosted/oel/keto/changelog/v26.2.5.md`:
- Line 12: Fix the missing period after "etc" in the sentence fragment "reason
text, details, etc, modified the global." — replace both occurrences of "etc"
(lines containing "reason text, details, etc, modified the global." and the
other occurrence around line 23) with "etc." so the prose uses correct
punctuation; ensure the comma following "etc." remains or is adjusted for proper
grammar in the surrounding sentence.

In `@docs/self-hosted/oel/kratos/changelog/v26.2.5.md`:
- Line 7: The sentence fragment containing "an error — reason text, details,
etc, modified the global" needs proper punctuation: replace "etc" with "etc." so
it reads "details, etc." and ensure the comma/spacing around the em dash and
following clause remains correct (resulting text: "an error — reason text,
details, etc. modified the global. The next request..."). Update the sentence in
the document to include the period after "etc" and verify surrounding
punctuation for readability.

In `@docs/self-hosted/oel/oathkeeper/changelog/v26.2.5.md`:
- Line 7: Fix punctuation by adding a period to instances of "etc" in the
release notes prose: update the fragment containing "reason text, details, etc"
(line containing "an error — reason text, details, etc, modified the global...")
and the other occurrence around line 18 to use "etc." so both read "etc." to
match standard American English punctuation.

In `@docs/self-hosted/oel/oauth2/changelog/v26.2.5.md`:
- Line 7: The sentence fragment "an error — reason text, details, etc, modified
the global. The next request to reach an error path using the same error
inherited" is missing the period after the abbreviation "etc"; edit the text in
docs/self-hosted/oel/oauth2/changelog/v26.2.5.md (the sentence containing
"reason text, details, etc, modified the global") to change "etc" to "etc." so
it reads "reason text, details, etc. modified the global..." and ensure spacing
and punctuation around the em dash remain correct.

In `@docs/self-hosted/oel/polis/changelog/v26.2.5.md`:
- Line 1: The sentence currently reads “No changelog entries found for polis/oel
in versions v26.2.5”; change the plural "versions" to the singular "version" so
it reads “No changelog entries found for polis/oel in version v26.2.5” to
reflect that this file documents a single version (edit the line containing the
phrase "in versions v26.2.5").
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: dcb9071b-1a71-4de4-98d4-7d937a98de41

📥 Commits

Reviewing files that changed from the base of the PR and between 3fb8239 and 986be36.

📒 Files selected for processing (10)
  • docs/self-hosted/oel/keto/changelog/v26.2.5.md
  • docs/self-hosted/oel/kratos/changelog/v26.2.5.md
  • docs/self-hosted/oel/oathkeeper/changelog/v26.2.5.md
  • docs/self-hosted/oel/oauth2/changelog/v26.2.5.md
  • docs/self-hosted/oel/oel-hydra-image-tags.md
  • docs/self-hosted/oel/oel-keto-image-tags.md
  • docs/self-hosted/oel/oel-kratos-image-tags.md
  • docs/self-hosted/oel/oel-oathkeeper-image-tags.md
  • docs/self-hosted/oel/oel-polis-image-tags.md
  • docs/self-hosted/oel/polis/changelog/v26.2.5.md

Comment thread docs/self-hosted/oel/keto/changelog/v26.2.5.md
Comment thread docs/self-hosted/oel/kratos/changelog/v26.2.5.md
Comment thread docs/self-hosted/oel/oathkeeper/changelog/v26.2.5.md
Comment thread docs/self-hosted/oel/oauth2/changelog/v26.2.5.md
Comment thread docs/self-hosted/oel/polis/changelog/v26.2.5.md
@deepakprabhakara deepakprabhakara merged commit d00132b into master Apr 22, 2026
11 checks passed
@deepakprabhakara deepakprabhakara deleted the oel-version-update branch April 22, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants