Skip to content

Commit 826e29f

Browse files
authored
Merge pull request #49348 from tengqm/fg-scefw-132
Fix gate status for StrictCostEnforcementForWebhooks in v1.32
2 parents c6bd33d + b1c8412 commit 826e29f

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)