Skip to content

chore(release): merge release/2.1.1 back into develop - #854

Merged
Ahmath-Gadji merged 2 commits into
developfrom
release/2.1.1
Aug 24, 2026
Merged

chore(release): merge release/2.1.1 back into develop#854
Ahmath-Gadji merged 2 commits into
developfrom
release/2.1.1

Conversation

@Ahmath-Gadji

@Ahmath-Gadji Ahmath-Gadji commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Back-merges the release/2.1.1 stabilization branch into develop per the release process, so the version bump and release-branch fixes aren't lost.

Already shipped as v2.1.1 (PR #848, merged to main).

Includes on top of the version bump:

  • CodeRabbit follow-up fixes from Release 2.1.1 #848 review (source-filtering doc wording, venv-volume upgrade note, strict boolean check on include_all_retrieved_sources)

Nothing here is new feature work — release-branch commits only.

(Supersedes #853, opened under the wrong account.)

Summary by CodeRabbit

  • Bug Fixes

    • Full retrieved-source inclusion now activates only when explicitly set to True.
    • Citation fallback now retains all presented sources when citation tags are omitted.
  • Release

    • Updated the application and deployment images to version 2.1.1 across Helm and Docker Compose configurations.
  • Documentation

    • Added upgrade guidance explaining that existing volumes may need one-time recreation for the permissions fix to apply.

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 14f4be65-42fa-46d9-b127-3d43ec8bbf9c

📥 Commits

Reviewing files that changed from the base of the PR and between e221740 and 5eba9fc.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (8)
  • CLAUDE.md
  • infra/charts/openrag-stack/Chart.yaml
  • infra/charts/openrag-stack/templates/raycluster.yaml
  • infra/charts/openrag-stack/values.yaml
  • infra/compose/docker-compose.yaml
  • infra/scripts/entrypoint.sh
  • openrag/services/orchestrators/query_service.py
  • pyproject.toml

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

Changes

OpenRAG 2.1.1 release

Layer / File(s) Summary
Strict source inclusion flag handling
openrag/services/orchestrators/query_service.py, CLAUDE.md
chat, chat_stream, and complete now require include_all_retrieved_sources to be exactly True. Citation documentation now refers to sources presented to the model.
Package and deployment version alignment
pyproject.toml, infra/charts/openrag-stack/Chart.yaml, infra/charts/openrag-stack/values.yaml, infra/compose/docker-compose.yaml
Package, chart, application, Ray, OpenRAG, and admin UI versions are updated to 2.1.1.
Existing volume upgrade documentation
infra/charts/openrag-stack/templates/raycluster.yaml, infra/scripts/entrypoint.sh
Deployment comments document the effect on newly written files and the one-time recreation requirement for existing volumes.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 5eba9

This PR back-merges the already shipped 2.1.1 release changes into develop; no actionable merge-blocking risk remains beyond normal checks and review.

Suggested reviewers: hedhoud, enjoybacon7

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the release back-merge into develop, which matches the pull request objective.
Docstring Coverage ✅ Passed Docstring check was indeterminate for this PR — some files could not be analyzed in time. Not blocking.
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 docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/2.1.1

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.

- Fix CLAUDE.md wording: filter_sources_by_citations() falls back to
  the presented source list, not the full retrieved set.
- Note in entrypoint.sh/raycluster.yaml that the umask 002 fix only
  covers files written after upgrading; an existing openrag_venv
  volume/PVC still needs to be recreated once.
- Require a real JSON boolean for metadata.include_all_retrieved_sources
  instead of any truthy value (e.g. the string "false" was enabling it).

@hedhoud hedhoud left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The back-merge preserves the released stabilization changes and version bump without introducing unrelated changes. CI is green.

@Ahmath-Gadji
Ahmath-Gadji merged commit 59f8a40 into develop Aug 24, 2026
6 checks passed
@Ahmath-Gadji
Ahmath-Gadji deleted the release/2.1.1 branch August 24, 2026 14:27
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