Skip to content

Commit 3c516a2

Browse files
committed
Fix gate status for StrictCostEnforcementForVAP in v1.32
The gate `StrictCostEnforcementForVAP` has been GA'ed and locked to default in v1.32.
1 parent d506ce0 commit 3c516a2

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)