-
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.24 #5968
Comments
/milestone v1.1 |
/lifecycle frozen |
Added a task above to switch to |
#6467 for controller runtime and k8s dependencies update. |
Hi @sbueringer if the issue is still open and someone isn't already, can I work on updating the go version in github/workflows, .golangci.yml, Tiltfile, Makefiles etc? |
Hey @jayesh-srivastava, |
Now only golangci-lint bump is left |
golangci-lint bump now being tracked in #6737 |
All tasks are done 🎉 Thx very much to @oscr and @killianmuldoon for implementing the golangci-lint bump!! /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. |
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
CI:
docker.yaml
:KUBERNETES_
env vars invariables
INIT_WITH_KUBERNETES_VERSION
Book:
jobs.md
) 📖 Update job documentation #6567Release specific issues:
klog.Background()
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
-{KUBERNETES-VERSION}
tag of the image already.The text was updated successfully, but these errors were encountered: