chore(docs): update of OEL images - #2697
Merged
Merged
Conversation
📝 WalkthroughWalkthroughAdds OEL v26.3.4 changelogs covering authentication, OAuth2, metrics, database, and migration updates, plus new image-tag entries for Hydra, Keto, Kratos, Oathkeeper, and Polis. ChangesOEL v26.3.4 release documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 4
🤖 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/kratos/changelog/v26.3.4.md`:
- Around line 108-112: Document supported recovery steps in both
docs/self-hosted/oel/kratos/changelog/v26.3.4.md (lines 108-112) and
docs/self-hosted/oel/keto/changelog/v26.3.4.md (lines 34-38): explain how
operators inspect the migration state, repair any partially applied legacy
statements using the supported procedure, and safely rerun the migration so the
schema_migration record is created. Keep the existing warning about YugabyteDB
DDL autocommit and current multi-statement-safe Ory migrations.
- Around line 102-105: Update every YugabyteDB DSN example in
docs/self-hosted/oel/kratos/changelog/v26.3.4.md (lines 102-105) and
docs/self-hosted/oel/keto/changelog/v26.3.4.md (lines 28-31) to use TLS-enabled
settings instead of sslmode=disable, or explicitly label each example as
local/development-only; keep both examples consistent.
In `@docs/self-hosted/oel/oauth2/changelog/v26.3.4.md`:
- Around line 92-96: Expand the “Recovering an interrupted migration” section
with actionable recovery steps for partially applied inherited YugabyteDB
migrations, either directly or via a link to the canonical procedure. Scope the
guidance to affected migration versions and clarify that current and future
migrations are safe, while previously interrupted migrations still require
recovery.
- Around line 86-90: Update the YugabyteDB DSN example in the “Enabling
YugabyteDB” documentation to use TLS by replacing the disabled SSL mode with a
TLS-required setting; keep the example production-appropriate and retain the
existing YugabyteDB scheme guidance.
🪄 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: 4526b608-c1e6-43a0-8275-b84b97ce73e6
📒 Files selected for processing (10)
docs/self-hosted/oel/keto/changelog/v26.3.4.mddocs/self-hosted/oel/kratos/changelog/v26.3.4.mddocs/self-hosted/oel/oathkeeper/changelog/v26.3.4.mddocs/self-hosted/oel/oauth2/changelog/v26.3.4.mddocs/self-hosted/oel/oel-hydra-image-tags.mddocs/self-hosted/oel/oel-keto-image-tags.mddocs/self-hosted/oel/oel-kratos-image-tags.mddocs/self-hosted/oel/oel-oathkeeper-image-tags.mddocs/self-hosted/oel/oel-polis-image-tags.mddocs/self-hosted/oel/polis/changelog/v26.3.4.md
aeneasr
approved these changes
Jul 28, 2026
aeneasr
enabled auto-merge (squash)
July 28, 2026 14:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update OEL images
Summary by CodeRabbit
New Features
Bug Fixes & Improvements