File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
keps/sig-node/2238-liveness-probe-grace-period Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -529,6 +529,9 @@ _This section must be completed when targeting beta graduation to a release._
529
529
- 2021-01-07 : Initial draft KEP
530
530
- 2021-03-11 : Alpha implementation
531
531
([kubernetes/kubernetes#99375](https://github.com/kubernetes/kubernetes/pull/99375))
532
+ - 2021-07-13 : Beta updates ([k/k#103168](https://github.com/kubernetes/kubernetes/pull/103168))
533
+ - 2021-07-13 : Add validation ([k/k#103245](https://github.com/kubernetes/kubernetes/pull/103245))
534
+ - 1.25 cycle : default feature flag to true ([k/k#108541](https://github.com/kubernetes/kubernetes/pull/108541))
532
535
533
536
# # Drawbacks
534
537
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ stage: beta
23
23
# The most recent milestone for which work toward delivery of this KEP has been
24
24
# done. This can be the current (upcoming) milestone, if it is being actively
25
25
# worked on.
26
- latest-milestone : " v1.22 "
26
+ latest-milestone : " v1.25 "
27
27
28
28
# The milestone at which this feature was, or is targeted to be, at each stage.
29
29
milestone :
30
30
alpha : " v1.21"
31
31
beta : " v1.22"
32
- stable : " v1.25 "
32
+ stable : " v1.27 "
33
33
34
34
# The following PRR answers are required at alpha release
35
35
# 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