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