Skip to content

Commit 9d5709c

Browse files
authored
Merge pull request #5326 from liggitt/4601-stable
KEP-4601: Graduate authorize with selector to stable
2 parents 80013a1 + 159f316 commit 9d5709c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

keps/prod-readiness/sig-auth/4601.yaml

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

keps/sig-auth/4601-authorize-with-selectors/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ Test if eliminating use of the CEL selector functions in the offending CEL expre
929929

930930
- v1.31: Alpha release
931931
- v1.32: Beta release
932+
- v1.34: Stable release
932933

933934
## Drawbacks
934935

keps/sig-auth/4601-authorize-with-selectors/kep.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ stage: beta
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
2323
# worked on.
24-
latest-milestone: "v1.32"
24+
latest-milestone: "v1.34"
2525

2626
# The milestone at which this feature was, or is targeted to be, at each stage.
2727
milestone:
2828
alpha: "v1.31"
2929
beta: "v1.32"
30-
stable: "TBD"
30+
stable: "v1.34"
3131

3232
# The following PRR answers are required at alpha release
3333
# List the feature gate name and the components for which it must be enabled
@@ -42,4 +42,5 @@ disable-supported: true
4242

4343
# The following PRR answers are required at beta release
4444
metrics:
45-
- find-metric-for-failed-authorization
45+
- apiserver_authorization_decisions_total
46+
- apiserver_authorization_webhook_duration_seconds

0 commit comments

Comments
 (0)