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 3
3
approver : " @wojtek-t"
4
4
beta :
5
5
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
929
929
930
930
- v1.31: Alpha release
931
931
- v1.32: Beta release
932
+ - v1.34: Stable release
932
933
933
934
## Drawbacks
934
935
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ stage: beta
21
21
# The most recent milestone for which work toward delivery of this KEP has been
22
22
# done. This can be the current (upcoming) milestone, if it is being actively
23
23
# worked on.
24
- latest-milestone : " v1.32 "
24
+ latest-milestone : " v1.34 "
25
25
26
26
# The milestone at which this feature was, or is targeted to be, at each stage.
27
27
milestone :
28
28
alpha : " v1.31"
29
29
beta : " v1.32"
30
- stable : " TBD "
30
+ stable : " v1.34 "
31
31
32
32
# The following PRR answers are required at alpha release
33
33
# List the feature gate name and the components for which it must be enabled
@@ -42,4 +42,5 @@ disable-supported: true
42
42
43
43
# The following PRR answers are required at beta release
44
44
metrics :
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