Skip to content

Commit 16304ae

Browse files
authored
Merge pull request #5623 from LionelJouin/kep-4817-stable
[KEP-4817] Graduate to stable
2 parents 11b6321 + 6519502 commit 16304ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

keps/prod-readiness/sig-node/4817.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ alpha:
66
approver: "@johnbelamaric"
77
beta:
88
approver: "@johnbelamaric"
9+
stable:
10+
approver: "@johnbelamaric"

keps/sig-node/4817-resource-claim-device-status/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ N/A
614614
- Initial proposal: 2024-08-30
615615
- Implementation merged ([kubernetes/kubernetes#128240](https://github.com/kubernetes/kubernetes/pull/128240)): 2024-11-08
616616
- Released as an alpha feature behind a feature-gate: 2024-12-11 (Kubernetes v1.32)
617+
- Released as a beta feature with the feature-gate enabled by default: 2025-05-15 (Kubernetes v1.33)
618+
- Released as a stable feature: 2025-12-17 (Kubernetes v1.35)
617619

618620
## Drawbacks
619621

keps/sig-node/4817-resource-claim-device-status/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ see-also:
2727
- "https://github.com/k8snetworkplumbingwg/network-attachment-definition-client"
2828

2929
# The target maturity stage in the current dev cycle for this KEP.
30-
stage: beta
30+
stage: stable
3131

32-
latest-milestone: "v1.33"
32+
latest-milestone: "v1.35"
3333

3434
# The milestone at which this feature was, or is targeted to be, at each stage.
3535
milestone:
3636
alpha: "v1.32"
3737
beta: "v1.33"
38+
stable: "v1.35"
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)