-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tasks for Kubernetes v1.25 #6661
Comments
|
/triage accepted |
Just fyi. Kubernetes 1.25 is using Go 1.19 |
I'll be collecting some notes in this comment for the upcoming controller-runtime upgrade:
|
/assign |
Just fyi. Added a new sub task as I noticed that we forgot to bump conversion-gen the last time. (we're currently using conversion-gen v0.23.1) |
I will bump Go version once an updated cloudbuild image with Go 1.19 is released. https://console.cloud.google.com/gcr/images/k8s-staging-test-infra/GLOBAL/gcb-docker-gcloud |
Yup. Also probably good to only do this after we bumped the CR/k8s.io dependencies first. Don't want to run an untested combination for too long |
All done. @oscr Thank you very much!! |
/close |
@sbueringer: 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. |
Thank you @sbueringer for all your guidance and help with this task 🙏 |
This issue is tracking the list of tasks that should be implemented when Kubernetes v1.24 is released. Currently, we are waiting for the Kubernetes release
For prior art please see #5968
CI:
docker.yaml
:KUBERNETES_
env vars invariables
INIT_WITH_KUBERNETES_VERSION
Book:
jobs.md
)Release specific issues:
After a Kubernetes release is cut a controller-runtime version is created. When the CR version is available we have to:
KUBEBUILDER_ENVTEST_KUBERNETES_VERSION
inMakefile
Makefile
viaCONVERSION_GEN_VER
-{KUBERNETES-VERSION}
tag of the image already.The text was updated successfully, but these errors were encountered: