Skip to content

Commit 88b6be5

Browse files
authored
Merge pull request #49347 from tengqm/fg-scefv-132
Fix gate status for StrictCostEnforcementForVAP in v1.32
2 parents 826e29f + 3c516a2 commit 88b6be5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ _build:
99
stages:
1010
- stage: beta
1111
defaultValue: false
12-
fromVersion: "1.31"
12+
fromVersion: "1.30"
13+
toVersion: "1.31"
14+
- stage: stable
15+
defaultValue: true
16+
fromVersion: "1.32"
1317
---
1418
Apply strict CEL cost validation for ValidatingAdmissionPolicies.
1519

0 commit comments

Comments
 (0)