-
Notifications
You must be signed in to change notification settings - Fork 448
Let Renovate Bot update the Kubernetes version #6427
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Tom Wieczorek <[email protected]>
| "description": "Group all Kubernetes updates", | ||
| "enabled": true, | ||
| "matchPackageNames": [ | ||
| "k8s.io/api", |
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.
I don't understand how both 0.X.Y and 1.X.Y work, but if it gets the job done it's welcome
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.
From Renovate's point of view, these are different dependencies. The k8s.io/* dependencies from the go datasource have the version 0.xx, the k8s.io/kubernetes dependency has 1.xx. So Renovate will simply bump all of them to the newest version. This only works out because Kubernetes releases everything together at the same time. One disadvantage is that the PR title won't contain the Kubernrnetes version number, as Renovate will only include a version number in the title if it's unambiguous, but we have two.
I'm still investigating. I noticed this afternoon that some bits are still missing.
|
This pull request has merge conflicts that need to be resolved. |
|
The PR is marked as stale since no activity has been recorded in 30 days |
Description
Type of change
How Has This Been Tested?
Checklist