chore(release): bump version to 1.1.12 in pyproject.toml - #503
Conversation
The v1.1.12 release was tagged without bumping the project version in pyproject.toml, which still read 1.1.11 (also at the v1.1.12 tag itself). Align the version string with the released tag.
📝 WalkthroughWalkthroughThe package version in ChangesVersion Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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: 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 `@pyproject.toml`:
- Line 3: Update the deployment manifests to align with the new package version
1.1.12. In docker-compose.yaml, replace all image references from 1.1.11 to
1.1.12 for both linagoraai/openrag and linagoraai/indexer-ui images (affected
lines are around line 7 and line 155). Similarly, in
charts/openrag-stack/values.yaml, update the linagoraai/indexer-ui image
reference from version 1.1.11 to 1.1.12 (around line 227). This ensures the
Docker and Helm deployments pull the correct v1.1.12 images that match the
package version specified in pyproject.toml.
🪄 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
Run ID: 8f445a22-dde8-4120-8904-83969945b5e5
📒 Files selected for processing (1)
pyproject.toml
The v1.1.12 release was tagged without bumping the project version.
pyproject.tomlstill reads1.1.11onmain— and even at thev1.1.12tag itself — soimportlib.metadata.version("openrag")(used for the/versionendpoint and OpenAPI) reports the wrong version.This bumps
versionto1.1.12to match the released tag.No code or dependency changes.
Summary by CodeRabbit
This release contains no user-facing changes or feature updates.