Skip to content

chore(docs): update of OEL changelog#2528

Closed
ory-bot wants to merge 2 commits intomasterfrom
oel-changelog-update
Closed

chore(docs): update of OEL changelog#2528
ory-bot wants to merge 2 commits intomasterfrom
oel-changelog-update

Conversation

@ory-bot
Copy link
Copy Markdown
Collaborator

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

Update OEL changelog

Summary by CodeRabbit

  • Documentation
    • Published v26.2.7 release notes across products
    • Added security configuration option for controlling reference resolution in identity schemas
    • Documented native-application OIDC registration flow enhancements for handling required traits

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 27, 2026

📝 Walkthrough

Walkthrough

This PR adds version 26.2.7 changelog documentation across multiple self-hosted OEL projects. Most projects have placeholder entries indicating no changes, while kratos documents two functional updates: a security configuration flag for identity schema reference control and OIDC registration flow enhancements for required trait handling.

Changes

Cohort / File(s) Summary
Empty Changelog Entries
docs/self-hosted/oel/keto/changelog/v26.2.7.md, docs/self-hosted/oel/oathkeeper/changelog/v26.2.7.md, docs/self-hosted/oel/oauth2/changelog/v26.2.7.md, docs/self-hosted/oel/polis/changelog/v26.2.7.md
Placeholder changelog entries indicating no changes for these projects in v26.2.7.
Kratos Changelog
docs/self-hosted/oel/kratos/changelog/v26.2.7.md
Documents two functional updates: a new security configuration flag security.disallow_ref_in_identity_schemas to block external URL references in identity schemas, and OIDC native-application registration enhancements for requesting additional required traits.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • aeneasr
  • vinckr
  • unatasha8
  • deepakprabhakara

Poem

🐰 A new version comes to light,
Changelogs recorded, true and bright!
Kratos adds security's sweet guard,
While others rest without a charge,
v26.2.7 hops on with care!

🚥 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 update. However, it lacks required sections from the template such as related issue reference and checklist confirmation. Add related issue reference (if applicable) and complete the checklist items to meet repository standards for pull request documentation.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating OEL changelog files for version v26.2.7 across multiple components.
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-changelog-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: 4

🤖 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.7.md`:
- Line 1: Change the sentence "No changelog entries found for keto/oel in
versions v26.2.7" to use singular "version" — e.g. "No changelog entries found
for keto/oel in version v26.2.7"; update the string literal or markdown line
containing that exact text (search for the phrase "No changelog entries found
for keto/oel in versions v26.2.7") to correct the grammar.

In `@docs/self-hosted/oel/oathkeeper/changelog/v26.2.7.md`:
- Line 1: Update the sentence "No changelog entries found for oathkeeper/oel in
versions v26.2.7" to use singular "version" (e.g., "No changelog entries found
for oathkeeper/oel in version v26.2.7") so it grammatically matches the single
release entry; locate the exact string in
docs/self-hosted/oel/oathkeeper/changelog/v26.2.7.md and replace "versions" with
"version".

In `@docs/self-hosted/oel/oauth2/changelog/v26.2.7.md`:
- Line 1: Update the placeholder text in
docs/self-hosted/oel/oauth2/changelog/v26.2.7.md to use the singular form:
change "No changelog entries found for hydra/oel in versions v26.2.7" to "No
changelog entries found for hydra/oel in version v26.2.7" so the wording matches
the single release identifier.

In `@docs/self-hosted/oel/polis/changelog/v26.2.7.md`:
- Line 1: Update the placeholder sentence "No changelog entries found for
polis/oel in versions v26.2.7" to use the singular noun: change "versions" to
"version" so it reads "No changelog entries found for polis/oel in version
v26.2.7".
🪄 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4371d3ca-7404-4854-a8a5-5b2874fb84e1

📥 Commits

Reviewing files that changed from the base of the PR and between a976953 and 8c28a82.

📒 Files selected for processing (5)
  • docs/self-hosted/oel/keto/changelog/v26.2.7.md
  • docs/self-hosted/oel/kratos/changelog/v26.2.7.md
  • docs/self-hosted/oel/oathkeeper/changelog/v26.2.7.md
  • docs/self-hosted/oel/oauth2/changelog/v26.2.7.md
  • docs/self-hosted/oel/polis/changelog/v26.2.7.md

@@ -0,0 +1 @@
No changelog entries found for keto/oel in versions v26.2.7
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Use singular “version” for grammatical correctness.

Line 1 references exactly one release (v26.2.7).

Suggested doc fix
-No changelog entries found for keto/oel in versions v26.2.7
+No changelog entries found for keto/oel in version v26.2.7
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
No changelog entries found for keto/oel in versions v26.2.7
No changelog entries found for keto/oel in version v26.2.7
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/self-hosted/oel/keto/changelog/v26.2.7.md` at line 1, Change the
sentence "No changelog entries found for keto/oel in versions v26.2.7" to use
singular "version" — e.g. "No changelog entries found for keto/oel in version
v26.2.7"; update the string literal or markdown line containing that exact text
(search for the phrase "No changelog entries found for keto/oel in versions
v26.2.7") to correct the grammar.

@@ -0,0 +1 @@
No changelog entries found for oathkeeper/oel in versions v26.2.7
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Use singular “version” for this single release entry.

At Line 1, only v26.2.7 is referenced.

Suggested doc fix
-No changelog entries found for oathkeeper/oel in versions v26.2.7
+No changelog entries found for oathkeeper/oel in version v26.2.7
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
No changelog entries found for oathkeeper/oel in versions v26.2.7
No changelog entries found for oathkeeper/oel in version v26.2.7
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/self-hosted/oel/oathkeeper/changelog/v26.2.7.md` at line 1, Update the
sentence "No changelog entries found for oathkeeper/oel in versions v26.2.7" to
use singular "version" (e.g., "No changelog entries found for oathkeeper/oel in
version v26.2.7") so it grammatically matches the single release entry; locate
the exact string in docs/self-hosted/oel/oathkeeper/changelog/v26.2.7.md and
replace "versions" with "version".

@@ -0,0 +1 @@
No changelog entries found for hydra/oel in versions v26.2.7
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix singular/plural wording in placeholder text.

At Line 1, this is a single version (v26.2.7), so “version” is the correct term.

Suggested doc fix
-No changelog entries found for hydra/oel in versions v26.2.7
+No changelog entries found for hydra/oel in version v26.2.7
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
No changelog entries found for hydra/oel in versions v26.2.7
No changelog entries found for hydra/oel in version v26.2.7
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/self-hosted/oel/oauth2/changelog/v26.2.7.md` at line 1, Update the
placeholder text in docs/self-hosted/oel/oauth2/changelog/v26.2.7.md to use the
singular form: change "No changelog entries found for hydra/oel in versions
v26.2.7" to "No changelog entries found for hydra/oel in version v26.2.7" so the
wording matches the single release identifier.

@@ -0,0 +1 @@
No changelog entries found for polis/oel in versions v26.2.7
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Use singular “version” in the placeholder sentence.

At Line 1, this refers to a single release (v26.2.7), so “versions” is grammatically incorrect.

Suggested doc fix
-No changelog entries found for polis/oel in versions v26.2.7
+No changelog entries found for polis/oel in version v26.2.7
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
No changelog entries found for polis/oel in versions v26.2.7
No changelog entries found for polis/oel in version v26.2.7
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/self-hosted/oel/polis/changelog/v26.2.7.md` at line 1, Update the
placeholder sentence "No changelog entries found for polis/oel in versions
v26.2.7" to use the singular noun: change "versions" to "version" so it reads
"No changelog entries found for polis/oel in version v26.2.7".

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