File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
sig-auth/4601-authorize-with-selectors Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33 approver : " @wojtek-t"
44beta :
55 approver : " @wojtek-t"
6+ stable :
7+ approver : " @wojtek-t"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
2727milestone :
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
4444metrics :
45- - find-metric-for-failed-authorization
45+ - apiserver_authorization_decisions_total
46+ - apiserver_authorization_webhook_duration_seconds
You can’t perform that action at this time.
0 commit comments