Skip to content

Commit c74bd04

Browse files
authored
Merge pull request #5969 from aaron-prindle/bump-kep-5073-to-ga
KEP-5073: update kep.yaml lifecycle to GA/stable
2 parents 77c5933 + 69ee943 commit c74bd04

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

  • keps
    • prod-readiness/sig-api-machinery
    • sig-api-machinery/5073-declarative-validation-with-validation-gen

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@jpbetz"
44
beta:
55
approver: "@jpbetz"
6+
stable:
7+
approver: "@jpbetz"

keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/kep.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ authors:
44
- "@aprindle"
55
- "@yongruilin"
66
- "@jpbetz"
7+
- "@lalitc375"
78
owning-sig: sig-api-machinery
8-
status: implementable
9+
status: implemented
910
creation-date: 2024-01-21
1011
reviewers:
1112
- deads2k
@@ -18,7 +19,7 @@ see-also:
1819
- "/keps/sig-api-machinery/4153-declarative-validation"
1920

2021
# The target maturity stage in the current dev cycle for this KEP.
21-
stage: beta
22+
stage: stable
2223

2324
# The most recent milestone for which work toward delivery of this KEP has been
2425
# done. This can be the current (upcoming) milestone, if it is being actively
@@ -29,6 +30,7 @@ latest-milestone: "v1.36"
2930
milestone:
3031
alpha: "v1.33"
3132
beta: "v1.33"
33+
stable: "v1.36"
3234

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

0 commit comments

Comments
 (0)