-
Notifications
You must be signed in to change notification settings - Fork 24
Update version checker data gatherer #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@tfadeyi: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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/test-infra repository. |
41d3bd4 to
47cfc73
Compare
47cfc73 to
e38bd36
Compare
|
/lgtm Looks good, pending a few minor comments. |
e38bd36 to
5a7de6a
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: j-fuentes, tfadeyi 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 |
|
Looking good. Consider my suggestions. /lgtm |
Updating vc gatherer to support multi-arch images Signed-off-by: oluwole.fadeyi <oluwole.fadeyi@jetstack.io>
5a7de6a to
7be4cb8
Compare
|
New changes are detected. LGTM label has been removed. |
|
Is it fine if merge this PR? Or should we keep it on hold for version-checker's release? |
Let's go ahead and merge this so we can beta-test this agent. Once the changes are applied upstream in version-checker we can update the dependency. |
Updating version checker data gatherer to support multi-arch images.

This PR uses the packages from the https://github.com/jetstack/version-checker/tree/58-add-arch-and-os-checks
branch of version-checker.
With this change checks will be performed on the image for the correct architecture, so if node is amd64 the check is done on images with amd64. This won't fix the issues seen with fat manifests #58.
Signed-off-by: oluwole.fadeyi oluwole.fadeyi@jetstack.io