Skip to content

chore(release): prepare 1.2.1 — docker context fix + version self-report#372

Merged
plind-junior merged 2 commits into
testfrom
fix/container-adapters
Jul 6, 2026
Merged

chore(release): prepare 1.2.1 — docker context fix + version self-report#372
plind-junior merged 2 commits into
testfrom
fix/container-adapters

Conversation

@plind-junior

Copy link
Copy Markdown
Collaborator

two release defects found while verifying the v1.2.0 artifacts, fixed together for a 1.2.1 patch.

first, the container job failed: .dockerignore excluded adapters/ and the dockerfile never copied it, so the wheel force-include aborted pip install with "Forced include not found" — no 1.2.0 images were published. the context now carries adapters/; verified with a local docker build where vouch install-mcp claude-code writes all 12 artifacts from inside the container.

second, 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, and pypi dists are immutable. all four sites now sit at 1.2.1, the manifest test ties version in, and claude.md documents four sites. changelog gains a dated [1.2.1] section.

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/.
@coderabbitai

coderabbitai Bot commented Jul 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c679cce5-1656-4e10-a6f0-6190fa88d00b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/container-adapters

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 90df189 into test 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