chore(docker): bump DIKW_VERSION to v0.6.4#248
Conversation
|
Warning Review limit reached
More reviews will be available in 47 minutes and 50 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Auto-generated by
release.ymlafter publishingv0.6.4to PyPI.The Dockerfile's
DIKW_VERSIONmust match a version already on PyPIbecause the Trivy PR-scan job builds the image and
pip installsfrom PyPI. This PR closes the drift window that opens between the
pyproject.tomlversion bump and the wheel landing on PyPI.CI note: when the
RELEASE_PR_PATsecret is configured this PRis opened with it, so
ci.yml/Trivy run automatically. If the secretis unset the PR falls back to the default
GITHUB_TOKEN, whose PRscannot trigger other workflows — then push an empty commit (or
close/re-open) to run the gate, or (with admin) merge directly
(single-line change; the post-publish guard in
reusable-ci.ymlre-validates on the next PR).