-
Notifications
You must be signed in to change notification settings - Fork 398
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
Add support for k8s-stable4 version marker #2094
Comments
Alternatively, considering that those |
(transferred this to k/sig-release) |
/assign @xmudrii |
@justaugustus I would consider this done since we support the |
Let's wait until kubernetes/test-infra#28119 merges. :) |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
We have full support for the stable4 version marker with kubernetes/test-infra#29098. It's also documented here: https://github.com/kubernetes/community/blob/ad1bca23543ed0adc27c2ce7935454b0b7be9b12/contributors/devel/sig-release/kubernetes-versions.md?plain=1#L331 With that, I'm going to close this issue. |
@xmudrii: Closing this issue. In 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 would you like to be added:
We should add support for the
k8s-stable4
version marker because it might happen that we support 4 branches in parallel.(Part of #850.)
Why is this needed:
We had a problem that we supported 1.25, 1.24, 1.23, and 1.22 at the same time. In this case, both
ci-kubernetes-build-1.23
andci-kubernetes-build-1.22
pointed to thek8s-stable3
version marker. This might cause issues with tests or produce test results that are not reliable because the samek8s-stable3
version marker is getting changed by two different jobs for two different release branches.We mitigated this manually by adding the
k8s-stable4
version marker in kubernetes/test-infra#27945, but we'll mostly like end up with the same problem again once 1.26 is out. That being said, we might need to modifyconfig-rotator
and update docs.The text was updated successfully, but these errors were encountered: