-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
[3.5] make: Include tools/mod when checking dependency versions #18284
[3.5] make: Include tools/mod when checking dependency versions #18284
Conversation
Backport of etcd-io@ba4b2bf Related issue: etcd-io#18180 As tools/mod is not part of the test library's modules, the check to verify consistent dependency versions ignored it. Explicitly get the dependencies from this module when running verify-dep. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
Hi @thedtripp. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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. |
/ok-to-test |
We need to update the following dependencies (refer to https://github.com/etcd-io/etcd/actions/runs/9800578072/job/27062635624):
The versions specified in i.e.,
|
Nice. I think I've got it working. Thanks! |
I suggest not to squash the dependency bumps into a single commit but do one commit per dependency per our dependency management guide. Refer to https://github.com/etcd-io/etcd/pull/18205/commits, https://github.com/etcd-io/etcd/pull/18207/commits |
Ok. I'll read those docs and split each dependency into a separate commit. |
/retest |
ebdca47
to
5727c64
Compare
to v1.16.0. Use the same version across all the modules from the project. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
to v0.1.11 github.com/mattn/go-isatty v0.0.12 to v0.0.14 Use the same version across all the modules from the project. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
to v0.0.9. Use the same version across all the modules from the project. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
Use the same version across all the modules from the project. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
bump honnef.co/go/tools to v0.0.1-2019.2.3 bump gopkg.in/yaml.v2 to v2.4.0 Use the same version across all the modules from the project. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
to v0.0.0-20230822172742-b8732ec3820d bump tools/mod google.golang.org/genproto/googleapis/api to v0.0.0-20230822172742-b8732ec3820d Use the same version across all the modules from the project. Signed-off-by: D Tripp <38776199+thedtripp@users.noreply.github.com>
0531747
to
35a9140
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks @thedtripp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @thedtripp
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ahrtr, ivanvc, jmhbnz, thedtripp The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…rify-deps [3.5] make: Include tools/mod when checking dependency versions
Backport of ba4b2bf
Related issue: #18180
@ivanvcI'm not sure how/if to do the version bump for genproto as in: ddfa70f.
Please advise on how/if to do this. Thanks!