Skip to content

Commit 7ea64ce

Browse files
authored
Merge pull request #4867 from jpbetz/update-cel-selectors
Promote CRD field selectors to GA
2 parents e6475c7 + f304ad4 commit 7ea64ce

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

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

keps/sig-api-machinery/4358-custom-resource-field-selectors/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,8 @@ Below are some examples to consider, in addition to the aforementioned [maturity
737737

738738
## GA
739739

740-
- Add field selection support to informers
740+
- Add test coverage for informers
741+
- Promote e2e tests to conformance
741742

742743
<!--
743744
#### GA

keps/sig-api-machinery/4358-custom-resource-field-selectors/kep.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ see-also:
1616
- "/keps/sig-api-machinery/95-custom-resource-definitions"
1717

1818
# The target maturity stage in the current dev cycle for this KEP.
19-
stage: beta
19+
stage: stable
2020

2121
# The most recent milestone for which work toward delivery of this KEP has been
2222
# done. This can be the current (upcoming) milestone, if it is being actively
@@ -27,6 +27,7 @@ latest-milestone: "v1.31"
2727
milestone:
2828
alpha: "v1.30"
2929
beta: "v1.31"
30+
stable: "v1.32"
3031

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

0 commit comments

Comments
 (0)