Open kannon92 opened 1 year ago
/sig apps
@kannon92 can you please link a correct KEP in the description?
As discussed with @kannon92, I will be taking over this KEP.
/assign dejanzele
@dejanzele I had a similar discussion with @kannon92 some time ago about this as well. And I have the KEP mostly written, just need to finish it..
@kannon92 @dejanzele I have opened the new version of the KEP in https://github.com/kubernetes/enhancements/pull/4357.
/assign @atiratree
/label lead-opted-in /milestone v1.30 /stage alpha
@atiratree: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility.
@atiratree: Can not set label lead-opted-in: Must be member in one of these teams: [release-team-enhancements release-team-leads sig-api-machinery-leads sig-apps-leads sig-architecture-leads sig-auth-leads sig-autoscaling-leads sig-cli-leads sig-cloud-provider-leads sig-cluster-lifecycle-leads sig-contributor-experience-leads sig-docs-leads sig-instrumentation-leads sig-k8s-infra-leads sig-multicluster-leads sig-network-leads sig-node-leads sig-release-leads sig-scalability-leads sig-scheduling-leads sig-security-leads sig-storage-leads sig-testing-leads sig-windows-leads]
/label lead-opted-in /milestone v1.30 /stage alpha
Hello @atiratree π, Enhancements team here.
Just checking in as we approach enhancements freeze on 02:00 UTC Friday 9th February 2024.
This enhancement is targeting for stage alpha
for 1.30 (correct me, if otherwise)
Here's where this enhancement currently stands:
implementable
for latest-milestone: { CURRENT_RELEASE }
. KEPs targeting stable
will need to be marked as implemented
after code PRs are merged and the feature gates are removed.For this KEP, we would just need to update the following:
The status of this enhancement is marked as at risk for enhancement freeze
. Please keep the issue description up-to-date with appropriate stages as well. Thank you!
Hello @atiratree π, Enhancements team here.
Just checking in as we approach enhancements freeze on 02:00 UTC Friday 9th February 2024.
This enhancement is still at risk for enhancement freeze
. Please make sure you get all changes merged before the enhancement freeze deadline. Thank you!
With all the requirements fulfilled in #4357 this enhancement is now marked as tracked for the upcoming enhancements freeze π
Hello @kannon92 :wave:, 1.30 Docs Shadow here. Does this enhancement work planned for 1.30 require any new docs or modification to existing docs? If so, please follows the steps here to open a PR against dev-1.30 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday February 22nd 2024 18:00 PDT. Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you!
Hi @atiratree and @dejanzele,
π from the v1.30 Communications Team! We'd love for you to opt in to write a feature blog about your enhancement!
We encourage blogs for features including, but not limited to: breaking changes, features and changes important to our users, and features that have been in progress for a long time and are graduating.
To opt in, you need to open a Feature Blog placeholder PR against the website repository. The placeholder PR deadline is 27th February, 2024.
hi, I have opened placeholder PRs:
Hey again @atiratree π Enhancements team here,
Just checking in as we approach code freeze at 02:00 UTC Wednesday 6th March 2024 .
Here's where this enhancement currently stands:
approved
and lgtm
labels applied) by the code freeze deadline. This includes tests.For this enhancement, it looks like the following PRs are open and need to be merged before code freeze:
With this, it is now marked as at risk for code freeze
for the v1.30 Code Freeze!
Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. As always, we are here to help if any questions come up. Thanks!
I have updated the https://github.com/kubernetes/kubernetes/pull/123430 PR with an implementation, but I am still missing the tests, so we will not be able to merge this feature in 1.30 due to not enough time.
Even though it might be possible to finish this if we had enough review capacity, I would prefer not to for the following reasons:
deployment.kubernetes.io/replicaset-replicas-before-scale
(please see https://github.com/kubernetes/kubernetes/pull/123670) to support partial scalling of older revision replica sets for deployments with TerminationComplete podReplacementPolicy. It would be great if we could merge this now, to make sure N-1 kubectl works with cluster that turn on the DeploymentPodReplacementPolicy feature.Thank you @atiratree - In this case I will mark this enhancement Removed from Milestone
updated links.
In today's sig-apps call, we have decided to postpone the introduction of the annotation into 1.31 along with the alpha version of the feature. We will specifically document in the KEP/docs that this feature should be used with the latest kubectl. In the next release (1.32), the rollbacks should be backwards compatible.
/milestone clear
Hi @atiratree π, 1.31 Enhancements Lead here.
If you wish to progress this enhancement in v1.31, please have the SIG lead opt-in your enhancement by adding the lead-opted-in label and set the milestone to v1.31 before the Production Readiness Review Freeze.
/remove-label lead-opted-in
I would like to land this enhancement in 1.31.
KEP update: https://github.com/kubernetes/enhancements/pull/4670
/label lead-opted-in /milestone v1.31
Hello @atiratree π, Enhancements team here.
Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024..
This enhancement is targeting stage alpha
for v1.31
(correct me, if otherwise)
Here's where this enhancement currently stands:
implementable
for latest-milestone: v1.31
. KEPs targeting stable
will need to be marked as implemented
after code PRs are merged and the feature gates are removed.For this KEP, we would need to update the following:
latest-milestone
to v1.31
along with updates to README.The status of this enhancement is marked as at risk for enhancement freeze
. Please keep the issue description up-to-date with appropriate stages as well.
If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you!
With https://github.com/kubernetes/enhancements/pull/4670 merged, we can mark this KEP as tracked for enhancements freeze
! π
Hello, @atiratree and @dejanzele!
π from the v1.31 Communications Team!
We'd love for you to opt in to write a feature blog about your enhancement! Some reasons why you might want to write a blog for this feature include (but are not limited to) if this introduces breaking changes, is important to our users, or has been in progress for a long time and is graduating.
To opt in, let us know and open a Feature Blog placeholder PR against the website repository by 3rd July, 2024. For more information about writing a blog see the blog contribution guidelines.
Note: In your placeholder PR, use XX characters for the blog date in the front matter and file name. We will work with you on updating the PR with the publication date once we have a final number of feature blogs for this release.
@edithturn I have opened a placeholder PR for the blog post: https://github.com/kubernetes/website/pull/45268
@edithturn I have opened a placeholder PR for the blog post: kubernetes/website#45268
Thank you so much @atiratree , please te us know if you need any help! :)
Hey again @atiratree π, Enhancements team here,
Just checking in as we approach code freeze at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024.
Here's where this enhancement currently stands:
Regarding this enhancement, it appears that there is currently 1 open PR in the k/k repository which is in draft state. The other PR listed in the description has been closed.
For this KEP, we would need to do the following:
If you anticipate missing code freeze, you can file an exception request in advance.
The status of this enhancement is marked as at risk for code freeze
.
Hey again @SergeyKanzhelev π, 1.31 Enhancements team here,
Just a quick friendly reminder as we approach code freeze in about 2 days, at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024.
The current status of this enhancement is marked as at risk for code freeze. A few requirements mentioned in the comment https://github.com/kubernetes/enhancements/issues/3973#issuecomment-2215269277 still need to be completed. The following open PR as per the description still needs to be merged, PR mentioned in the description has been marked as closed:
If you anticipate missing code freeze, you can file an exception request in advance.
Hello @atiratree π v1.31 Enhancements team here,
Unfortunately, the implementation (code related) PR(s) associated with this enhancement is not in the merge-ready state by code-freeze and hence this enhancement is now removed from the v1.31 milestone.
If you still wish to progress this enhancement in v1.31, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks!
/milestone clear
We've received an exception request for this KEP: https://groups.google.com/g/kubernetes-sig-release/c/SLTNXQvnOtM
Hi, enhancements lead here - I inadvertently added this to the 1.32 tracking board π. Please readd it if you wish to progress this enhancement in 1.32.
/remove-label lead-opted-in
hi @soltysh and @kannon92, I would like to pursue this feature again this release. Here is the KEP update: https://github.com/kubernetes/enhancements/pull/4903
hi @soltysh and @kannon92, I would like to pursue this feature again this release. Here is the KEP update: #4903
I updated the description. I am not a sig-apps reviewer/approver but LGTM. Those yaml fields look great.
/label lead-opted-in /milestone v1.32
Hey again @SergeyKanzhelev π, 1.31 Enhancements team here,
sorry, not sure why I was tagged here. Please let me know if anything needed here
Hello @atiratree π, Enhancements team here.
Just checking in as we approach enhancements freeze on 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024.
This enhancement is targeting stage alpha
for v1.32 (correct me, if otherwise)
Hereβs where this enhancement currently stands:
implementable
for latest-milestone: v1.32
. KEPs targeting stable
will need to be marked as implemented
after code PRs are merged and the feature gates are removed.With all the KEP requirements in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. π
The status of this enhancement is marked as tracked for enhancement freeze
. Please keep the issue description up-to-date with appropriate stages as well. Thank you!
sorry, not sure why I was tagged here. Please let me know if anything needed here
I believe a simple mistake - sorry Sergey :wink:
Hi hi @dejanzele @atiratree π from the v1.32 Communications Team!
We'd love for you to consider writing a feature blog about your enhancement. Some reasons why you might want to write a blog for this feature include (but are not limited to) if this introduces breaking changes, is important to our users, or has been in progress for a long time and it is graduating.
To opt-in, let us know by opening a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines.
Note: In your placeholder PR, use XX
characters for the blog date
in the front matter and file name. We will work with you on updating the PR with the publication date once we finalize the blog schedule.
Hello @atiratree :wave:, 1.32 Docs Shadow here. Does this enhancement work planned for 1.32 require any new docs or modification to existing docs? If so, please follows the steps here to open a PR against dev-1.32 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday October 24th 2024 18:00 PDT. Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you!
Hi, I have opened PRs for docs and a blog:
Hey again @atiratree π, v1.32 Enhancements team here.
Just checking in as we approach code freeze at 02:00 UTC Friday 8th November 2024 / 19:00 PDT Thursday 7th November 2024.
Here's where this enhancement currently stands:
approved
and lgtm
labels applied) by the code freeze deadline. This includes tests.For this enhancement, it looks like the following PRs need to be merged before code freeze (and we need to update the Issue description to include all the related PRs of this KEP):
If you anticipate missing code freeze, you can file an exception request in advance.
Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. As always, we are here to help if any questions come up. Thanks!
Hello @atiratree π Enhancements team here,
Unfortunately, the implementation (code related) PR(s) associated with this enhancement is not in the merge-ready state by code-freeze and hence this enhancement is now removed from the 1.32 milestone.
If you still wish to progress this enhancement in 1.32, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks!
/milestone clear
Unfortunately we did not manage to finish the API review in time, so we will postpone this feature to the next release.
We also spun off part of the feature/review into an additional PR:
@kannon92 could you please update the description?
Opened a new KEP update https://github.com/kubernetes/enhancements/pull/4976 and targetting 1.33 now.
Enhancement Description
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.