chore(release): 2.7.1#2090
Conversation
Maintenance and bugfix release. The Codex adapter works with a ChatGPT OAuth login again, and the open code-scanning and Dependabot security surface is cleared. See docs/release-notes/v2.7.1.md.
Reviewer's GuidePrepares the 2.7.1 maintenance release by bumping the project version and adding human-readable release notes that document fixes, security/dependency updates, documentation changes, and quality cleanups included in the release. Sequence diagram for auto-release flow triggered by version bump to 2.7.1sequenceDiagram
actor Developer
participant GitHubMain as GitHub_main_branch
participant CI as CI_pipeline
participant AutoRelease as auto_release_gate
participant Registry as artifact_registry
Developer->>GitHubMain: merge release_PR(version_2_7_1)
GitHubMain-->>CI: trigger_main_workflow
CI->>AutoRelease: run_auto_release_gate(version_2_7_1)
AutoRelease-->>CI: gate_passes
CI->>GitHubMain: create_tag_v2_7_1
CI->>Registry: publish_release_artifacts_v2_7_1
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Review-bot acknowledgement summary
All must-address findings are resolved or acknowledged. |
Sonar insights (advisory, no merge-block)Snapshot of
Run This comment is a soft signal. The Sonar scan runs on push to |
|
bernstein doctor observe for PR #2090 ( sonar -- OK (project bernstein)
code-scanning -- WARN (1 open alert(s))
Skipped backends (credentials not configured)
See docs/observability/unified-doctor.md for backend setup notes. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds v2.7.1 release notes covering fixes, security and dependency updates, docs and community items, and quality cleanups. Bumps the project version in Changesv2.7.1 release update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Superseded by the 2.8.0 release: this cycle added a feature (worktrees unlock) and two reliability fixes, so the bump is a minor (2.8.0) rather than a patch. Re-cutting. |
Cuts the 2.7.1 maintenance and bugfix release.
pyproject.toml(and theuv.lockself-entry) from 2.7.0 to 2.7.1, which is what the auto-release gate keys on.docs/release-notes/v2.7.1.md.What is in 2.7.1
demo --realsummary crash). (fix(codex): respect non-Claude model selection and OAuth, fix demo summary #2086)On merge, a green main run triggers auto-release to tag
v2.7.1and hand off to publish.Summary by Sourcery
Prepare the 2.7.1 maintenance release with version bump, security hardening, dependency updates, and accompanying release notes.
New Features:
Bug Fixes:
Enhancements:
Build:
CI:
Documentation:
Summary by CodeRabbit
Bug Fixes
Security
Documentation