chore(deps): Update oras.land/oras-go/v2#3391
Conversation
I noticed conforma#3378 ignored tools/go.mod, so here's a change to update that one also. Commit created like this: hack/go-mod-upgrade-helper oras.land/oras-go/v2
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates the indirect dependency ChangesDependency Update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
🤖 Finished Retro · ✅ Success · Started 3:36 PM UTC · Completed 3:44 PM UTC |
|
PR #3391 was a trivial 3-line dependency bump in tools/go.mod (oras.land/oras-go/v2 v2.6.0→v2.6.1), created as a manual follow-up to Renovate PR #3378 which missed the tools/ go.mod. The fullsend review agent failed at harness loading due to HTTP 429 rate limiting from raw.githubusercontent.com, so the PR merged with only human review (joejstuart approval) and CodeRabbit (no findings). The 429 failure is part of a broader pattern: 17 review failures in the recent period, at least 4 confirmed to be caused by the same transient 429 rate limiting on raw.githubusercontent.com resource fetches during harness loading. The harness resource fetcher lacks retry logic for transient HTTP errors, despite the shell-level fullsend binary downloader already having retry_curl with exponential backoff. Proposals filed |
I noticed #3378 ignored tools/go.mod, so here's a change to update that one also.
Commit created like this:
hack/go-mod-upgrade-helper oras.land/oras-go/v2