Skip to content

release 1.2.1: container images + version self-report#373

Merged
plind-junior merged 3 commits into
mainfrom
test
Jul 6, 2026
Merged

release 1.2.1: container images + version self-report#373
plind-junior merged 3 commits into
mainfrom
test

Conversation

@plind-junior

Copy link
Copy Markdown
Collaborator

promotes test to main for the 1.2.1 patch release: the docker build context carries adapters/ again (no 1.2.0 images were published — the wheel force-include aborted the image build), and the released wheel no longer self-reports 1.1.0 (src/vouch/init.py joins the four-site version lockstep, enforced by the manifest test). after merge: tag v1.2.1.

the v1.2.0 container job failed at `pip install '.[web]'` with "Forced
include not found: /app/adapters": the wheel force-include from #367
requires adapters/ in the source tree, but .dockerignore excluded it
and the dockerfile never copied it. copy it and keep it in the
context.

verified with a local docker build: the image builds, and
`vouch install-mcp claude-code` against a bind-mounted /data writes
all 12 artifacts from inside the container — the packaged-copy
resolver working in the image, not just on hosts.
the released 1.2.0 wheel self-reports "vouch, version 1.1.0":
src/vouch/__init__.py is a fourth version site that neither the
release checklist nor the lockstep test covered. pypi dists are
immutable, so this patch release corrects it; the manifest test now
ties __version__ to pyproject.toml, openclaw.plugin.json and
package.json, and claude.md documents four sites, not three.

also ships the docker build-context fix — no 1.2.0 container images
were published, so 1.2.1 is the first tag with working images since
the wheel started force-including adapters/.
chore(release): prepare 1.2.1 — docker context fix + version self-report
@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@plind-junior, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 6 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 reviews.

How do review 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 refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 404f222c-0e5b-4fcf-8f56-fa56e499fc0e

📥 Commits

Reviewing files that changed from the base of the PR and between b681e3a and 90df189.

📒 Files selected for processing (9)
  • .dockerignore
  • CHANGELOG.md
  • CLAUDE.md
  • Dockerfile
  • openclaw.plugin.json
  • package.json
  • pyproject.toml
  • src/vouch/__init__.py
  • tests/test_openclaw_plugin_manifest.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch test

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.

@github-actions github-actions Bot added docs documentation, specs, examples, and repo guidance openclaw openclaw integration packaging packaging, build metadata, and make targets tests tests and fixtures size: XS less than 50 changed non-doc lines labels Jul 6, 2026
@plind-junior plind-junior merged commit 4f71d3c into main Jul 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs documentation, specs, examples, and repo guidance openclaw openclaw integration packaging packaging, build metadata, and make targets size: XS less than 50 changed non-doc lines tests tests and fixtures

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant