Skip to content

Commit e8c6c8e

Browse files
committed
NO-JIRA: remove beta enabled TranslateStreamCloseWebsocketRequests feature from gates
the `TranslateStreamCloseWebsocketRequests` feature is beta enabled in 1.30 Signed-off-by: Gerd Oberlechner <[email protected]>
1 parent a199b18 commit e8c6c8e

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6969
| SignatureStores| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7070
| SigstoreImageVerificationPKI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
71-
| TranslateStreamCloseWebsocketRequests| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7271
| VSphereConfigurableMaxAllowedBlockVolumesPerNode| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7372
| VSphereHostVMGroupZonal| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7473
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -401,14 +401,6 @@ var (
401401
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade, configv1.Default).
402402
mustRegister()
403403

404-
FeatureGateTranslateStreamCloseWebsocketRequests = newFeatureGate("TranslateStreamCloseWebsocketRequests").
405-
reportProblemsToJiraComponent("kube-apiserver").
406-
contactPerson("akashem").
407-
productScope(kubernetes).
408-
enhancementPR("https://github.com/kubernetes/enhancements/issues/4006").
409-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
410-
mustRegister()
411-
412404
FeatureGateVolumeAttributesClass = newFeatureGate("VolumeAttributesClass").
413405
reportProblemsToJiraComponent("Storage / Kubernetes External Components").
414406
contactPerson("dfajmon").

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@
213213
{
214214
"name": "SigstoreImageVerificationPKI"
215215
},
216-
{
217-
"name": "TranslateStreamCloseWebsocketRequests"
218-
},
219216
{
220217
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
221218
},

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@
322322
{
323323
"name": "StoragePerformantSecurityPolicy"
324324
},
325-
{
326-
"name": "TranslateStreamCloseWebsocketRequests"
327-
},
328325
{
329326
"name": "UpgradeStatus"
330327
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@
322322
{
323323
"name": "StoragePerformantSecurityPolicy"
324324
},
325-
{
326-
"name": "TranslateStreamCloseWebsocketRequests"
327-
},
328325
{
329326
"name": "UpgradeStatus"
330327
},

payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@
210210
{
211211
"name": "SigstoreImageVerificationPKI"
212212
},
213-
{
214-
"name": "TranslateStreamCloseWebsocketRequests"
215-
},
216213
{
217214
"name": "VSphereConfigurableMaxAllowedBlockVolumesPerNode"
218215
},

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@
322322
{
323323
"name": "StoragePerformantSecurityPolicy"
324324
},
325-
{
326-
"name": "TranslateStreamCloseWebsocketRequests"
327-
},
328325
{
329326
"name": "UpgradeStatus"
330327
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@
322322
{
323323
"name": "StoragePerformantSecurityPolicy"
324324
},
325-
{
326-
"name": "TranslateStreamCloseWebsocketRequests"
327-
},
328325
{
329326
"name": "UpgradeStatus"
330327
},

0 commit comments

Comments
 (0)