Bump go-git/go-git/v5 from v5.17.0 to v5.19.1#930
Conversation
Update go-git/go-git/v5 to v5.19.1, which pulls in go-billy/v5 v5.9.0
with improved symlink resolution safety. Aligns test helper
AddGlob("*") to AddGlob(".") to match the production code pattern
in app_interface_clone.go and accommodate stricter path validation
in the updated go-git.
Created with assistance from Claude 🤖 <claude@anthropic.com>
Signed-off-by: Christopher Collins <collins.christopher@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
WalkthroughThis change updates several indirect Go module dependencies in go.mod, including go-git/v5, go-billy/v5, circl, filepath-securejoin, and sha1cd, plus adds cpuid/v2. It also modifies a test helper to stage files with "." instead of "*" during worktree operations. ChangesDependency Updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: N/A 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@clcollins: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: clcollins, joshbranham The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
go-git/go-git/v5from v5.17.0 to v5.19.1, pulling ingo-billy/v5v5.9.0 with improved symlink resolution safetyAddGlob("*")toAddGlob(".")to match the production code pattern inapp_interface_clone.goand accommodate stricter path validation in the updated go-gitTest plan
go build ./...succeedsgo test ./pkg/promote/...passes (33 specs)go test ./cmd/promote/...passesREF: ROSAENG-61415
REF: ROSAENG-61153
REF: ROSAENG-61156
REF: ROSAENG-61151
🤖 Created with assistance from Claude claude@anthropic.com
Summary by CodeRabbit