Skip to content

Commit

Permalink
Mark feature AdmissionWebhookMatchConditions to stable in 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelichkovich committed Mar 12, 2024
1 parent 79e5ac1 commit 4bffa3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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.

0 comments on commit 4bffa3c

Please sign in to comment.