Skip to content

Commit f102975

Browse files
committed
3983: bump to stable
Signed-off-by: Peter Hunt <[email protected]>
1 parent 76a7c63 commit f102975

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

keps/prod-readiness/sig-node/3983.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ alpha:
66
approver: "@johnbelamaric"
77
beta:
88
approver: "@johnbelamaric"
9+
stable:
10+
approver: "@johnbelamaric"

keps/sig-node/3983-drop-in-configuration/README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040

4141
Items marked with (R) are required *prior to targeting to a milestone / release*.
4242

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
5757

5858
<!--
5959
**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.
377377
- 2023-09-25: KEP retargeted to Alpha in 1.29
378378
- 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
379379
- 2024-09-30: Update Beta requirements
380+
- 2025-10-02: Update to stable
380381

381382

382383
## Drawbacks

keps/sig-node/3983-drop-in-configuration/kep.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ stage: beta
1919
# The most recent milestone for which work toward delivery of this KEP has been
2020
# done. This can be the current (upcoming) milestone, if it is being actively
2121
# worked on.
22-
latest-milestone: "v1.32"
22+
latest-milestone: "v1.35"
2323

2424
# The milestone at which this feature was, or is targeted to be, at each stage.
2525
milestone:
2626
alpha: "v1.28"
2727
beta: "v1.31"
28+
stable: "v1.35"
2829

2930
# The following PRR answers are required at alpha release
3031
disable-supported: true

0 commit comments

Comments
 (0)