-
Notifications
You must be signed in to change notification settings - Fork 300
Bumps azclient to latest version #5651
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
Bumps azclient to latest version #5651
Conversation
|
Hi @theobarberbany. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. 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. |
|
Seems innocuous Curious to know why this is a separate go module, wonder if one of the maintainers can explain why the clients need this bump separately, any way to work around it? Perhaps with go workspaces to avoid the needed bump? |
|
/lgtm |
|
/ok-to-test |
68fd4b3 to
dd71623
Compare
|
/lgtm |
Looks like there's a timeout - guessing it may be a flake or have something to do with the cloud being slow? Going to retry. |
|
/test pull-cloud-provider-azure-e2e-ccm-vmss-ip-lb-capz |
|
Hey @nilo19 A review would be greatly appreciated! :D |
|
/lgtm |
|
/cherrypick release-1.29 |
|
@nilo19: once the present PR merges, I will cherry-pick it on top of release-1.29 in a new PR and assign it to you. DetailsIn response to this:
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/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nilo19, theobarberbany 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 |
|
/retest |
|
The clients will be used in 4 branches. And we don't want to maintain 4 copies of azclient. |
So the idea is that the client library will be able to be used across all supported versions of the CCM, but only actually maintained on the master branch? Gotcha |
Bumps sigs.k8s.io/pkg/azclient to the latest version
dd71623 to
c4f3ca6
Compare
|
/lgtm |
|
@nilo19: #5651 failed to apply on top of branch "release-1.29": DetailsIn response to this:
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/test-infra repository. |
What type of PR is this?
/kind cleanup
Version vump
What this PR does / why we need it:
Bumps sigs.k8s.io/pkg/azclient to the latest version. This is to include changes from #5643
Which issue(s) this PR fixes:
Fixes #5558
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: