Skip to content

Commit f862a15

Browse files
authored
Merge pull request #4821 from jpbetz/retry-generate-name-ga
KEP-4420: Promote RetryGenerateName to GA in 1.32
2 parents 61b21e5 + cc9c877 commit f862a15

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

keps/prod-readiness/sig-api-machinery/4420.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ kep-number: 4420
55
alpha:
66
approver: "@deads2k"
77
beta:
8+
approver: "@deads2k"
9+
stable:
810
approver: "@deads2k"

keps/sig-api-machinery/4420-retry-generate-name/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ high retry load.
530530
- 2024-01-31: KEP merged as implementable
531531
- Kubernetes v1.30 - Implementation available as an off-by-default alpha feature
532532
- Kubernetes v1.31 - Implementation available as an on-by-default beta feature
533+
- Kubernetes v1.32 - Implementation available as a locked-to-enabled stable feature
533534

534535
## Drawbacks
535536

keps/sig-api-machinery/4420-retry-generate-name/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ approvers:
1212
- "@deads2k"
1313

1414
# The target maturity stage in the current dev cycle for this KEP.
15-
stage: beta
15+
stage: stable
1616

1717
# The most recent milestone for which work toward delivery of this KEP has been
1818
# done. This can be the current (upcoming) milestone, if it is being actively
1919
# worked on.
20-
latest-milestone: "v1.31"
20+
latest-milestone: "v1.32"
2121

2222
# The milestone at which this feature was, or is targeted to be, at each stage.
2323
milestone:

0 commit comments

Comments
 (0)