update feature gate information

This commit is contained in:
iheartNathan 2024-11-23 19:52:45 +01:00
parent 396f9109cb
commit c21d5c43f9
4 changed files with 10 additions and 6 deletions

View File

@ -13,7 +13,7 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.29"
toVersion": "1.30"
toVersion: "1.30"
- stage: stable
defaultValue: true
fromVersion: "1.31"

View File

@ -8,7 +8,7 @@ _build:
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.30"
fromVersion: "1.26"
---
Enables support for resources with custom parameters and a lifecycle
that is independent of a Pod. Allocation of resources is handled

View File

@ -6,13 +6,13 @@ _build:
render: false
stages:
- stage: beta
- stage: alpha
defaultValue: false
fromVersion: "1.27"
toVersion: "1.27"
fromVersion: "1.25"
toVersion: "1.26"
- stage: beta
defaultValue: true
fromVersion: "1.28"
fromVersion: "1.27"
toVersion: "1.29"
- stage: stable
defaultValue: true

View File

@ -6,6 +6,10 @@ _build:
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.29"
toVersion: "1.29"
- stage: beta
defaultValue: true
fromVersion: "1.30"