commit
7cd52e62e8
|
@ -15,9 +15,12 @@ stages:
|
|||
fromVersion: "1.27"
|
||||
toVersion: "1.28"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable passing secret authentication data to a CSI driver for use
|
||||
during a `NodeExpandVolume` CSI operation.
|
||||
|
|
|
@ -9,6 +9,10 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.30"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -17,7 +17,11 @@ stages:
|
|||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
Enable expression language validation in CRD
|
||||
which will validate customer resource based on validation rules written in
|
||||
|
|
Loading…
Reference in New Issue