Merge pull request #49348 from tengqm/fg-scefw-132

Fix gate status for StrictCostEnforcementForWebhooks in v1.32
pull/49383/head
Kubernetes Prow Robot 2025-01-09 12:38:31 -08:00 committed by GitHub
commit 826e29f7b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ stages:
- stage: beta
defaultValue: false
fromVersion: "1.31"
toVersion: "1.31"
- stage: stable
defaultValue: true
fromVersion: "1.32"
---
Apply strict CEL cost validation for `matchConditions` within
admission webhooks.