Skip to content

Commit 9c87daa

Browse files
authored
Merge pull request kubernetes#3282 from ehashman/kep-2238-on
KEP-2238: Update implementation history and milestones
2 parents 2c33e20 + 60b8a6f commit 9c87daa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

keps/sig-node/2238-liveness-probe-grace-period/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@ _This section must be completed when targeting beta graduation to a release._
529529
- 2021-01-07: Initial draft KEP
530530
- 2021-03-11: Alpha implementation
531531
([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))
532535

533536
## Drawbacks
534537

keps/sig-node/2238-liveness-probe-grace-period/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ stage: beta
2323
# The most recent milestone for which work toward delivery of this KEP has been
2424
# done. This can be the current (upcoming) milestone, if it is being actively
2525
# worked on.
26-
latest-milestone: "v1.22"
26+
latest-milestone: "v1.25"
2727

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:
3030
alpha: "v1.21"
3131
beta: "v1.22"
32-
stable: "v1.25"
32+
stable: "v1.27"
3333

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

0 commit comments

Comments
 (0)