Skip to content

Commit 4c66da9

Browse files
authored
Merge pull request #5279 from vinayakankugoyal/anonGA
KEP-4633: Graduate to Stable.
2 parents 862766e + c7530ae commit 4c66da9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

keps/prod-readiness/sig-auth/4633.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-auth/4633-anonymous-auth-configurable-endpoints/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ in back-to-back releases.
605605
#### GA
606606

607607
- Examples of real-world usage
608+
- GKE and AWS are using this feature to limit anonymous access to /healthz,
609+
/readyz and /livez endpoints.
608610

609611
### Upgrade / Downgrade Strategy
610612

keps/sig-auth/4633-anonymous-auth-configurable-endpoints/kep.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@ see-also:
1616
replaces:
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
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: "v1.34"
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)