Skip to content

Commit 86cd4c9

Browse files
authored
Merge pull request #48819 from iheartNathan/47996-update-feature-gate-information
update feature gate information
2 parents b96befc + c21d5c4 commit 86cd4c9

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/disable-cloud-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16-
toVersion": "1.30"
16+
toVersion: "1.30"
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.31"

content/en/docs/reference/command-line-tools-reference/feature-gates/dynamic-resource-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _build:
88
stages:
99
- stage: alpha
1010
defaultValue: false
11-
fromVersion: "1.30"
11+
fromVersion: "1.26"
1212
---
1313
Enables support for resources with custom parameters and a lifecycle
1414
that is independent of a Pod. Allocation of resources is handled

content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ _build:
66
render: false
77

88
stages:
9-
- stage: beta
9+
- stage: alpha
1010
defaultValue: false
11-
fromVersion: "1.27"
12-
toVersion: "1.27"
11+
fromVersion: "1.25"
12+
toVersion: "1.26"
1313
- stage: beta
1414
defaultValue: true
15-
fromVersion: "1.28"
15+
fromVersion: "1.27"
1616
toVersion: "1.29"
1717
- stage: stable
1818
defaultValue: true

content/en/docs/reference/command-line-tools-reference/feature-gates/translate-stream-close-websocket-requests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ _build:
66
render: false
77

88
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.29"
12+
toVersion: "1.29"
913
- stage: beta
1014
defaultValue: true
1115
fromVersion: "1.30"

0 commit comments

Comments
 (0)