Skip to content

Commit de86ee3

Browse files
Merge pull request #2637 from JoelSpeed/major-version-feature-gating
OCPSTRAT-2876: Enable major version segmentation of enabled feature gates
2 parents 43090db + 00bee77 commit de86ee3

111 files changed

Lines changed: 2432 additions & 22101 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.golangci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ linters:
111111
# Silence norefs lint for `Ref` field in ClusterAPI as it refers to an OCI image reference, not a kube object reference.
112112
path: operator/v1alpha1/types_clusterapi.go
113113
text: "noreferences: naming convention \"no-references\": field ClusterAPIInstallerComponentImage.Ref: field names should not contain reference-related words"
114+
- linters:
115+
- kubeapilinter
116+
path: features|payload-command/*.go
114117
issues:
115118
# We have a lot of existing issues.
116119
# Want to make sure that those adding new fields have an

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_insightsdatagathers-TechPreviewNoUpgrade.crd.yaml

Lines changed: 0 additions & 234 deletions
This file was deleted.

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_insightsdatagathers-CustomNoUpgrade.crd.yaml renamed to config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_insightsdatagathers.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
capability.openshift.io/name: Insights
88
include.release.openshift.io/ibm-cloud-managed: "true"
99
include.release.openshift.io/self-managed-high-availability: "true"
10-
release.openshift.io/feature-set: CustomNoUpgrade
10+
release.openshift.io/feature-set: CustomNoUpgrade,DevPreviewNoUpgrade,TechPreviewNoUpgrade
1111
name: insightsdatagathers.config.openshift.io
1212
spec:
1313
group: config.openshift.io

0 commit comments

Comments
 (0)