Skip to content

Commit 60e4bd1

Browse files
authored
Merge pull request #5410 from SergeyKanzhelev/4680-1.34
KEP-4680 is targeting alpha for DRA in 1.34
2 parents 61b093e + c6e09c8 commit 60e4bd1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

keps/sig-node/4680-add-resource-health-to-pod-status/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Not applicable.
543543

544544
## Implementation History
545545

546-
- `v1.31`: KEP is in alpha
546+
- `v1.31`: KEP is in alpha and imlpemented for Device Plugin
547547

548548
## Drawbacks
549549

keps/sig-node/4680-add-resource-health-to-pod-status/kep.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Add Resource Health Status to the Pod Status for Device Plugin and DRA
22
kep-number: 4680
33
authors:
44
- "@SergeyKanzhelev"
5+
- "@Jpsassine"
56
owning-sig: sig-node
67
participating-sigs:
78
- sig-node
@@ -28,13 +29,13 @@ stage: alpha #|beta|stable
2829
# The most recent milestone for which work toward delivery of this KEP has been
2930
# done. This can be the current (upcoming) milestone, if it is being actively
3031
# worked on.
31-
latest-milestone: "v1.33"
32+
latest-milestone: "v1.34"
3233

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

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

0 commit comments

Comments
 (0)