Mark feature AdmissionWebhookMatchConditions to stable in 1.30

pull/45525/head
Igor Velichkovich 2024-03-12 09:24:36 -07:00
parent 79e5ac1877
commit 4bffa3c7fa
2 changed files with 6 additions and 2 deletions

View File

@ -721,7 +721,7 @@ The `matchPolicy` for an admission webhooks defaults to `Equivalent`.
### Matching requests: `matchConditions`
{{< feature-state state="beta" for_k8s_version="v1.28" >}}
{{< feature-state feature_gate_name="AdmissionWebhookMatchConditions" >}}
You can define _match conditions_ for webhooks if you need fine-grained request filtering. These
conditions are useful if you find that match rules, `objectSelectors` and `namespaceSelectors` still

View File

@ -12,7 +12,11 @@ stages:
toVersion: "1.27"
- stage: beta
defaultValue: true
fromVersion: "1.28"
fromVersion: "1.28"
toVersion: "1.29"
- stage: stable
defaultValue: true
fromVersion: "1.30"
---
Enable [match conditions](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
on mutating & validating admission webhooks.