File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
sig-node/2413-seccomp-by-default Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33 approver : " @deads2k"
44beta :
55 approver : " @deads2k"
6+ stable :
7+ approver : " @deads2k"
Original file line number Diff line number Diff line change @@ -185,8 +185,9 @@ configuration.
185185
186186#### Beta to GA Graduation
187187
188- - [ ] Allowing time for feedback (3 releases)
189- - [ ] Risks have been addressed by every common container runtime
188+ - [x] Allowing time for feedback (3 releases)
189+ - [x] Enableing the Kubelet feature flag by default
190+ - [x] Risks have been addressed by every common container runtime
190191
191192### Upgrade / Downgrade Strategy
192193
@@ -421,6 +422,7 @@ _This section must be completed when targeting beta graduation to a release._
421422
422423## Implementation History
423424
425+ - 2023-01-10: Updated KEP to stable
424426- 2022-03-15: Updated KEP to beta
425427- 2021-05-05: KEP promoted to implementable
426428
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ approvers:
1515 - " @mrunalp"
1616
1717# The target maturity stage in the current dev cycle for this KEP.
18- stage : beta
18+ stage : stable
1919
2020# The most recent milestone for which work toward delivery of this KEP has been
2121# done. This can be the current (upcoming) milestone, if it is being actively
2222# worked on.
23- latest-milestone : " v1.25 "
23+ latest-milestone : " v1.27 "
2424
2525# The milestone at which this feature was, or is targeted to be, at each stage.
2626milestone :
2727 alpha : " v1.22"
2828 beta : " v1.25"
29- stable : " v1.28 "
29+ stable : " v1.27 "
3030
3131# The following PRR answers are required at alpha release
3232# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments