Skip to content

Commit e47e278

Browse files
authored
KEP-3895: Promote interactive delete to stable (#4396)
* Promote interactive delete to stable * Add PRR approver for stable stage * Mark all required fields as they are done * Mark kep status as implemented
1 parent ea37993 commit e47e278

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

keps/prod-readiness/sig-cli/3895.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-cli/3895-kubectl-delete-interactivity/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
136136
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
137137
- [x] (R) KEP approvers have approved the KEP status as `implementable`
138138
- [x] (R) Design details are appropriately documented
139-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
139+
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
140140
- [ ] e2e Tests for all Beta API Operations (endpoints)
141-
- [ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142-
- [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143-
- [ ] (R) Graduation criteria is in place
144-
- [ ] (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)
145-
- [ ] (R) Production readiness review completed
146-
- [ ] (R) Production readiness review approved
141+
- [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)
142+
- [x] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143+
- [x] (R) Graduation criteria is in place
144+
- [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)
145+
- [x] (R) Production readiness review completed
146+
- [x] (R) Production readiness review approved
147147
- [x] "Implementation History" section is up-to-date for milestone
148148
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149149
- [x] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -867,6 +867,7 @@ N/A
867867
## Implementation History
868868
The KEP was proposed on 2023-03-01
869869
The KEP was promoted to beta on 2023-10-02
870+
The KEP was promoted to stable on 2024-01-09
870871
<!--
871872
Major milestones in the lifecycle of a KEP should be tracked in this section.
872873
Major milestones might include:

keps/sig-cli/3895-kubectl-delete-interactivity/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kep-number: 3895
33
authors:
44
- "@ardaguclu"
55
owning-sig: sig-cli
6-
status: implementable
6+
status: implemented
77
creation-date: 2023-03-01
88
reviewers:
99
- "@eddiezane"
@@ -19,18 +19,18 @@ see-also:
1919
- "https://github.com/kubernetes/enhancements/pull/2777"
2020

2121
# The target maturity stage in the current dev cycle for this KEP.
22-
stage: beta
22+
stage: stable
2323

2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.29"
27+
latest-milestone: "v1.30"
2828

2929
# The milestone at which this feature was, or is targeted to be, at each stage.
3030
milestone:
3131
alpha: "v1.28"
3232
beta: "v1.29"
33-
stable: "TBD"
33+
stable: "v1.30"
3434

3535
# The following PRR answers are required at alpha release
3636
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)