[zh] feat: the RecoverVolumeExpansionFailure feature flag is in Beta stage since 1.32

This commit is contained in:
Arhell 2024-12-22 10:40:48 +02:00
parent eecbd9b853
commit fa0a7928d9
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.23"
toVersion: "1.31"
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
<!--