File tree 3 files changed +13
-5
lines changed
sig-node/2413-seccomp-by-default
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 3
3
approver : " @deads2k"
4
4
beta :
5
5
approver : " @deads2k"
6
+ stable :
7
+ approver : " @deads2k"
Original file line number Diff line number Diff line change @@ -185,8 +185,13 @@ configuration.
185
185
186
186
#### Beta to GA Graduation
187
187
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] Enabling the Kubelet feature flag by default
190
+ - [x] Risks have been addressed by every common container runtime
191
+ - [x] Documenting the seccomp performance impact on k/website as well as its
192
+ workarounds (disabling the feature completely, turning off spectre
193
+ mitigations for certain kernel versions or updating the kernel as well as
194
+ runc)
190
195
191
196
### Upgrade / Downgrade Strategy
192
197
@@ -421,6 +426,7 @@ _This section must be completed when targeting beta graduation to a release._
421
426
422
427
## Implementation History
423
428
429
+ - 2023-01-10: Updated KEP to stable
424
430
- 2022-03-15: Updated KEP to beta
425
431
- 2021-05-05: KEP promoted to implementable
426
432
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ approvers:
15
15
- " @mrunalp"
16
16
17
17
# The target maturity stage in the current dev cycle for this KEP.
18
- stage : beta
18
+ stage : stable
19
19
20
20
# The most recent milestone for which work toward delivery of this KEP has been
21
21
# done. This can be the current (upcoming) milestone, if it is being actively
22
22
# worked on.
23
- latest-milestone : " v1.25 "
23
+ latest-milestone : " v1.27 "
24
24
25
25
# The milestone at which this feature was, or is targeted to be, at each stage.
26
26
milestone :
27
27
alpha : " v1.22"
28
28
beta : " v1.25"
29
- stable : " v1.28 "
29
+ stable : " v1.27 "
30
30
31
31
# The following PRR answers are required at alpha release
32
32
# 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