Skip to content
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

Enable automerge for kubernetes patch updates #109

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Enable automerge for kubernetes patch updates #109

merged 3 commits into from
Jan 18, 2024

Conversation

timebertt
Copy link
Owner

What this PR does / why we need it:

This PR ensures we can use GitHub's automerge feature and enables renovate automerge for k8s patch updates.
Only group k8s go deps that are released together (e.g., don't include k8s.io/utils or k8s.io/klog).

With optional jobs, we cannot configure required status checks
Without this in turn, we cannot use GitHub's automerge feature.
Thus, make sure that always one `verify` and one `images` job runs
(controller-sharding and webhosting-operator complet each other)
so that both job names can be configured as required status checks.
k8s.io/{klog,utils,gengo,kube-openapi,...} are not released together with k8s.io/kubernetes.
Don't include them in the k8s-go group.
@timebertt timebertt added the enhancement New feature or request label Jan 18, 2024
@timebertt timebertt merged commit a137dfa into main Jan 18, 2024
5 checks passed
@timebertt timebertt deleted the automerge branch January 18, 2024 09:05
@timebertt timebertt removed the enhancement New feature or request label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant