-
Notifications
You must be signed in to change notification settings - Fork 669
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
Kubernetes 1.24 Release Timeline #735
Comments
great to hear this good news! so may i ask that do i need to close the #737? |
can i have a try on update descheduler for k8s 1.24? |
@damemi I would also like to take part in 1.24 release upgrades for descheduler, be it via or documentation or bumping the file versions. Kindly let me know :) |
/assign |
Updated the original comment with a list of tasks, anyone please let me know if I missed anything. Otherwise, feel free to self-assign any particular tasks you're interested in. |
Thanks for sharing the list of associated tasks. Wanted to check if the tasks are listed in the order of priority or all can be attempted once the code freeze happens for 1.24 release? Also, I'd like to work on below two tasks if that's okay :) ,
|
@pravarag updated with you on those tasks. I put the tasks in the general order that they should be done in. It's not too strict of an ordering (except for the tag/helm/branch part which is important to do in that order), so for most of them we can start whenever |
@damemi may i take below tasks ?
|
@JaneLiuL yup, added you to the main description |
@pravarag yep, for the |
@damemi wnated to check, we'll be merging changes for Descheduler w.r.t K8s release 1.24, post 19th of April or I can start making changes now as well? |
@pravarag you can start opening PRs with the changes now. Some things like the test-infra changes may have to hold until we bump to 1.24, but it definitely doesn't hurt to get the PRs open early at least. |
Just to bump this, the k8s 1.24 @JaneLiuL you volunteered to do the final GA bump, but just checking were you interested in doing an |
hi @damemi thanks for notification~~ sure~ i will doing an |
still not discover the k8s 1.24 |
@JaneLiuL yeah the 1.24 release has hit some delays, see https://groups.google.com/a/kubernetes.io/g/dev/c/D0fGHU-9hKI Also recommend subscribing to that group if anyone isn't already :) |
Another update -- the 1.24 release is now delayed to May 3: https://groups.google.com/a/kubernetes.io/g/dev/c/9IZaUGVMnmo |
Kubernetes v1.24.0-rc.0 has been release, but client-go or apiserver still don't release v1.24.0-rc.0 yet. i will waiting the client-go and apiserver release v1.24.0-rc.0 :) |
@JaneLiuL thanks for the update! With the delays this release has been experiencing it's not totally surprising that there's hiccups with the client libraries too. No worries |
:) open pr here for rc-0: #787 |
will this pr make it in to 1.24 #636? |
it will be tough, since that PR needs a rebase and there are still outstanding comments left on it. If @ingvagabund or @RyanDevlin are available to commit to addressing the last few nits then we can hold off the release for that PR |
@damemi this issue is a very common in our clusters and we've been delaying increasing adoption of descheduler in our clusters because of it. My concern is certain workloads like workers or slower booting services can really be impacted by this. If you need help i could probably take a look too. |
Checking #636 now |
bump k8s to 1.24.0 pr here: #791 |
Added the following docs PR as well: #792 |
Update Helm chart pr: #796 |
At this point I'd like to cut the |
Tag created, and the images appear to be tagged with the right version now. Image promotion PR at kubernetes/k8s.io#3739 |
/close |
@damemi: 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. |
From https://github.com/kubernetes/sig-release/blob/master/releases/release-1.24/README.md
The 1.24 release cycle is as follows:
We will try to release the v0.24 Descheduler soon after Kubernetes 1.24 is released
Steps for Descheduler release:
k8s.io
dependencies torc
post code freeze/prior to 1.24 releasek8s.io
dependencies to GA 1.24 post release @JaneLiuLv0.24
frommaster
@damemirelease-1.24
branch @damemiv0.24
Git tag before cutting the release branch. But, in order for the automated Helm chart release action to work, it must detect some changes since the most recent tag. So, we will update the Helm chart after creating the tag but before creating therelease-*
branch, which is what triggers the automated Helm release action (see https://github.com/kubernetes-sigs/descheduler/blob/master/docs/release-guide.md#notes). Doing this will give us av0.24
-tagged SHA to promote from staging to the public image.The text was updated successfully, but these errors were encountered: