Skip to content

release: bump version to 4.2.1 - #41

Merged
buluma merged 1 commit into
masterfrom
chore/release-4.2.1
Sep 4, 2026
Merged

release: bump version to 4.2.1#41
buluma merged 1 commit into
masterfrom
chore/release-4.2.1

Conversation

@buluma

@buluma buluma commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Summary

`v4.2.0`'s published release assets (DMG/zip/docker images) were built from PR #38's merge commit — before PR #40 (CodeRabbit correctness fixes: shared-engine bug, provider-collision data corruption, dev-build path bug, turn-watermark bug) landed on `master`. The `v4.2.0` tag stays exactly as published (already public, not moved/deleted); this patch bump cuts a clean release against current `master` with the fixes included.

Pure version-bump diff — root/desktop `package.json`/lockfiles, OpenAPI version example + regenerated `openapi.yaml`, deployment manifests (Compose, Helm, Kubernetes, `deploy.sh`), `DEPLOYMENT.md`/`docs/DEPLOYMENT.md`, `CITATION.cff`, plugin manifests (`extensions:sync`), and the UI build-version snapshot.

Validation

  • `npm run verify`: all green (398/398 client, full server suite).
  • `node --test server/tests/release-version-consistency.test.js`: 9/9 pass.
  • `npm run mcp:typecheck` / `npm run mcp:build`: clean.
  • `npm run extensions:validate`: 14 plugins / 66 skills.
  • `node bin/cam.js version` → `cam 4.2.1`.
  • Repo-wide sweep for stale `4.2.0`: only an unrelated GitHub Action version pin (`docker/setup-qemu-action@v4.2.0`) and lockfile dependency versions.

Summary by CodeRabbit

  • Release
    • Updated the software version to 4.2.1 across the application, desktop package, plugins, API specification, and citation metadata.
    • Updated deployment configurations and container images for development, staging, production, Compose, Helm, and Kubernetes environments.
    • Refreshed health information and deployment documentation examples to reference version 4.2.1.

v4.2.0's published release assets (DMG/zip/docker images) were built
from PR #38's merge commit, before PR #40's CodeRabbit correctness
fixes landed on master. The v4.2.0 tag stays as-is (not moved/deleted
— it's already public); this patch bump cuts a clean release against
current master.
@github-actions github-actions Bot added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested labels Sep 4, 2026
@buluma buluma added this to the v4.2.1 milestone Sep 4, 2026
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: e73f9a5a-9ef6-46c9-af29-902ffa35e335

📥 Commits

Reviewing files that changed from the base of the PR and between c7ff161 and 7e109bf.

⛔ Files ignored due to path filters (3)
  • client/src/pages/__tests__/__snapshots__/screens.snapshot.test.tsx.snap is excluded by !**/*.snap
  • desktop/package-lock.json is excluded by !**/package-lock.json
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (53)
  • CITATION.cff
  • DEPLOYMENT.md
  • deployments/helm/agent-monitor/Chart.yaml
  • deployments/kubernetes/base/configmap.yaml
  • deployments/kubernetes/base/deployment.yaml
  • deployments/kubernetes/base/ingress.yaml
  • deployments/kubernetes/base/kustomization.yaml
  • deployments/kubernetes/base/namespace.yaml
  • deployments/kubernetes/base/networkpolicy.yaml
  • deployments/kubernetes/base/pvc.yaml
  • deployments/kubernetes/base/service.yaml
  • deployments/kubernetes/base/serviceaccount.yaml
  • deployments/kubernetes/components/mcp-sidecar/deployment-patch.yaml
  • deployments/kubernetes/components/mcp-sidecar/kustomization.yaml
  • deployments/kubernetes/components/monitoring/servicemonitor.yaml
  • deployments/kubernetes/overlays/dev/kustomization.yaml
  • deployments/kubernetes/overlays/production/kustomization.yaml
  • deployments/kubernetes/overlays/staging/kustomization.yaml
  • deployments/scripts/deploy.sh
  • desktop/package.json
  • docker-compose.yml
  • docs/DEPLOYMENT.md
  • openapi.yaml
  • package.json
  • plugins/cam-analytics/.claude-plugin/plugin.json
  • plugins/cam-analytics/.codex-plugin/plugin.json
  • plugins/cam-config/.claude-plugin/plugin.json
  • plugins/cam-config/.codex-plugin/plugin.json
  • plugins/cam-cost-guard/.claude-plugin/plugin.json
  • plugins/cam-cost-guard/.codex-plugin/plugin.json
  • plugins/cam-dashboard/.claude-plugin/plugin.json
  • plugins/cam-dashboard/.codex-plugin/plugin.json
  • plugins/cam-devtools/.claude-plugin/plugin.json
  • plugins/cam-devtools/.codex-plugin/plugin.json
  • plugins/cam-insights/.claude-plugin/plugin.json
  • plugins/cam-insights/.codex-plugin/plugin.json
  • plugins/cam-integrations/.claude-plugin/plugin.json
  • plugins/cam-integrations/.codex-plugin/plugin.json
  • plugins/cam-platform/.claude-plugin/plugin.json
  • plugins/cam-platform/.codex-plugin/plugin.json
  • plugins/cam-productivity/.claude-plugin/plugin.json
  • plugins/cam-productivity/.codex-plugin/plugin.json
  • plugins/cam-quality/.claude-plugin/plugin.json
  • plugins/cam-quality/.codex-plugin/plugin.json
  • plugins/cam-reports/.claude-plugin/plugin.json
  • plugins/cam-reports/.codex-plugin/plugin.json
  • plugins/cam-runner/.claude-plugin/plugin.json
  • plugins/cam-runner/.codex-plugin/plugin.json
  • plugins/cam-sessions/.claude-plugin/plugin.json
  • plugins/cam-sessions/.codex-plugin/plugin.json
  • plugins/cam-workflows/.claude-plugin/plugin.json
  • plugins/cam-workflows/.codex-plugin/plugin.json
  • server/openapi.js

Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review.


📝 Walkthrough

Walkthrough

The release version changes from 4.2.0 to 4.2.1 across project metadata, plugin manifests, OpenAPI examples, Kubernetes and Helm resources, container images, Compose defaults, deployment scripts, and documentation.

Changes

Release version update

Layer / File(s) Summary
Release metadata and plugin manifests
CITATION.cff, package.json, desktop/package.json, openapi.yaml, server/openapi.js, plugins/*/.claude-plugin/plugin.json, plugins/*/.codex-plugin/plugin.json
Project metadata, OpenAPI values, desktop metadata, and all plugin manifests now use version 4.2.1.
Deployment manifests and images
deployments/helm/agent-monitor/Chart.yaml, deployments/kubernetes/base/*, deployments/kubernetes/components/*, deployments/kubernetes/overlays/*
Helm and Kubernetes version labels, chart versions, dashboard images, and MCP sidecar images now use 4.2.1.
Deployment references and examples
DEPLOYMENT.md, docs/DEPLOYMENT.md, deployments/scripts/deploy.sh, docker-compose.yml
Deployment scripts, Compose image defaults, and deployment examples now reference 4.2.1 images.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 7e109

This updates release and deployment version references to 4.2.1 consistently, with no remaining identified risk to users or production deployments.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 66.67% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 3 functions across 2 files. (51 skipped: … Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: updating the project version to 4.2.1.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

Docstring coverage is 66.67% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 3 functions across 2 files. (51 skipped: 51 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-4.2.1

Comment @coderabbitai help to get the list of available commands.

@buluma
buluma merged commit 4048494 into master Sep 4, 2026
29 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant