enhancements
enhancements copied to clipboard
Move Storage Version Migrator in-tree
Enhancement Description
- One-line enhancement description (can be used as a release note): Move storage version migrator in-tree
- Kubernetes Enhancement Proposal: KEP
- Discussion Link: 2023-09-06 2023-06-14
- Primary contact (assignee): @nilekhc
- Responsible SIGs: API Machinery
- Enhancement target (which target equals to which milestone):
- Alpha release target (x.y): v1.30
- Beta release target (x.y):
- Stable release target (x.y):
- [ ] Alpha
- [ ] KEP (
k/enhancements
) update PR(s):- #4240
- #4276
- #4673
- [ ] Code (
k/k
) update PR(s):- https://github.com/kubernetes/kubernetes/pull/123344
- [ ] Docs (
k/website
) update PR(s):- https://github.com/kubernetes/website/pull/45294
- [ ] KEP (
Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
/label lead-opted-in
/milestone v1.29
@jpbetz: 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.
In response to this:
/milestone v1.28
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.
@jpbetz: 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]
In response to this:
/label lead-opted-in
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.
/label lead-opted-in (I've added myself to the org team)
I would:
/retitle Move storage version migrator in-tree
/retitle Move Storage Version Migrator in-tree
Hello @nilekhc 👋, v1.29 Enhancements team here.
Just checking in as we approach enhancements freeze on 01:00 UTC, Friday, 6th October, 2023.
This enhancement is targeting for stage alpha
for v1.29 (correct me, if otherwise)
Here's where this enhancement currently stands:
- [ ] KEP readme using the latest template has been merged into the k/enhancements repo.
- [ ] KEP status is marked as
implementable
forlatest-milestone: 1.29
. KEPs targetingstable
will need to be marked asimplemented
after code PRs are merged and the feature gates are removed. - [ ] KEP readme has up-to-date graduation criteria
- [ ] KEP has a production readiness review that has been completed and merged into k/enhancements. (For more information on the PRR process, check here).
For this KEP, everything seems to be taken care of in https://github.com/kubernetes/enhancements/pull/4240. Please make sure that the PR is merged in time.
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!
Hi @nilekhc , checking in once more as we approach the 1.29 enhancement freeze deadline on 01:00 UTC Friday, 6th October 2023. The status of this enhancement is marked as at risk. It looks like https://github.com/kubernetes/enhancements/pull/4240 will address most of the requirements. Please make sure that the changes are merged in time. Let me know if I missed anything. Thanks!
Hi @nilekhc , checking in once more as we approach the 1.29 enhancement freeze deadline on 01:00 UTC Friday, 6th October 2023. The status of this enhancement is marked as at risk. It looks like #4240 will address most of the requirements. Please make sure that the changes are merged in time. Let me know if I missed anything. Thanks!
@sreeram-venkitesh #4240 is merged.
With KEP PR https://github.com/kubernetes/enhancements/pull/4240 approved, the enhancement is ready for the enhancements freeze. The status is now marked as tracked for enhancement freeze
for 1.29. 🚀 Thank you!
Hey there @enj ! 👋, v1.29 Docs team shadow here. Does this enhancement work planned for v1.29 require any new docs or modifications to existing docs? If so, please follow the steps here to open a PR against dev-1.29 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday, 19 October 2023. Also, take a look at Documenting for a release to get yourself familiarized with the docs requirement for the release. Thank you!
Hey again @nilekhc @enj 👋 v1.29 Enhancements team here,
Just checking in as we approach code freeze at 01:00 UTC Wednesday 1st November 2023 .
Here's where this enhancement currently stands:
- [ ] All PRs to the Kubernetes repo that are related to your enhancement are linked in the above issue description (for tracking purposes).
- [ ] All PR/s are ready to be merged (they have approved and lgtm labels applied) by the code freeze deadline. This includes tests.
The status of this KEP is currently at risk for Code Freeze
. 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!
Hi @nilekhc @enj 👋 from the v1.29 Release Team-Communications! We would like to check if you have any plans to publish a blog for this KEP regarding new features, removals, and deprecations for this release.
If so, you need to open a PR placeholder in the website repository. The deadline will be on Tuesday 14th November 2023 (after the Docs deadline PR ready for review)
Hello @nilekhc @enj 👋 1.29 Enhancements lead 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.29 milestone.
If you still wish to progress this enhancement in 1.29, please file an exception request. Thanks!
/milestone clear
/remove-label lead-opted-in
/milestone v1.30
@nilekhc: 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.
In response to this:
/milestone v1.30
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.
@jpbetz @deads2k Can we add milestone v.130 for this?
/label lead-opted-in /milestone v1.30
Hello @nilekhc 👋, Enhancements team here.
Just checking in as we approach enhancements freeze on [02:00 UTC Friday 9th February 2024 / 18:00 PDT Thursday 8th February 2024](https://everytimezone.com/s/1ade3dca):.
This enhancement is targeting for stage alpha
for v1.30 (correct me, if otherwise)
Here's where this enhancement currently stands:
- [x] KEP readme using the [latest template](https://github.com/kubernetes/enhancements/tree/master/keps/NNNN-kep-template) has been merged into the k/enhancements repo.
- [x] KEP status is marked as
implementable
forlatest-milestone: 1.30
. KEPs targetingstable
will need to be marked asimplemented
after code PRs are merged and the feature gates are removed. - [x] KEP readme has up-to-date graduation criteria
- [x] KEP has a production readiness review that has been completed and merged into k/enhancements. (For more information on the PRR process, check [here](https://github.com/kubernetes/community/blob/master/sig-architecture/production-readiness.md#submitting-a-kep-for-production-readiness-approval)).
For this KEP, we would just need to update the following:
- Make sure to merge your KEP readme.
- Make sure your changes to the latest-milestone and stage in
kep.yaml
file have been merged.
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!
@mickeyboxell https://github.com/kubernetes/enhancements/pull/4276 is now merged.
Thanks @nilekhc . With that being merged, this enhancement can now be marked as tracked for enhancement freeze
.
Hi @nilekhc,
👋 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. Here's the 1.30 Release Calendar
Hello @nilekhc :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!
Hey again @nilekhc 👋 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:
- [x] All PRs to the Kubernetes repo that are related to your enhancement are linked in the above issue description (for tracking purposes).
- [ ] All PR/s are ready to be merged (they have
approved
andlgtm
labels applied) by the code freeze deadline. This includes tests.
Please update the Issue description to include all the related PRs we should be tracking for this KEP, especially those in k/k. They will need to be merged before code freeze.
As always, we are here to help if any questions come up. Thanks!
Hello @nilekhc 👋, 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 @celestehorgan I have created the draft PR - https://github.com/kubernetes/website/pull/45294
Hey @nilekhc 👋 Enhancements team here, just a friendly reminder to follow up on the open Enhancement items above prior to code freeze at 02:00 UTC Wednesday 6th March 2024.
Hey @nilekhc 👋 Enhancements team here, just a friendly reminder to follow up on the open Enhancement items above prior to code freeze at 02:00 UTC Wednesday 6th March 2024.
Hi @mickeyboxell , We have got an exception for this.
With the exception request being approved this can now be marked as tracked for code freeze