Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| NoRegistryClusterInstall| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| OLMLifecycleAndCompatibility| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| ProvisioningRequestAvailable| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
| VSphereMultiVCenterDay2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
| AWSClusterHostedDNS| | | <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> |
Expand Down
8 changes: 8 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,14 @@ var (
enable(inClusterProfile(SelfManaged), inDevPreviewNoUpgrade(), inTechPreviewNoUpgrade()).
mustRegister()

FeatureGateOLMLifecycleAndCompatibility = newFeatureGate("OLMLifecycleAndCompatibility").
reportProblemsToJiraComponent("olm").
contactPerson("joe").
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see in this file we have one reference to joe and one reference to joelanford, who I assume is the contact person here. For consistency purposes, let's use the full github handle (and maybe fix the other reference as well)

productScope(ocpSpecific).
enhancementPR("https://github.com/openshift/enhancements/pull/1991").
enable(inClusterProfile(SelfManaged), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
mustRegister()

FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
reportProblemsToJiraComponent("insights").
contactPerson("tremes").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@
{
"name": "NutanixMultiSubnets"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "OSStreams"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
{
"name": "NoRegistryClusterInstall"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "ShortCertRotation"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
{
"name": "NutanixMultiSubnets"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "OSStreams"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
{
"name": "NoRegistryClusterInstall"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "ProvisioningRequestAvailable"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@
{
"name": "NutanixMultiSubnets"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "OSStreams"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@
{
"name": "NutanixMultiSubnets"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "OSStreams"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
{
"name": "NutanixMultiSubnets"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "OSStreams"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@
{
"name": "NutanixMultiSubnets"
},
{
"name": "OLMLifecycleAndCompatibility"
},
{
"name": "OSStreams"
},
Expand Down