Skip to content

chore(docs): update of OEL images#2656

Open
ory-bot wants to merge 1 commit into
masterfrom
oel-version-update
Open

chore(docs): update of OEL images#2656
ory-bot wants to merge 1 commit into
masterfrom
oel-version-update

Conversation

@ory-bot

@ory-bot ory-bot commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Update OEL images

Summary by CodeRabbit

  • Documentation
    • Added release notes indicating no changelog entries were found for the latest OEL component version.
    • Updated image tag tables to include the new 26.3.0 release and its release date across multiple self-hosted products.

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR adds documentation for the v26.3.0 OEL release: new rows with release date 2026-07-01 in the hydra, keto, kratos, oathkeeper, and polis image tag tables, and matching "no changelog entries found" placeholder notices in each component's v26.3.0 changelog file.

Changes

OEL v26.3.0 docs update

Layer / File(s) Summary
Image tag table updates
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
Adds a new table row for image tag 26.3.0 with release date 2026-07-01 to each component's image tags table.
Changelog placeholder entries
docs/self-hosted/oel/keto/changelog/v26.3.0.md, docs/self-hosted/oel/kratos/changelog/v26.3.0.md, docs/self-hosted/oel/oathkeeper/changelog/v26.3.0.md, docs/self-hosted/oel/oauth2/changelog/v26.3.0.md, docs/self-hosted/oel/polis/changelog/v26.3.0.md
Sets each component's v26.3.0 changelog file content to a "no changelog entries found" notice.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • ory/docs#2514: Same pattern of updating OEL image tag tables and changelog files for a prior release version.
  • ory/docs#2637: Same docs-only pattern adding image tag rows and "no changelog entries found" notices for the same OEL components.
  • ory/docs#2618: Same OEL image-tag and changelog file update pattern for a different version.

Suggested reviewers: vinckr, aeneasr, unatasha8

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is too brief and omits the template's required sections, related issue/design doc, checklist, and further comments. Expand it to cover the big picture, add the related issue or design doc if needed, and fill out the checklist and further comments.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the docs-only OEL image update and clearly states the main change.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch oel-version-update

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/self-hosted/oel/oauth2/changelog/v26.3.0.md`:
- Line 1: The placeholder changelog text uses the wrong component name, so
update the message in the v26.3.0 changelog entry to match the OAuth2 package
instead of hydra. Locate the hardcoded placeholder string in this changelog file
and replace the incorrect component label with the correct one used by the
oauth2 docs, keeping the rest of the wording unchanged.
🪄 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: a48f5aa9-4483-49a4-ab41-13c55e60c640

📥 Commits

Reviewing files that changed from the base of the PR and between 385ba6f and dab78fe.

📒 Files selected for processing (10)
  • docs/self-hosted/oel/keto/changelog/v26.3.0.md
  • docs/self-hosted/oel/kratos/changelog/v26.3.0.md
  • docs/self-hosted/oel/oathkeeper/changelog/v26.3.0.md
  • docs/self-hosted/oel/oauth2/changelog/v26.3.0.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.3.0.md

@@ -0,0 +1 @@
No changelog entries found for hydra/oel in versions v26.3.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Fix the component name in this placeholder.

This file is under oauth2, but the text says hydra, which will mislabel the changelog entry.

Suggested fix
-No changelog entries found for hydra/oel in versions v26.3.0
+No changelog entries found for oauth2/oel in versions v26.3.0
📝 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.3.0
No changelog entries found for oauth2/oel in versions v26.3.0
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/self-hosted/oel/oauth2/changelog/v26.3.0.md` at line 1, The placeholder
changelog text uses the wrong component name, so update the message in the
v26.3.0 changelog entry to match the OAuth2 package instead of hydra. Locate the
hardcoded placeholder string in this changelog file and replace the incorrect
component label with the correct one used by the oauth2 docs, keeping the rest
of the wording unchanged.

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.

1 participant