Skip to content

Commit 9489bea

Browse files
[OLMv1]: Promote NewOLMOwnSingleNamespace to GA
1 parent 6a0c921 commit 9489bea

File tree

35 files changed

+2924
-5
lines changed

35 files changed

+2924
-5
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1111
| ExternalSnapshotMetadata| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1212
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
13-
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1413
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1514
| NoRegistryClusterOperations| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1615
| VSphereMixedNodeEnv| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1716
| NewOLM| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
17+
| NewOLMOwnSingleNamespace| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1818
| NewOLMWebhookProviderOpenshiftServiceCA| | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1919
| 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> |
2020
| 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> |

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ var (
502502
contactPerson("nschieder").
503503
productScope(ocpSpecific).
504504
enhancementPR("https://github.com/openshift/enhancements/pull/1774").
505-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
505+
enableForClusterProfile(SelfManaged, configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
506506
mustRegister()
507507

508508
FeatureGateNewOLMWebhookProviderOpenshiftServiceCA = newFeatureGate("NewOLMWebhookProviderOpenshiftServiceCA").
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
apirequestcounts.apiserver.openshift.io:
2+
Annotations:
3+
include.release.openshift.io/self-managed-high-availability: "true"
4+
ApprovedPRNumber: https://github.com/openshift/api/pull/897
5+
CRDName: apirequestcounts.apiserver.openshift.io
6+
Capability: ""
7+
Category: ""
8+
FeatureGates: []
9+
FilenameOperatorName: kube-apiserver
10+
FilenameOperatorOrdering: ""
11+
FilenameRunLevel: ""
12+
GroupName: apiserver.openshift.io
13+
HasStatus: true
14+
KindName: APIRequestCount
15+
Labels: {}
16+
PluralName: apirequestcounts
17+
PrinterColumns:
18+
- description: Release in which an API will be removed.
19+
jsonPath: .status.removedInRelease
20+
name: RemovedInRelease
21+
type: string
22+
- description: Number of requests in the current hour.
23+
jsonPath: .status.currentHour.requestCount
24+
name: RequestsInCurrentHour
25+
type: integer
26+
- description: Number of requests in the last 24h.
27+
jsonPath: .status.requestCount
28+
name: RequestsInLast24h
29+
type: integer
30+
Scope: Cluster
31+
ShortNames: null
32+
TopLevelFeatureGates: []
33+
Version: v1
34+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
rolebindingrestrictions.authorization.openshift.io:
2+
Annotations:
3+
release.openshift.io/bootstrap-required: "true"
4+
ApprovedPRNumber: https://github.com/openshift/api/pull/470
5+
CRDName: rolebindingrestrictions.authorization.openshift.io
6+
Capability: ""
7+
Category: ""
8+
FeatureGates: []
9+
FilenameOperatorName: config-operator
10+
FilenameOperatorOrdering: "01"
11+
FilenameRunLevel: "0000_03"
12+
GroupName: authorization.openshift.io
13+
HasStatus: false
14+
KindName: RoleBindingRestriction
15+
Labels: {}
16+
PluralName: rolebindingrestrictions
17+
PrinterColumns: []
18+
Scope: Namespaced
19+
ShortNames: null
20+
TopLevelFeatureGates: []
21+
Version: v1
22+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cloudprivateipconfigs.cloud.network.openshift.io:
2+
Annotations: {}
3+
ApprovedPRNumber: https://github.com/openshift/api/pull/859
4+
CRDName: cloudprivateipconfigs.cloud.network.openshift.io
5+
Capability: ""
6+
Category: ""
7+
FeatureGates: []
8+
FilenameOperatorName: ""
9+
FilenameOperatorOrdering: "001"
10+
FilenameRunLevel: ""
11+
GroupName: cloud.network.openshift.io
12+
HasStatus: true
13+
KindName: CloudPrivateIPConfig
14+
Labels: {}
15+
PluralName: cloudprivateipconfigs
16+
PrinterColumns: []
17+
Scope: Cluster
18+
ShortNames: null
19+
TopLevelFeatureGates: []
20+
Version: v1
21+

0 commit comments

Comments
 (0)