-
Notifications
You must be signed in to change notification settings - Fork 7
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
Renovate is unable to bump k8s go libraries without user interaction #270
Comments
@thardeck thanks for creating this issue. These might be slightly different issues from an initial check. On the first PR, it seems that it failed to correctly update the pseudo version as the resulting version is not correctly formatted:
On the second, the issue was that the |
Many thanks for looking into it so quickly.
Should I create a different issue for the second one or leave it like this?
Running |
Happy to leave as is. I think the second part of this issue may be tackled under #271, as I suspect they may have the same root cause. If not, we can create another issue at a later stage. |
As expected I manually had to bump the k8s libraries to get the tests green: rancher/fleet@d9ca814 It can not be done by just using |
Renovate is unable to bump k8s libraries and does even realize that itself but still creates the pr. It reports:
This is the according pr: rancher/fleet#2328
A similar issue is that renovate bumps k8s.io/kubernetes to v1.29.4 as security fix but does not bump the other k8s libraries which most likely is the reason for failing CI tests.
Our unit tests report the following failures:
This is the according pr: rancher/fleet#2362
The solution would most likely be when for example kubernetes is bumped to
1.29.4
, that all other k8s libraries are also bumped to0.29.4
to keep them in sync.I have not manually tested it in this case, but this is what I do when I bump these libraries on my own.
The text was updated successfully, but these errors were encountered: