release 1.2.1: container images + version self-report#373
Conversation
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
|
Warning Review limit reached
Next review available in: 6 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
✨ 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 |
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.