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 @@ -15,6 +15,7 @@
| NetworkConnect| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | | | |
| NewOLMBoxCutterRuntime| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | | | <span style="background-color: #519450">Enabled</span> |
| NewOLMConfigAPI| | | | <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> |
| ProvisioningRequestAvailable| | | <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 @@ -465,6 +465,14 @@ var (
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateNewOLMConfigAPI = newFeatureGate("NewOLMConfigAPI").
reportProblemsToJiraComponent("olm").
contactPerson("anik120").
productScope(ocpSpecific).
enhancementPR("https://github.com/openshift/enhancements/pull/1915").
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add this initially as DevPreview? We are expecting that tech preview gated features have a merged EP containing the basics for getting the feature to TP, but I see the EP is currently in draft

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@JoelSpeed actually we've moved that EP out of draft and it's ready for review :) I'm hoping there's enough time for us to get the EP merged and land this in TP in 4.22 (the usual process we've followed for far for all OLMv1 features).

It also doesn't change the API surface for any CRD and doesn't affect any other OCP components, so my guess is the review should not take too long.

enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
reportProblemsToJiraComponent("insights").
contactPerson("tremes").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMOwnSingleNamespace"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMOwnSingleNamespace"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMOwnSingleNamespace"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMOwnSingleNamespace"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMPreflightPermissionChecks"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMOwnSingleNamespace"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMPreflightPermissionChecks"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@
{
"name": "NewOLMCatalogdAPIV1Metas"
},
{
"name": "NewOLMConfigAPI"
},
{
"name": "NewOLMOwnSingleNamespace"
},
Expand Down