Skip to content

Commit 8a2811f

Browse files
committed
feat: Promoting gate AWSServiceLBNetworkSecurityGroup to GA
1 parent de86ee3 commit 8a2811f

6 files changed

Lines changed: 19 additions & 19 deletions

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
| AWSClusterHostedDNSInstall| | | <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> |
2323
| AWSDedicatedHosts| | | <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> |
2424
| AWSDualStackInstall| | | <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> |
25-
| AWSServiceLBNetworkSecurityGroup| | | <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> |
2625
| AutomatedEtcdBackup| | | <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> |
2726
| AzureClusterHostedDNSInstall| | | <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> |
2827
| AzureDedicatedHosts| | | <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> |
@@ -80,6 +79,7 @@
8079
| 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> |
8180
| 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> |
8281
| VolumeGroupSnapshot| | | <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> |
82+
| AWSServiceLBNetworkSecurityGroup| <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> | <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> |
8383
| AzureWorkloadIdentity| <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> | <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> |
8484
| BuildCSIVolumes| <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> | <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> |
8585
| ConsolePluginContentSecurityPolicy| <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> | <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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -773,12 +773,12 @@ var (
773773
mustRegister()
774774

775775
FeatureGateAWSServiceLBNetworkSecurityGroup = newFeatureGate("AWSServiceLBNetworkSecurityGroup").
776-
reportProblemsToJiraComponent("Cloud Compute / Cloud Controller Manager").
777-
contactPerson("mtulio").
778-
productScope(ocpSpecific).
779-
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
780-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
781-
mustRegister()
776+
reportProblemsToJiraComponent("Cloud Compute / Cloud Controller Manager").
777+
contactPerson("mtulio").
778+
productScope(ocpSpecific).
779+
enhancementPR("https://github.com/openshift/enhancements/pull/1802").
780+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
781+
mustRegister()
782782

783783
FeatureGateImageVolume = newFeatureGate("ImageVolume").
784784
reportProblemsToJiraComponent("Node").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
{
2727
"name": "AWSDualStackInstall"
2828
},
29-
{
30-
"name": "AWSServiceLBNetworkSecurityGroup"
31-
},
3229
{
3330
"name": "AutomatedEtcdBackup"
3431
},
@@ -253,6 +250,9 @@
253250
}
254251
],
255252
"enabled": [
253+
{
254+
"name": "AWSServiceLBNetworkSecurityGroup"
255+
},
256256
{
257257
"name": "AzureWorkloadIdentity"
258258
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
{
2929
"name": "AWSDualStackInstall"
3030
},
31-
{
32-
"name": "AWSServiceLBNetworkSecurityGroup"
33-
},
3431
{
3532
"name": "AutomatedEtcdBackup"
3633
},
@@ -255,6 +252,9 @@
255252
}
256253
],
257254
"enabled": [
255+
{
256+
"name": "AWSServiceLBNetworkSecurityGroup"
257+
},
258258
{
259259
"name": "AzureWorkloadIdentity"
260260
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
{
2727
"name": "AWSDualStackInstall"
2828
},
29-
{
30-
"name": "AWSServiceLBNetworkSecurityGroup"
31-
},
3229
{
3330
"name": "AutomatedEtcdBackup"
3431
},
@@ -247,6 +244,9 @@
247244
}
248245
],
249246
"enabled": [
247+
{
248+
"name": "AWSServiceLBNetworkSecurityGroup"
249+
},
250250
{
251251
"name": "AzureWorkloadIdentity"
252252
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
{
2929
"name": "AWSDualStackInstall"
3030
},
31-
{
32-
"name": "AWSServiceLBNetworkSecurityGroup"
33-
},
3431
{
3532
"name": "AutomatedEtcdBackup"
3633
},
@@ -249,6 +246,9 @@
249246
}
250247
],
251248
"enabled": [
249+
{
250+
"name": "AWSServiceLBNetworkSecurityGroup"
251+
},
252252
{
253253
"name": "AzureWorkloadIdentity"
254254
},

0 commit comments

Comments
 (0)