Skip to content

Commit b1c8412

Browse files
committed
Fix gate status for StrictCostEnforcementForWebhooks in v1.32
The feature gate `StrictCostEnforcementForWebhooks` is now stable in v1.32.
1 parent d506ce0 commit b1c8412

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/StrictCostEnforcementForWebhooks.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ stages:
1010
- stage: beta
1111
defaultValue: false
1212
fromVersion: "1.31"
13+
toVersion: "1.31"
14+
- stage: stable
15+
defaultValue: true
16+
fromVersion: "1.32"
1317
---
1418
Apply strict CEL cost validation for `matchConditions` within
1519
admission webhooks.

0 commit comments

Comments
 (0)