fix: repair CNI matrix update from Dependabot #2145 - #2147
Open
MaxRink wants to merge 1 commit into
Open
Conversation
Contributor
|
Skipping CI for Draft Pull Request. |
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
MaxRink
force-pushed
the
fix/dependabot-2145-tracking-manifest
branch
from
August 22, 2026 16:37
a8e91ca to
5bc5dad
Compare
Contributor
Author
|
/test all |
MaxRink
marked this pull request as ready for review
August 22, 2026 17:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This draft is a follow-up to Dependabot PR #2145. It does not modify or close that PR.
Failures and root causes
update-kubernetes-version-matrixfailed in run 32497795709, job 96820250702 because Dependabot rewrote the source-free release-1-32 trackinggo.modfrom its generatedrequireblock to onlygo 1.26.3. The matrix synchronizer therefore reported all five tracked modules missing. This is a malformed tracking-manifest update, not a problem with CNI v1.6.2.pull-ova-allindependently failed for Photon 5 in Prow job 2090828391459590144. The artifact log showssetup : Perform a tdnf distro-syncfailing with rc 86 because the Broadcom Photon repository returned HTTP 404 forfindutils-4.9.0-7.ph5.x86_64.rpm. The same job failed in sibling PR dependabot(deps): bump github.com/containernetworking/plugins from 1.6.0 to 1.6.2 in /images/capi/packer/config/kubernetes-version-dependencies/release-1-33 #2146 with a different Photon RPM 404, and the URLs return 200 now, so this is an external repository publication/mirror race. No Photon source change is included here.Fix
github.com/containernetworking/pluginsv1.6.0->v1.6.2update without changing the Go directive or dropping the other tracked modules.kubernetes-cni1.6.0 in its DEB/RPM repositories, so package-based targets continue using 1.6.0 while URL-based targets use the requested v1.6.2 tarball.Validation
python3 images/capi/hack/kubernetes-version-matrix.py sync-tracking --writepython3 images/capi/hack/kubernetes-version-matrix.py verifyv1.6.2, DEB/RPM package1.6.0/1.6.0-1.1yqand rangit diff --checkThe vSphere OVA job requires the Prow/vSphere environment and is not run locally; its Photon failure is unrelated to this matrix fix.