Misc deps updates (for release-v0.8 branch)#3397
Conversation
I'm about to update some modules, and this makes life easier. Bring the scripts from main branch into release-v0.8 branch. The ubi script was already here, but bring in some tweaks from main branch.
Also stop using konflux-ci/konflux-vanguard quay org for the rpms-signature-scan task. Done like this: curl -sL https://github.com/simonbaird/konflux-pipeline-patcher/raw/main/pipeline-patcher | bash -s bump-task-refs
This fixes some go mod tidy errors that we've been ignoring for a
while.
Older knative.dev/eventing versions import
knative.dev/pkg/{metrics,tracing/config} which have been removed
upstream. Fix by excluding v0.30.3 in tools and requiring minimum
v0.49.2 in acceptance (the first version that dropped the removed
imports).
Based on commit 4fb63b3 in main branch.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Commit created like this: hack/go-mod-upgrade-helper golang.org/x/crypto/ssh
Commit created like this: hack/go-mod-upgrade-helper golang.org/x/net
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
🤖 Finished Review · ❌ Failure · Started 7:21 PM UTC · Completed 7:33 PM UTC |
Review — Approve ✅Routine dependency update PR targeting the Summary of changes
FindingsLow — Pre-release protobuf on release branch (
Observations (non-blocking)
Labels: PR updates Go dependencies, container base images, and CI pipeline task bundles for the release-v0.8 branch Previous runReview — commentScope: Dependency updates for the The dependency update payload (12 of 14 files) is mechanical and correct. Digests are properly pinned, version bumps are consistent across all four Go modules, and the Findings below are limited to the two helper scripts and are non-blocking. Findings1. Missing input validation for required argument —
|
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:
|
Commit created like this: hack/go-mod-upgrade-helper k8s.io/kubectl@v0.36.0
Commit created like this: hack/go-mod-upgrade-helper github.com/containerd/containerd
Commit created like this: hack/go-mod-upgrade-helper github.com/containerd/containerd/v2
Also updates github.com/go-git/go-billy/v5 Commit created like this: hack/go-mod-upgrade-helper github.com/go-git/go-git/v5
|
🤖 Finished Review · ✅ Success · Started 8:28 PM UTC · Completed 8:34 PM UTC |
Similar to #3396, but this branch did get some updates more recently, e.g. the golang upgrade happened already here.