Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Planned tests will cover the user-visible behavior of the feature:

#### Beta

The following requirements must be met for Beta graduation in v1.35:
The following requirements must be met for Beta graduation in v1.36:

- Complete e2e tests coverage
- **Device Health for Terminated Pods** ([Issue #132978](https://github.com/kubernetes/kubernetes/issues/132978)):
Expand Down
4 changes: 2 additions & 2 deletions keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ stage: beta #|beta|stable
# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.35"
latest-milestone: "v1.36"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.31" # 1.32 will contain an alpha2 with more features
beta: "v1.35"
beta: "v1.36"
stable: "v1.37"

# The following PRR answers are required at alpha release
Expand Down