|
40 | 40 |
|
41 | 41 | Items marked with (R) are required *prior to targeting to a milestone / release*.
|
42 | 42 |
|
43 |
| -- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
44 |
| -- [ ] (R) KEP approvers have approved the KEP status as `implementable` |
45 |
| -- [ ] (R) Design details are appropriately documented |
46 |
| -- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
47 |
| - - [ ] e2e Tests for all Beta API Operations (endpoints) |
48 |
| - - [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
49 |
| - - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free |
50 |
| -- [ ] (R) Graduation criteria is in place |
51 |
| - - [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
52 |
| -- [ ] (R) Production readiness review completed |
53 |
| -- [ ] (R) Production readiness review approved |
54 |
| -- [ ] "Implementation History" section is up-to-date for milestone |
55 |
| -- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
56 |
| -- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
| 43 | +- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 44 | +- [x] (R) KEP approvers have approved the KEP status as `implementable` |
| 45 | +- [x] (R) Design details are appropriately documented |
| 46 | +- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
| 47 | + - [x] e2e Tests for all Beta API Operations (endpoints) |
| 48 | + - [x] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
| 49 | + - [x] (R) Minimum Two Week Window for GA e2e tests to prove flake free |
| 50 | +- [x] (R) Graduation criteria is in place |
| 51 | + - [x] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
| 52 | +- [x] (R) Production readiness review completed |
| 53 | +- [x] (R) Production readiness review approved |
| 54 | +- [x] "Implementation History" section is up-to-date for milestone |
| 55 | +- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
| 56 | +- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
57 | 57 |
|
58 | 58 | <!--
|
59 | 59 | **Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
|
@@ -377,6 +377,7 @@ Fix the invalid configuration, or remove configurations.
|
377 | 377 | - 2023-09-25: KEP retargeted to Alpha in 1.29
|
378 | 378 | - 2024-01-19: Added an [e2e](https://testgrid.k8s.io/sig-node-release-blocking#node-kubelet-serial-containerd&include-filter-by-regex=KubeletConfigDropInDir) test and set KEP target to Beta in 1.30
|
379 | 379 | - 2024-09-30: Update Beta requirements
|
| 380 | +- 2025-10-02: Update to stable |
380 | 381 |
|
381 | 382 |
|
382 | 383 | ## Drawbacks
|
|
0 commit comments