diff --git a/keps/sig-node/4680-add-resource-health-to-pod-status/README.md b/keps/sig-node/4680-add-resource-health-to-pod-status/README.md index f1c5d879c09..92f60acf090 100644 --- a/keps/sig-node/4680-add-resource-health-to-pod-status/README.md +++ b/keps/sig-node/4680-add-resource-health-to-pod-status/README.md @@ -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)): diff --git a/keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml b/keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml index e08f2461f8f..b43c366ad0c 100644 --- a/keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml +++ b/keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml @@ -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