fix(install): trust OpenShell v0.0.85 manifests#7070
Conversation
Add the reviewed immutable release-manifest digests required before the separate OpenShell v0.0.85 pin update can pass the base-trusted verifier. Co-authored-by: Aaron Erickson <aerickson@nvidia.com> Co-authored-by: Charan Jagwani <cjagwani@nvidia.com> Signed-off-by: Apurv Kumaria <akumaria@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe installer hash validation allowlist adds pinned SHA-256 digests for three OpenShell v0.0.85 checksum manifest files. ChangesInstaller hash validation
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage remains at 96%, unchanged from the branch. TypeScript / code-coverage/cliThe overall coverage in the branch remains at 80%, unchanged from the branch. Show a code coverage summary of the most impacted files.
Updated |
PR Review Advisor — InformationalAdvisor assessment: Informational / high confidence Model lanes
Nemotron output stays in workflow artifacts and does not change the assessment above. E2E guidanceAdvisory only. E2E / PR Gate selects and runs jobs independently. Recommended E2E: None 1 optional E2E recommendation
This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
|
Closing as superseded by #7069, which merged the exact same three reviewed OpenShell v0.0.85 manifest digests into main at 8297d20. The two PRs were opened concurrently; no additional change from this branch is needed. Original contributors remain credited in this PR's signed commit and #7069 carries Charan Jagwani's authored fix. |
Summary
Trust the three reviewed immutable OpenShell v0.0.85 release-manifest digests before the separate version-pin update in #6726. Runtime selectors remain unchanged, preserving the base-trusted two-step rollout.
Related Issue
Prerequisite for #6726.
Changes
Type of Change
Quality Gates
test/installer-hash-check.test.tscovers complete alternate allowlist releases and the required two-step trust-anchor prerequisite;test/dependency-pins-check.test.tsvalidates the dependency-pin contract.Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run check:diffpassed when hooks were skipped or unavailablenpx vitest run --project integration test/installer-hash-check.test.ts test/dependency-pins-check.test.ts(78 passed);bash scripts/check-installer-hash.sh(all current OpenShell v0.0.72 assets verified).npm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result: not applicable to a three-entry trusted-data addition.npm run docsbuilds without warnings (doc changes only)Signed-off-by: Apurv Kumaria akumaria@nvidia.com
Summary by CodeRabbit