-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update module github.com/cenkalti/backoff/v4 to v5 #665
base: master
Are you sure you want to change the base?
Conversation
Hi @renovate[bot]. Thanks for your PR. I'm waiting for a ComplianceAsCode 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. |
🤖 To deploy this PR, run the following command:
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: renovate[bot], rhmdnd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
55cc3ac
to
45239c0
Compare
New changes are detected. LGTM label has been removed. |
@@ -4,6 +4,7 @@ go 1.23.0 | |||
|
|||
require ( | |||
github.com/cenkalti/backoff/v4 v4.3.0 | |||
github.com/cenkalti/backoff/v5 v5.0.2 |
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.
We have a couple places in the code where we're using backoff/v4. Looking into refactoring those to use v5 instead so we only need a single module that does this instead of pulling in both.
45239c0
to
6700f9f
Compare
🤖 To deploy this PR, run the following command:
|
6700f9f
to
0725578
Compare
🤖 To deploy this PR, run the following command:
|
0725578
to
fb8c12b
Compare
🤖 To deploy this PR, run the following command:
|
fb8c12b
to
96fb2f1
Compare
🤖 To deploy this PR, run the following command:
|
@renovate[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
This PR contains the following updates:
v4.3.0
->v5.0.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cenkalti/backoff (github.com/cenkalti/backoff/v4)
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.